Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h94 int CRSpillFrameIndex; variable
126 CRSpillFrameIndex(0), in PPCFunctionInfo()
189 int getCRSpillFrameIndex() const { return CRSpillFrameIndex; } in getCRSpillFrameIndex()
190 void setCRSpillFrameIndex(int idx) { CRSpillFrameIndex = idx; } in setCRSpillFrameIndex()