HomeSort by relevance Sort by last modified time
    Searched refs:needsStackRealignment (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 114 bool needsStackRealignment(const MachineFunction &MF) const;
X86FrameLowering.cpp 51 RegInfo->needsStackRealignment(MF) ||
694 !RegInfo->needsStackRealignment(MF) &&
740 if (RegInfo->needsStackRealignment(MF)) {
834 if (RegInfo->needsStackRealignment(MF)) {
    [all...]
X86RegisterInfo.cpp 406 if ((needsStackRealignment(MF) && MFI->hasVarSizedObjects()) ||
432 bool X86RegisterInfo::needsStackRealignment(const MachineFunction &MF) const {
475 else if (needsStackRealignment(MF))
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 99 bool needsStackRealignment(const MachineFunction &MF) const;
PPCRegisterInfo.cpp 716 return needsStackRealignment(MF);
726 bool PPCRegisterInfo::needsStackRealignment(const MachineFunction &MF) const {
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 136 bool needsStackRealignment(const MachineFunction &MF) const;
ARMBaseRegisterInfo.cpp 296 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
344 needsStackRealignment(const MachineFunction &MF) const {
362 || needsStackRealignment(MF);
ARMFrameLowering.cpp 53 RegInfo->needsStackRealignment(MF) ||
293 if (!AFI->getNumAlignedDPRCS2Regs() && RegInfo->needsStackRealignment(MF)) {
517 if (RegInfo->needsStackRealignment(MF)) {
    [all...]
Thumb1FrameLowering.cpp 198 if (RegInfo->needsStackRealignment(MF))
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 210 (RegInfo->needsStackRealignment(Fn) && MFI->getObjectIndexEnd() != 0))
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 718 /// needsStackRealignment - true if storage within the function requires the
721 virtual bool needsStackRealignment(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 567 !RegInfo->needsStackRealignment(Fn));
674 (RegInfo->needsStackRealignment(Fn) && MFI->getObjectIndexEnd() != 0))
    [all...]
MachineFunction.cpp 630 (RegInfo->needsStackRealignment(MF) && getObjectIndexEnd() != 0))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 578 return (RI->needsStackRealignment(MF) ||
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 709 milliseconds