Searched refs:ADJUST_TRAMPOLINE (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1246 ADJUST_TRAMPOLINE, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 494 case ISD::ADJUST_TRAMPOLINE: return "adjust_trampoline"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 1097 case ISD::ADJUST_TRAMPOLINE: in LegalizeOp()
|
H A D | SelectionDAGBuilder.cpp | 7405 setValue(&I, DAG.getNode(ISD::ADJUST_TRAMPOLINE, sdl, in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 154 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in XCoreTargetLowering() 214 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 612 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in PPCTargetLowering() 11811 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1085 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in AArch64TargetLowering() 6762 case ISD::ADJUST_TRAMPOLINE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 573 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom); in X86TargetLowering() 32447 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG); in LowerOperation()
|