/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiTransform.java | 381 return IsLTR(inLevel) && IsLogical(inOrder) in matches() 394 return IsRTL(inLevel) && IsLogical(inOrder) in matches() 407 return IsLTR(inLevel) && IsLogical(inOrder) in matches() 421 return IsRTL(inLevel) && IsLogical(inOrder) in matches() 436 && IsRTL(outLevel) && IsLogical(outOrder); in matches() 449 && IsRTL(outLevel) && IsLogical(outOrder); in matches() 463 && IsLTR(outLevel) && IsLogical(outOrder); in matches() 476 && IsLTR(outLevel) && IsLogical(outOrder); in matches() 489 return IsLTR(inLevel) && IsLogical(inOrder) in matches() 490 && IsRTL(outLevel) && IsLogical(outOrder); in matches() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BidiTransform.java | 371 return IsLTR(inLevel) && IsLogical(inOrder) in matches() 384 return IsRTL(inLevel) && IsLogical(inOrder) in matches() 397 return IsLTR(inLevel) && IsLogical(inOrder) in matches() 411 return IsRTL(inLevel) && IsLogical(inOrder) in matches() 426 && IsRTL(outLevel) && IsLogical(outOrder); in matches() 439 && IsRTL(outLevel) && IsLogical(outOrder); in matches() 453 && IsLTR(outLevel) && IsLogical(outOrder); in matches() 466 && IsLTR(outLevel) && IsLogical(outOrder); in matches() 479 return IsLTR(inLevel) && IsLogical(inOrder) in matches() 480 && IsRTL(outLevel) && IsLogical(outOrder); in matches() [all …]
|
/external/llvm-project/flang/runtime/ |
D | type-code.h | 46 constexpr bool IsLogical() const { in IsLogical() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 44 IsLogical = (1 << 20) enumerator
|
D | SystemZElimCompare.cpp | 252 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
|
D | SystemZInstrInfo.cpp | 518 bool IsLogical = (Compare.getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local 519 return Value == 0 && !IsLogical && in optimizeCompareInstr()
|
D | SystemZInstrFormats.td | 82 bit IsLogical = 0; 94 let TSFlags{20} = IsLogical;
|
D | SystemZInstrInfo.td | 1318 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
|
/external/python/cpython2/Lib/plat-mac/ |
D | aetypes.py | 239 def IsLogical(x): function 492 elif IsComparison(seld) or IsLogical(seld):
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 49 IsLogical = (1 << 20), enumerator
|
D | SystemZElimCompare.cpp | 386 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr() 412 else if ((MIFlags & SystemZII::IsLogical) && CCValues) { in adjustCCMasksForInstr()
|
D | SystemZInstrInfo.td | 960 let Defs = [CC], CCValues = 0xF, IsLogical = 1 in { 1000 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1070 let Defs = [CC], CCValues = 0x7, IsLogical = 1 in { 1108 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1545 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
|
D | SystemZISelLowering.cpp | 6545 bool IsLogical = false; in computeKnownBitsForTargetNode() local 6571 IsLogical = true; in computeKnownBitsForTargetNode() 6582 if (IsLogical) { in computeKnownBitsForTargetNode()
|
D | SystemZInstrFormats.td | 95 bit IsLogical = 0; 111 let TSFlags{20} = IsLogical;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 49 IsLogical = (1 << 20), enumerator
|
D | SystemZElimCompare.cpp | 386 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr() 412 else if ((MIFlags & SystemZII::IsLogical) && CCValues) { in adjustCCMasksForInstr()
|
D | SystemZInstrInfo.td | 973 let Defs = [CC], CCValues = 0xF, IsLogical = 1 in { 1013 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1083 let Defs = [CC], CCValues = 0x7, IsLogical = 1 in { 1121 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1558 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
|
D | SystemZISelLowering.cpp | 6850 bool IsLogical = false; in computeKnownBitsForTargetNode() local 6876 IsLogical = true; in computeKnownBitsForTargetNode() 6887 if (IsLogical) { in computeKnownBitsForTargetNode()
|
D | SystemZInstrFormats.td | 95 bit IsLogical = 0; 111 let TSFlags{20} = IsLogical;
|