HomeSort by relevance Sort by last modified time
    Searched defs:NO_STACK_SLOT (Results 1 - 16 of 16) 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-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/darwin-x86/clang-4393122/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 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)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 38 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
155 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)

Completed in 1465 milliseconds