reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/X86/X86GenDAGISel.inc
58782 /*123926*/  /*SwitchOpcode*/ 34, TARGET_VAL(X86ISD::SEG_ALLOCA),// ->123963
gen/lib/Target/X86/X86GenFastISel.inc
 5972   case X86ISD::SEG_ALLOCA: return fastEmit_X86ISD_SEG_ALLOCA_r(VT, RetVT, Op0, Op0IsKill);
lib/Target/X86/X86ISelLowering.cpp
22247     Result = DAG.getNode(X86ISD::SEG_ALLOCA, dl, SPTy, Chain,
28752   case X86ISD::SEG_ALLOCA:         return "X86ISD::SEG_ALLOCA";