HomeSort by relevance Sort by last modified time
    Searched defs:isLargeFrame (Results 1 - 2 of 2) 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
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 749 bool isLargeFrame = !isInt<16>(NegFrameSize);
826 if (!isLargeFrame) {
845 } else if (!isLargeFrame) {
    [all...]

Completed in 264 milliseconds