Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h94 int CRSpillFrameIndex; variable
130 CRSpillFrameIndex(0), in PPCFunctionInfo()
194 int getCRSpillFrameIndex() const { return CRSpillFrameIndex; } in getCRSpillFrameIndex()
195 void setCRSpillFrameIndex(int idx) { CRSpillFrameIndex = idx; } in setCRSpillFrameIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h105 int CRSpillFrameIndex = 0; variable
207 int getCRSpillFrameIndex() const { return CRSpillFrameIndex; } in getCRSpillFrameIndex()
208 void setCRSpillFrameIndex(int idx) { CRSpillFrameIndex = idx; } in setCRSpillFrameIndex()