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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.h 174 bool Late = false);
LiveRangeEdit.cpp 149 bool Late) {
153 return lis.getSlotIndexes()->insertMachineInstrInMaps(--MI, Late)
SplitKit.cpp 411 // so always begin RegIdx 0 early and all others late.
412 bool Late = RegIdx != 0;
417 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, LIS, TII, TRI, Late);
423 Def = LIS.getSlotIndexes()->insertMachineInstrInMaps(CopyMI, Late)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 216 bool Late = false);
SlotIndexes.h 577 /// If Late is set and there are null indexes between mi's neighboring
580 SlotIndex insertMachineInstrInMaps(MachineInstr &MI, bool Late = false) {
592 if (Late) {
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 148 bool Late) {
156 return LIS.getSlotIndexes()->insertMachineInstrInMaps(*MI, Late).getRegSlot();
SplitKit.cpp 451 // so always begin RegIdx 0 early and all others late.
452 bool Late = RegIdx != 0;
462 Def = Edit->rematerializeAt(MBB, I, LI->reg, RM, TRI, Late);
469 ->insertMachineInstrInMaps(*CopyMI, Late)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 644 /// If Late is set and there are null indexes between mi's neighboring
647 SlotIndex insertMachineInstrInMaps(MachineInstr *mi, bool Late = false) {
657 if (Late) {
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]

Completed in 887 milliseconds