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

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 44 NO_STACK_SLOT = (1L << 30)-1,
147 Virt2StackSlotMap(NO_STACK_SLOT),
148 Virt2ReMatIdMap(NO_STACK_SLOT), Virt2SplitMap(0),
151 LowSpillSlot(NO_STACK_SLOT), HighSpillSlot(NO_STACK_SLOT) { }
238 if (getStackSlot(virtReg) == NO_STACK_SLOT &&
239 getReMatId(virtReg) == NO_STACK_SLOT)
VirtRegMap.cpp 62 LowSpillSlot = HighSpillSlot = NO_STACK_SLOT;
106 if (LowSpillSlot == NO_STACK_SLOT)
108 if (HighSpillSlot == NO_STACK_SLOT || SS > HighSpillSlot)
131 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
139 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
149 assert(Virt2ReMatIdMap[virtReg] == NO_STACK_SLOT &&
157 assert(Virt2ReMatIdMap[virtReg] == NO_STACK_SLOT &&
371 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) {
Spiller.cpp 220 if (SS == VirtRegMap::NO_STACK_SLOT)
RenderMachineFunction.cpp 583 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
595 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
    [all...]
LiveIntervalAnalysis.cpp     [all...]
VirtRegRewriter.cpp     [all...]
RegAllocLinearScan.cpp     [all...]
LiveDebugVariables.cpp 892 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT &&
    [all...]
RegAllocPBQP.cpp 495 if (stackSlot == VirtRegMap::NO_STACK_SLOT) {
InlineSpiller.cpp     [all...]
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 102 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
110 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
131 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) {
InlineSpiller.cpp     [all...]
LiveDebugVariables.cpp 930 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT)
    [all...]

Completed in 426 milliseconds