Searched refs:StackSlotOrReMat (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegRewriter.cpp | 360 unsigned StackSlotOrReMat; member 373 : Operand(o), StackSlotOrReMat(ss), PhysRegReused(prr), in ReusedOp() 394 void addReuse(unsigned OpNo, unsigned StackSlotOrReMat, in addReuse() argument 402 Reuses.push_back(ReusedOp(OpNo, StackSlotOrReMat, PhysRegReused, in addReuse() 932 bool DoReMat = NewOp.StackSlotOrReMat > VirtRegMap::MAX_STACK_SLOT; in GetRegForReload() 934 ? VRM.getReMatId(NewOp.VirtReg) : (int) NewOp.StackSlotOrReMat; in GetRegForReload() 946 NewOp.StackSlotOrReMat, AliasRC, TRI); in GetRegForReload() 948 VRM.addSpillSlotUse(NewOp.StackSlotOrReMat, LoadMI); in GetRegForReload() 950 MaybeDeadStores[NewOp.StackSlotOrReMat] = NULL; in GetRegForReload() 960 Spills.addAvailable(NewOp.StackSlotOrReMat, NewPhysReg); in GetRegForReload()
|