Home
last modified time | relevance | path

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

/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/llvm-project/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h66 bool SpillsCR = false; variable
169 void setSpillsCR() { SpillsCR = true; } in setSpillsCR()
170 bool isCRSpilled() const { return SpillsCR; } in isCRSpilled()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h66 bool SpillsCR = false; variable
175 void setSpillsCR() { SpillsCR = true; } in setSpillsCR()
176 bool isCRSpilled() const { return SpillsCR; } in isCRSpilled()