Searched refs:STACKSAVE (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 610 STACKSAVE, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 304 case ISD::STACKSAVE: return "stacksave"; in getOperationName()
|
D | LegalizeDAG.cpp | 1230 case ISD::STACKSAVE: in LegalizeOp() 3308 case ISD::STACKSAVE: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 4892 ISD::STACKSAVE, sdl, in visitIntrinsicCall()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 165 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 114 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BPFTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 148 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 259 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom); in SystemZTargetLowering() 4385 case ISD::STACKSAVE: in LowerOperation()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1627 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1677 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 391 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 195 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AArch64TargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 333 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 827 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 515 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in X86TargetLowering()
|