Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h88 int CRSpillFrameIndex; variable
112 CRSpillFrameIndex(0) {} in PPCFunctionInfo()
167 int getCRSpillFrameIndex() const { return CRSpillFrameIndex; } in getCRSpillFrameIndex()
168 void setCRSpillFrameIndex(int idx) { CRSpillFrameIndex = idx; } in setCRSpillFrameIndex()