/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 320 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { in haveNoCommonBitsSet() function
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 205 if (!CurDAG->haveNoCommonBitsSet(Addr.getOperand(0), Addr.getOperand(1))) in matchADDRrr()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 404 if (!haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), DL, &AC, I, in visitImpl()
|
H A D | InstCombineAddSub.cpp | 900 haveNoCommonBitsSet(X, Op01C, DL, &AC, &Add, &DT)) in foldAddWithConstant() 1455 if (haveNoCommonBitsSet(LHS, RHS, DL, &AC, &I, &DT)) in visitAdd() 1573 haveNoCommonBitsSet(A, B, DL, &AC, &I, &DT)) in visitAdd()
|
H A D | InstCombineMulDivRem.cpp | 297 haveNoCommonBitsSet(X, C1, DL, &AC, &I, &DT))) { in visitMul()
|
H A D | InstCombineAndOrXor.cpp | 3015 haveNoCommonBitsSet(Op0, Op1, DL)) { in visitOr()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 102 bool haveNoCommonBitsSet(const Value *LHS, const Value *RHS,
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 248 !haveNoCommonBitsSet(BO->getOperand(0), BO->getOperand(1), *DL)) in matchStridedRecurrence()
|
H A D | RISCVInstrInfo.td | 1249 return KnownBits::haveNoCommonBitsSet(Known0, Known1);
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 481 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 450 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
|
H A D | SeparateConstOffsetFromGEP.cpp | 521 !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT)) in CanTraceInto()
|
H A D | Reassociate.cpp | 2234 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), in OptimizeInst()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 369 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), DL); in isAddLikeOr()
|
H A D | ARMISelDAGToDAG.cpp | 664 return CurDAG->haveNoCommonBitsSet(N, Parent->getOperand(1)); in SelectAddLikeOr()
|
H A D | ARMISelLowering.cpp | 15970 if (DAG.haveNoCommonBitsSet(Ptr, Inc)) { in getPointerConstIncrement()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 2110 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 231 bool llvm::haveNoCommonBitsSet(const Value *LHS, const Value *RHS, in haveNoCommonBitsSet() function in llvm 287 return KnownBits::haveNoCommonBitsSet(LHSKnown, RHSKnown); in haveNoCommonBitsSet()
|
H A D | ScalarEvolution.cpp | 5247 if (haveNoCommonBitsSet(Op->getOperand(0), Op->getOperand(1), DL, &AC, CxtI, in MatchBinaryOp()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 5004 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG 5010 return KnownBits::haveNoCommonBitsSet(computeKnownBits(A), in haveNoCommonBitsSet()
|
H A D | DAGCombiner.cpp | 2417 return DAG.haveNoCommonBitsSet(V.getOperand(0), V.getOperand(1)); in isADDLike() 2669 DAG.haveNoCommonBitsSet(N0, N1)) in visitADD() 7272 DAG.haveNoCommonBitsSet(N0, N1)) in visitOR() 8720 DAG.haveNoCommonBitsSet(N0, N1)) in visitXOR()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2432 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
|
H A D | X86ISelLowering.cpp | 50248 !DAG.haveNoCommonBitsSet(V.getOperand(0), V.getOperand(1))) in detectAVGPattern()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 804 return CurDAG->haveNoCommonBitsSet(N->getOperand(0), N->getOperand(1));
|