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

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 59 bool needsFP(Function &F) {
126 if (needsFP(*F)) {
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 435 return (MFI->getStackSize()) && needsFP(MF);
438 // needsFP - Return true if the specified function should have a dedicated frame
441 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const {
457 bool is31 = needsFP(MF);
    [all...]

Completed in 105 milliseconds