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

  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 39 /// SpillsCR - Indicates whether CR is spilled in the current function.
40 bool SpillsCR;
77 SpillsCR(false),
107 void setSpillsCR() { SpillsCR = true; }
108 bool isCRSpilled() const { return SpillsCR; }
PPCFrameLowering.cpp 715 static bool spillsCR(const MachineFunction &MF) {
775 if (needsFP(MF) || spillsCR(MF)) {
    [all...]

Completed in 244 milliseconds