Home
last modified time | relevance | path

Searched defs:LRE (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp202 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in spillInterferences() local
261 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in selectOrSplit() local
DRegAllocPBQP.cpp641 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() local
DSplitKit.cpp352 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
DRegAllocGreedy.cpp2556 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpiller.cpp183 void spill(LiveRangeEdit &LRE) { in spill()
211 void spill(LiveRangeEdit &LRE) { in spill()
DRegAllocBasic.cpp394 LiveRangeEdit LRE(SpilledVReg, SplitVRegs, 0, &PendingSpills); in spillReg() local
527 LiveRangeEdit LRE(VirtReg, SplitVRegs); in selectOrSplit() local
DRegAllocFast.cpp470 void RAFast::assignVirtToPhysReg(LiveRegEntry &LRE, unsigned PhysReg) { in assignVirtToPhysReg()
479 void RAFast::allocVirtReg(MachineInstr *MI, LiveRegEntry &LRE, unsigned Hint) { in allocVirtReg()
DRegAllocLinearScan.cpp1233 LiveRangeEdit LRE(*cur, added); in assignRegOrStackSlotAtInterval() local
1310 LiveRangeEdit LRE(*sli, added, 0, &spillIs); in assignRegOrStackSlotAtInterval() local
DStrongPHIElimination.cpp811 for (LiveInterval::iterator LRI = OldLI.begin(), LRE = OldLI.end(); in MergeLIsAndRename() local
DSplitKit.cpp317 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
DRegAllocGreedy.cpp1596 LiveRangeEdit LRE(VirtReg, NewVRegs, this); in selectOrSplit() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestClassOverride.java31 private static final int LRE = TestData.LRE; field in TestClassOverride
DTestData.java34 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; field in TestData
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestClassOverride.java32 private static final int LRE = TestData.LRE; field in TestClassOverride
DTestData.java35 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; field in TestData
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h45 #define LRE U_LEFT_TO_RIGHT_EMBEDDING macro
/external/icu/icu4c/source/common/
Dubidiimp.h48 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */ enumerator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java963 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java938 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi