Searched refs:GET_DYNAMIC_AREA_OFFSET (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 766 GET_DYNAMIC_AREA_OFFSET, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 313 case ISD::GET_DYNAMIC_AREA_OFFSET: return "get.dynamic.area.offset"; in getOperationName()
|
D | LegalizeDAG.cpp | 953 case ISD::GET_DYNAMIC_AREA_OFFSET: in LegalizeOp() 3111 case ISD::GET_DYNAMIC_AREA_OFFSET: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5345 Res = DAG.getNode(ISD::GET_DYNAMIC_AREA_OFFSET, sdl, DAG.getVTList(ResTy), in visitIntrinsicCall()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 904 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, VT, Expand); in initActions()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 259 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, PtrVT, Custom); in SystemZTargetLowering() 4513 case ISD::GET_DYNAMIC_AREA_OFFSET: in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 345 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i32, Custom); in PPCTargetLowering() 346 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i64, Custom); in PPCTargetLowering() 8268 case ISD::GET_DYNAMIC_AREA_OFFSET: in LowerOperation()
|