Home
last modified time | relevance | path

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

/external/rust/crates/unicode-bidi/src/
Dformat_chars.rs34 pub const LRE: char = '\u{202A}'; constant
/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/llvm-project/llvm/lib/CodeGen/
DRegAllocBasic.cpp243 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences() local
305 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit() local
DRegAllocPBQP.cpp695 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() local
DSplitKit.cpp370 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
DRegAllocGreedy.cpp3118 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBasic.cpp238 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences() local
297 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit() local
DRegAllocPBQP.cpp681 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() local
DSplitKit.cpp375 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
DRegAllocGreedy.cpp3125 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl() local
/external/rust/crates/unicode-bidi/src/char_data/
Dtables.rs29 LRE, enumerator
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestClassOverride.java34 private static final int LRE = TestData.LRE; field in TestClassOverride
DTestData.java37 protected static final int LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; field in TestData
/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/icu4c/source/test/cintltst/
Dcbiditst.h45 #define LRE U_LEFT_TO_RIGHT_EMBEDDING macro
/external/icu/icu4c/source/common/
Dubidiimp.h56 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */ enumerator
/external/icu/libicu/cts_headers/
Dubidiimp.h56 LRE=U_LEFT_TO_RIGHT_EMBEDDING, /* 11 */ enumerator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java969 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java944 static final byte LRE = UCharacterDirection.LEFT_TO_RIGHT_EMBEDDING; /* 11 */ field in Bidi