HomeSort by: relevance | last modified time | path
    Searched defs:hasReservedCallFrame (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp 53 bool M68kFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
60 return hasReservedCallFrame(MF) ||
230 bool ReserveCallFrame = hasReservedCallFrame(MF);
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 36 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
226 if (!hasReservedCallFrame(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 152 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 842 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 59 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
71 return hasReservedCallFrame(MF) ||
2358 // If !hasReservedCallFrame the function might have SP adjustement in the
2361 if (!IgnoreSPUpdates && !hasReservedCallFrame(MF))
3236 bool reserveCallFrame = hasReservedCallFrame(MF);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 135 if (MFI.adjustsStack() && hasReservedCallFrame(MF))
201 if (!hasReservedCallFrame(MF)) {
237 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRFrameLowering.cpp 38 // hasReservedCallFrame is false.
42 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
337 if (hasReservedCallFrame(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 76 bool WebAssemblyFrameLowering::hasReservedCallFrame(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 273 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
278 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
290 return hasReservedCallFrame(MF) || hasFP(MF);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 53 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
121 if (!hasReservedCallFrame(MF)) {
ARMFrameLowering.cpp 213 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
218 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
237 return hasReservedCallFrame(MF) || MF.getFrameInfo().hasVarSizedObjects();
1003 bool hasMovingSP = !hasReservedCallFrame(MF);
2291 if (!hasReservedCallFrame(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 902 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
913 if (!hasReservedCallFrame(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 729 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
754 assert(hasReservedCallFrame(MF) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 389 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
395 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
409 if (!hasReservedCallFrame(MF)) {

Completed in 38 milliseconds