HomeSort by: relevance | last modified time | path
    Searched refs:LRE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
Spiller.h 30 /// spill - Spill the LRE.getParent() live interval.
31 virtual void spill(LiveRangeEdit &LRE) = 0;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocBasic.cpp 243 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats);
244 spiller().spill(LRE);
303 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats);
304 spiller().spill(LRE);
RegAllocPBQP.cpp 695 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM,
697 VRegSpiller.spill(LRE);
702 << LRE.getParent().weight() << ", New vregs: ");
706 for (const Register &R : LRE) {
RegAllocGreedy.cpp 704 // LRE may clone a virtual register because dead code elimination causes it to
3130 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats);
3131 spiller().spill(LRE);
3137 DebugVars->splitRegister(VirtReg.reg(), LRE.regs(), *LIS);
SplitKit.cpp 377 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
378 Edit = &LRE;
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README 71 directional codes (LRE, RLE, LRO, RLO, PDF). It should now produce the same
149 Other Neutral, the NSM, LRE, RLE, PDF, LRO, and RLO controls all get marked
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1176 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1263 case kind::LRE:
1274 /* PDF terminates the scope of the last LRE, RLE, LRO, or RLO
1308 case kind::LRE:
1385 return bidi::kind::LRE;
1476 return bidi::kind::LRE;
1555 result = bidi::kind::LRE;
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1170 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1257 case kind::LRE:
1268 /* PDF terminates the scope of the last LRE, RLE, LRO, or RLO
1302 case kind::LRE:
1378 return bidi::kind::LRE;
1453 return bidi::kind::LRE;

Completed in 47 milliseconds