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

  /external/llvm/lib/CodeGen/
VirtRegMap.h 159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
168 int getStackSlot(unsigned virtReg) const {
LiveDebugVariables.cpp 892 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) {
894 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg));
    [all...]
RenderMachineFunction.cpp 584 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
596 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
    [all...]
InlineSpiller.cpp     [all...]

Completed in 82 milliseconds