Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h40 bool SpillsCR; variable
77 SpillsCR(false), in PPCFunctionInfo()
107 void setSpillsCR() { SpillsCR = true; } in setSpillsCR()
108 bool isCRSpilled() const { return SpillsCR; } in isCRSpilled()
/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h54 bool SpillsCR; variable
119 SpillsCR(false), in PPCFunctionInfo()
167 void setSpillsCR() { SpillsCR = true; } in setSpillsCR()
168 bool isCRSpilled() const { return SpillsCR; } in isCRSpilled()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h61 bool SpillsCR = false; variable
167 void setSpillsCR() { SpillsCR = true; } in setSpillsCR()
168 bool isCRSpilled() const { return SpillsCR; } in isCRSpilled()