Home
last modified time | relevance | path

Searched refs:SpillsVRSAVE (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h57 bool SpillsVRSAVE; variable
120 SpillsVRSAVE(false), in PPCFunctionInfo()
170 void setSpillsVRSAVE() { SpillsVRSAVE = true; } in setSpillsVRSAVE()
171 bool isVRSAVESpilled() const { return SpillsVRSAVE; } in isVRSAVESpilled()