/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 202 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
|
D | RegAllocPBQP.cpp | 641 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() local
|
D | SplitKit.cpp | 352 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
|
D | RegAllocGreedy.cpp | 2556 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Spiller.cpp | 183 void spill(LiveRangeEdit &LRE) { in spill() 211 void spill(LiveRangeEdit &LRE) { in spill()
|
D | RegAllocBasic.cpp | 394 LiveRangeEdit LRE(SpilledVReg, SplitVRegs, 0, &PendingSpills); in spillReg() local 527 LiveRangeEdit LRE(VirtReg, SplitVRegs); in selectOrSplit() local
|
D | RegAllocFast.cpp | 470 void RAFast::assignVirtToPhysReg(LiveRegEntry &LRE, unsigned PhysReg) { in assignVirtToPhysReg() 479 void RAFast::allocVirtReg(MachineInstr *MI, LiveRegEntry &LRE, unsigned Hint) { in allocVirtReg()
|
D | RegAllocLinearScan.cpp | 1233 LiveRangeEdit LRE(*cur, added); in assignRegOrStackSlotAtInterval() local 1310 LiveRangeEdit LRE(*sli, added, 0, &spillIs); in assignRegOrStackSlotAtInterval() local
|
D | StrongPHIElimination.cpp | 811 for (LiveInterval::iterator LRI = OldLI.begin(), LRE = OldLI.end(); in MergeLIsAndRename() local
|
D | SplitKit.cpp | 317 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
|
D | RegAllocGreedy.cpp | 1596 LiveRangeEdit LRE(VirtReg, NewVRegs, this); in selectOrSplit() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestClassOverride.java | 31 private static final int LRE = TestData.LRE; field in TestClassOverride
|
D | TestData.java | 34 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/ |
D | TestClassOverride.java | 32 private static final int LRE = TestData.LRE; field in TestClassOverride
|
D | TestData.java | 35 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; field in TestData
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 45 #define LRE U_LEFT_TO_RIGHT_EMBEDDING macro
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 48 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */ enumerator
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 963 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 938 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi
|