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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 65 /// No need to call setRegisters().
73 bool setRegisters(const MachineInstr*);
RegAllocPBQP.cpp 423 if (!CP.setRegisters(&MI) || CP.getSrcReg() == CP.getDstReg())
RegisterCoalescer.cpp 313 bool CoalescerPair::setRegisters(const MachineInstr *MI) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.h 63 /// setRegisters - set registers to match the copy instruction MI. Return
65 bool setRegisters(const MachineInstr*);
RegisterCoalescer.cpp 242 bool CoalescerPair::setRegisters(const MachineInstr *MI) {
    [all...]
RegAllocPBQP.cpp 361 if (!cp.setRegisters(mi)) {
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
personality.cc 106 setRegisters(unwind_exception, context, results);
117 setRegisters(unwind_exception, context, results);
helper_func_internal.h 56 void setRegisters(_Unwind_Exception* unwind_exception,
helper_func_internal.cc 348 void setRegisters(_Unwind_Exception* unwind_exception,
479 void setRegisters(_Unwind_Exception* unwind_exception,
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
personality.cc 106 setRegisters(unwind_exception, context, results);
117 setRegisters(unwind_exception, context, results);
helper_func_internal.h 56 void setRegisters(_Unwind_Exception* unwind_exception,
helper_func_internal.cc 348 void setRegisters(_Unwind_Exception* unwind_exception,
479 void setRegisters(_Unwind_Exception* unwind_exception,

Completed in 137 milliseconds