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

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 76 static bool needsFP(Function &F) {
146 if (needsFP(F)) {
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 89 bool needsFP(const MachineFunction &MF) const;
PPCFrameLowering.cpp 497 return (MFI->getStackSize()) && needsFP(MF);
500 // needsFP - Return true if the specified function should have a dedicated frame
503 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const {
519 bool is31 = needsFP(MF);
    [all...]
PPCRegisterInfo.cpp 239 if (TFI->needsFP(MF))
260 if (TFI->needsFP(MF))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp 233 return (MFI->getStackSize()) && needsFP(MF);
236 // needsFP - Return true if the specified function should have a dedicated frame
239 bool PPCFrameLowering::needsFP(const MachineFunction &MF) const {
750 if (!FPSI && needsFP(MF)) {
773 if (needsFP(MF) || spillsCR(MF)) {
794 if (CSI.empty() && !needsFP(MF)) {
884 if (needsFP(MF)) {
    [all...]
PPCFrameLowering.h 42 bool needsFP(const MachineFunction &MF) const;
PPCRegisterInfo.cpp 270 if (PPCFI->needsFP(MF))

Completed in 266 milliseconds