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

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
168 int getStackSlot(unsigned virtReg) const {
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 889 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) {
891 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg));
    [all...]
InlineSpiller.cpp     [all...]

Completed in 162 milliseconds