HomeSort by relevance Sort by last modified time
    Searched refs:hasReservedCallFrame (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVFrameLowering.h 44 bool hasReservedCallFrame(const MachineFunction &MF) const override;
RISCVFrameLowering.cpp 268 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
279 if (!hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 218 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
223 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
235 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 218 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
223 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
235 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFrameLowering.h 50 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 143 if (!hasReservedCallFrame(MF)) {
Mips16FrameLowering.cpp 156 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 139 if (MFI->adjustsStack() && hasReservedCallFrame(MF))
189 if (!hasReservedCallFrame(MF)) {
225 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
SparcRegisterInfo.cpp 230 if (getFrameLowering(MF)->hasReservedCallFrame(MF))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 140 if (MFI.adjustsStack() && hasReservedCallFrame(MF))
207 if (!hasReservedCallFrame(MF)) {
243 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/Lanai/
LanaiFrameLowering.cpp 51 if (!(hasReservedCallFrame(MF) && MFI->adjustsStack()))
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 151 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 202 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 96 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinFrameLowering.cpp 36 hasReservedCallFrame(const MachineFunction &MF) const {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 92 if (!TFI->hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiFrameLowering.cpp 51 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack()))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 204 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.h 96 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
233 if (!hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
233 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 56 bool WebAssemblyFrameLowering::hasReservedCallFrame(
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430FrameLowering.cpp 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {

Completed in 1367 milliseconds

12 3 4