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

  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 146 if (!hasReservedCallFrame(MF)) {
162 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 244 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
259 if (!hasReservedCallFrame(MF)) {
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 154 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
159 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
171 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
232 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 23 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
54 if (!hasReservedCallFrame(MF)) {
ARMFrameLowering.cpp 58 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
63 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
82 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
511 bool hasMovingSP = !hasReservedCallFrame(MF);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 374 || (MFI->adjustsStack() && !hasReservedCallFrame(MF));
587 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
607 if (!hasReservedCallFrame(MF)) {

Completed in 276 milliseconds