Searched defs:GPFI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h48 int GPFI; // Index of the frame object for restoring $gp member in class:llvm::MipsFunctionInfo
58 OutArgFIRange(std::make_pair(-1, 0)), GPFI(0), DynAllocFI(0),
77 int getGPFI() const { return GPFI; }
78 void setGPFI(int FI) { GPFI = FI; }
80 bool isGPFI(int FI) const { return GPFI && GPFI == FI; }

Completed in 289 milliseconds