Searched refs:IsLogical (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 732 if (IsLogical) in foldAndOrOfICmpsOfAndWithPow2() 1215 if (IsLogical) in foldAndOrOfICmpsWithConstEq() 2585 bool IsLogical = isa<SelectInst>(Op1); in visitAnd() local 2590 return replaceInstUsesWith(I, IsLogical in visitAnd() 2602 bool IsLogical = isa<SelectInst>(Op0); in visitAnd() local 3134 if (IsLogical) in foldAndOrOfICmpEqConstantAndICmp() 3210 if (!IsLogical) { in foldAndOrOfICmps() 3223 if (IsAnd && !IsLogical) in foldAndOrOfICmps() 3234 if (!IsLogical) { in foldAndOrOfICmps() 3639 bool IsLogical = isa<SelectInst>(Op1); in visitOr() local [all …]
|
| H A D | InstCombineInternal.h | 403 bool IsAnd, bool IsLogical = false); 425 bool IsLogical = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZElimCompare.cpp | 379 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr() 405 else if ((MIFlags & SystemZII::IsLogical) && CCValues) { in adjustCCMasksForInstr()
|
| H A D | SystemZInstrInfo.h | 49 IsLogical = (1 << 20), enumerator
|
| H A D | SystemZInstrInfo.td | 1032 let Defs = [CC], CCValues = 0xF, IsLogical = 1 in { 1072 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1142 let Defs = [CC], CCValues = 0x7, IsLogical = 1 in { 1180 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1617 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
|
| H A D | SystemZISelLowering.cpp | 7838 bool IsLogical = false; in computeKnownBitsForTargetNode() local 7864 IsLogical = true; in computeKnownBitsForTargetNode() 7875 if (IsLogical) { in computeKnownBitsForTargetNode()
|
| H A D | SystemZInstrFormats.td | 95 bit IsLogical = 0; 111 let TSFlags{20} = IsLogical;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 604 bit IsLogical = !or(!eq(operation, OpGroupNonUniformLogicalAnd), 617 bit HasBoolArg = !or(!and(IsAllOrAny, !eq(IsAllEqual, false)), IsBallot, IsLogical); 625 "IsBallotFindBit", "IsLogical", "NoGroupOperation", "HasBoolArg"];
|
| H A D | SPIRVBuiltins.cpp | 77 bool IsLogical; member 868 GroupBuiltin->IsAllEqual || GroupBuiltin->IsLogical || in generateGroupInst()
|