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

  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
168 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);
InlineSpiller.cpp     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp     [all...]
LiveDebugVariables.cpp 930 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT)
    [all...]

Completed in 819 milliseconds