/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1163 STACKSAVE, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelLowering.cpp | 104 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom); in XtensaTargetLowering() 733 case ISD::STACKSAVE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 163 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 445 case ISD::STACKSAVE: return "stacksave"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 984 case ISD::STACKSAVE: in LegalizeOp() 3570 case ISD::STACKSAVE: in ExpandNode()
|
H A D | SelectionDAGBuilder.cpp | 7282 Res = DAG.getNode(ISD::STACKSAVE, sdl, DAG.getVTList(VT, MVT::Other), Op); in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 75 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in BPFTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 73 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in CSKYTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 98 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in LanaiTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 101 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MSP430TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 142 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in XCoreTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 55 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AVRTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 301 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 147 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 152 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1877 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in SparcTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1549 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in HexagonTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 380 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom); in SystemZTargetLowering() 6205 case ISD::STACKSAVE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 479 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in MipsTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 91 setOperationAction({ISD::STACKSAVE, ISD::STACKRESTORE}, MVT::Other, Expand); in LoongArchTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 880 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom); in SITargetLowering() 5873 case ISD::STACKSAVE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 643 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand); in PPCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 265 setOperationAction({ISD::STACKSAVE, ISD::STACKRESTORE}, MVT::Other, Expand); in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1317 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 613 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AArch64TargetLowering()
|