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

1 2

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
168 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
168 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
VirtRegMap.h 152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
161 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
161 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
168 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
VirtRegMap.h 152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
161 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 152 if (getStackSlot(virtReg) == NO_STACK_SLOT)
161 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 155 if (getStackSlot(virtReg) == NO_STACK_SLOT)
164 int getStackSlot(unsigned virtReg) const {
  /external/swiftshader/third_party/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);
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp     [all...]
LiveDebugVariables.cpp 930 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT)
    [all...]

Completed in 2699 milliseconds

1 2