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

  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 147 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 599 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 40 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
53 return hasReservedCallFrame(MF) ||
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 176 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
181 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
193 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 38 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
233 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 136 if (!hasReservedCallFrame(MF)) {
173 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 27 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
58 if (!hasReservedCallFrame(MF)) {
ARMFrameLowering.cpp 65 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
70 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
89 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 492 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
507 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 1135 milliseconds