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

  /external/llvm/lib/CodeGen/
VirtRegMap.h 238 if (getStackSlot(virtReg) == NO_STACK_SLOT &&
248 int getStackSlot(unsigned virtReg) const {
Spiller.cpp 219 int SS = vrm->getStackSlot(LRE.getReg());
VirtRegRewriter.cpp     [all...]
LiveDebugVariables.cpp 892 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT &&
893 VRM.isSpillSlotUsed(VRM.getStackSlot(VirtReg))) {
895 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg));
    [all...]
RenderMachineFunction.cpp 583 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
595 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
    [all...]
LiveIntervalAnalysis.cpp     [all...]
RegAllocLinearScan.cpp     [all...]
RegAllocPBQP.cpp 493 int stackSlot = vrm->getStackSlot(spilled->reg);
InlineSpiller.cpp     [all...]

Completed in 145 milliseconds