Home
last modified time | relevance | path

Searched refs:hasReservedCallFrame (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp215 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue()
257 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
281 bool VEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in VEFrameLowering
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/VE/
H A DVEFrameLowering.cpp215 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue()
257 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
281 bool VEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in VEFrameLowering
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp215 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue()
257 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
281 bool VEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in VEFrameLowering
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h234 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
246 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h226 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
238 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h223 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
235 return hasReservedCallFrame(MF) || hasFP(MF); in draw_routes()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h235 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
247 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h235 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
247 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h235 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
247 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h278 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
290 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h274 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
286 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h278 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
290 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h271 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
283 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h274 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
286 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DTargetFrameLowering.h277 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
289 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h274 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
286 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h274 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
286 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h274 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
286 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h278 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
290 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h274 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
286 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Mips/
H A DMips16FrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;

12345678910>>...28