/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-trampoline.ll | 4 ; CHECK: LLVM ERROR: INIT_TRAMPOLINE operation is not supported on AIX.
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 675 INIT_TRAMPOLINE, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 819 INIT_TRAMPOLINE, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1001 INIT_TRAMPOLINE, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 325 case ISD::INIT_TRAMPOLINE: return "init_trampoline"; in getOperationName()
|
D | LegalizeDAG.cpp | 1029 case ISD::INIT_TRAMPOLINE: in LegalizeOp()
|
D | SelectionDAGBuilder.cpp | 5434 Res = DAG.getNode(ISD::INIT_TRAMPOLINE, sdl, MVT::Other, Ops); in visitIntrinsicCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 402 case ISD::INIT_TRAMPOLINE: return "init_trampoline"; in getOperationName()
|
D | LegalizeDAG.cpp | 1086 case ISD::INIT_TRAMPOLINE: in LegalizeOp()
|
D | SelectionDAGBuilder.cpp | 6568 Res = DAG.getNode(ISD::INIT_TRAMPOLINE, sdl, MVT::Other, Ops); in visitIntrinsicCall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 423 case ISD::INIT_TRAMPOLINE: return "init_trampoline"; in getOperationName()
|
D | LegalizeDAG.cpp | 1086 case ISD::INIT_TRAMPOLINE: in LegalizeOp()
|
D | SelectionDAGBuilder.cpp | 6453 Res = DAG.getNode(ISD::INIT_TRAMPOLINE, sdl, MVT::Other, Ops); in visitIntrinsicCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 159 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in XCoreTargetLowering() 218 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 159 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in XCoreTargetLowering() 218 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 162 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in XCoreTargetLowering() 221 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 307 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in PPCTargetLowering() 8251 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 439 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in PPCTargetLowering() 10441 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 541 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in PPCTargetLowering() 11020 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 462 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in X86TargetLowering() 21728 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 485 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in X86TargetLowering() 28616 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 492 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom); in X86TargetLowering() 29801 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG); in LowerOperation()
|