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

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 447 /// getIndexBefore - Returns the index of the last indexed instruction
450 SlotIndex getIndexBefore(const MachineInstr &MI) const {
598 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 517 /// getIndexBefore - Returns the index of the last indexed instruction
520 SlotIndex getIndexBefore(const MachineInstr *MI) const {
663 prevEntry = &getIndexBefore(mi).entry();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /external/llvm/lib/CodeGen/
LiveInterval.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveInterval.cpp     [all...]
RegisterCoalescer.cpp     [all...]

Completed in 297 milliseconds