Searched refs:getSpillSlotOrReMatPhysReg (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DVirtRegRewriter.cpp190 /// getSpillSlotOrReMatPhysReg - If the specified stack slot or remat is
193 unsigned getSpillSlotOrReMatPhysReg(int Slot) const { function in class:__anon6706::AvailableSpills
1405 unsigned PhysReg = Spills.getSpillSlotOrReMatPhysReg(FoldedSS);
1437 unsigned PhysReg = Spills.getSpillSlotOrReMatPhysReg(SS);
1808 unsigned InReg = Spills.getSpillSlotOrReMatPhysReg(SSorRMId);
2010 unsigned PhysReg = Spills.getSpillSlotOrReMatPhysReg(SSorRMId);
2359 if (unsigned InReg = Spills.getSpillSlotOrReMatPhysReg(SS)) {
2386 unsigned PhysReg = Spills.getSpillSlotOrReMatPhysReg(SS);
2408 unsigned PhysReg = Spills.getSpillSlotOrReMatPhysReg(SS);

Completed in 164 milliseconds