Searched refs:IsLogical (Results 1 – 14 of 14) sorted by relevance
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 …]
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 …]
44 IsLogical = (1 << 20) enumerator
518 bool IsLogical = (Compare.getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local519 return Value == 0 && !IsLogical && in optimizeCompareInstr()
252 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
82 bit IsLogical = 0;94 let TSFlags{20} = IsLogical;
1318 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
239 def IsLogical(x): function492 elif IsComparison(seld) or IsLogical(seld):
50 IsLogical = (1 << 20) enumerator
326 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr()
629 bool IsLogical = (Compare.getDesc().TSFlags & SystemZII::IsLogical) != 0; in optimizeCompareInstr() local630 return Value == 0 && !IsLogical && in optimizeCompareInstr()
5827 bool IsLogical = false; in computeKnownBitsForTargetNode() local5853 IsLogical = true; in computeKnownBitsForTargetNode()5866 if (IsLogical) { in computeKnownBitsForTargetNode()
86 bit IsLogical = 0;98 let TSFlags{20} = IsLogical;
1476 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {