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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  995   case ISD::GET_DYNAMIC_AREA_OFFSET:
 3070   case ISD::GET_DYNAMIC_AREA_OFFSET:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6360     Res = DAG.getNode(ISD::GET_DYNAMIC_AREA_OFFSET, sdl, DAG.getVTList(ResTy),
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  380   case ISD::GET_DYNAMIC_AREA_OFFSET:    return "get.dynamic.area.offset";
lib/CodeGen/TargetLoweringBase.cpp
  731     setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, VT, Expand);
lib/Target/PowerPC/PPCISelLowering.cpp
  464   setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i32, Custom);
  465   setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i64, Custom);
10131   case ISD::GET_DYNAMIC_AREA_OFFSET:
lib/Target/SystemZ/SystemZISelLowering.cpp
  293   setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, PtrVT, Custom);
 4956   case ISD::GET_DYNAMIC_AREA_OFFSET: