HomeSort by relevance Sort by last modified time
    Searched defs:hasReservedCallFrame (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 152 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 823 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 59 bool WebAssemblyFrameLowering::hasReservedCallFrame(
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 52 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
63 return hasReservedCallFrame(MF) ||
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 211 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
216 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
228 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 38 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
234 if (!hasReservedCallFrame(MF)) {
  /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 {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 28 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
59 if (!hasReservedCallFrame(MF)) {
ARMFrameLowering.cpp 74 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
79 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
98 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 506 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
521 assert(hasReservedCallFrame(MF) &&
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 148 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
154 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
169 if (!TFI->hasReservedCallFrame(MF)) {
    [all...]

Completed in 1259 milliseconds