Searched refs:IsLogical (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 743 if (IsLogical) in foldAndOrOfICmpsOfAndWithPow2() 1130 if (IsLogical) in foldAndOrOfICmpsWithConstEq() 2301 bool IsLogical = isa<SelectInst>(Op1); in visitAnd() local 2306 return replaceInstUsesWith(I, IsLogical in visitAnd() 2318 bool IsLogical = isa<SelectInst>(Op0); in visitAnd() local 2744 if (IsLogical) in foldAndOrOfICmpEqZeroAndICmp() 2819 if (!IsLogical) { in foldAndOrOfICmps() 2832 if (IsAnd && !IsLogical) in foldAndOrOfICmps() 2840 if (!IsLogical) { in foldAndOrOfICmps() 3229 bool IsLogical = isa<SelectInst>(Op1); in visitOr() local [all …]
|
H A D | InstCombineInternal.h | 351 bool IsAnd, bool IsLogical = false); 373 bool IsLogical = false);
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 385 if (CompareFlags & SystemZII::IsLogical) in adjustCCMasksForInstr() 411 else if ((MIFlags & SystemZII::IsLogical) && CCValues) { in adjustCCMasksForInstr()
|
H A D | SystemZInstrInfo.h | 49 IsLogical = (1 << 20), enumerator
|
H A D | SystemZInstrInfo.td | 1016 let Defs = [CC], CCValues = 0xF, IsLogical = 1 in { 1056 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1126 let Defs = [CC], CCValues = 0x7, IsLogical = 1 in { 1164 let Defs = [CC], Uses = [CC], CCValues = 0xF, IsLogical = 1 in { 1601 let Defs = [CC], CCValues = 0xE, IsLogical = 1 in {
|
H A D | SystemZISelLowering.cpp | 7299 bool IsLogical = false; in computeKnownBitsForTargetNode() local 7325 IsLogical = true; in computeKnownBitsForTargetNode() 7336 if (IsLogical) { in computeKnownBitsForTargetNode()
|
H A D | SystemZInstrFormats.td | 95 bit IsLogical = 0; 111 let TSFlags{20} = IsLogical;
|
/openbsd/gnu/llvm/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 | 76 bool IsLogical; member 858 GroupBuiltin->IsAllEqual || GroupBuiltin->IsLogical || in generateGroupInst()
|