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

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 18 bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const {
22 // isLargeFrame() is used when deciding if spill slots should be added to
XCoreMachineFunctionInfo.h 97 bool isLargeFrame(const MachineFunction &MF) const;
XCoreFrameLowering.cpp 574 if (XFI->isLargeFrame(MF) || hasFP(MF))
578 if (XFI->isLargeFrame(MF) && !hasFP(MF))
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 617 bool isLargeFrame = !isInt<16>(NegFrameSize);
684 if (!isLargeFrame) {
703 } else if (!isLargeFrame) {
    [all...]

Completed in 3867 milliseconds