HomeSort by relevance Sort by last modified time
    Searched refs:SpilledReg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.h 31 struct SpilledReg {
34 SpilledReg(unsigned R, int L) : VGPR (R), Lane (L) { }
35 SpilledReg() : VGPR(0), Lane(-1) { }
42 std::map<unsigned, SpilledReg> SpilledRegisters;
53 const SpilledReg& getSpilledReg(unsigned FrameIndex);
SIMachineFunctionInfo.cpp 90 SpilledRegisters[FrameIndex] = SpilledReg(Reg, Lane);
93 const SIMachineFunctionInfo::SpilledReg&
SIInstrInfo.cpp 264 SIMachineFunctionInfo::SpilledReg Spill =
327 SIMachineFunctionInfo::SpilledReg Spill;
350 SIMachineFunctionInfo::SpilledReg Spill;
    [all...]

Completed in 53 milliseconds