Searched refs:GET_DYNAMIC_AREA_OFFSET (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 766 GET_DYNAMIC_AREA_OFFSET, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 813 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 341 case ISD::GET_DYNAMIC_AREA_OFFSET: return "get.dynamic.area.offset"; in getOperationName()
|
D | LegalizeDAG.cpp | 984 case ISD::GET_DYNAMIC_AREA_OFFSET: in LegalizeOp() 3218 case ISD::GET_DYNAMIC_AREA_OFFSET: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5757 Res = DAG.getNode(ISD::GET_DYNAMIC_AREA_OFFSET, sdl, DAG.getVTList(ResTy), in visitIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 649 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, VT, Expand); in initActions()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 281 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, PtrVT, Custom); in SystemZTargetLowering() 4802 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 463 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i32, Custom); in PPCTargetLowering() 464 setOperationAction(ISD::GET_DYNAMIC_AREA_OFFSET, MVT::i64, Custom); in PPCTargetLowering() 9519 case ISD::GET_DYNAMIC_AREA_OFFSET: in LowerOperation()
|