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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 659 unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI);
660 bool IsLoad = InstrReg;
662 InstrReg = TII.isStoreToStackSlot(*MI, FI);
665 if (InstrReg != Reg || FI != StackSlot)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InlineSpiller.cpp 687 unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI);
688 bool IsLoad = InstrReg;
690 InstrReg = TII.isStoreToStackSlot(*MI, FI);
693 if (InstrReg != Reg || FI != StackSlot)
    [all...]

Completed in 175 milliseconds