/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 210 if (!CurDAG->haveNoCommonBitsSet(Addr.getOperand(0), Addr.getOperand(1))) in matchADDRrr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 315 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { in haveNoCommonBitsSet() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 444 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
|
H A D | Reassociate.cpp | 2189 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), in OptimizeInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 110 bool haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 490 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
|
/freebsd/contrib/llvm-project/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 | 671 return CurDAG->haveNoCommonBitsSet(N, Parent->getOperand(1)); in SelectAddLikeOr()
|
H A D | ARMISelLowering.cpp | 16101 if (DAG.haveNoCommonBitsSet(Ptr, Inc)) { in getPointerConstIncrement()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1627 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(&I))) in visitAdd() 1784 haveNoCommonBitsSet(A, B, SQ.getWithInstruction(&I))) in visitAdd()
|
H A D | InstCombineSimplifyDemanded.cpp | 269 if (haveNoCommonBitsSet(LHSCache, RHSCache, Q)) { in SimplifyDemandedUseBits()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 2156 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 1277 return KnownBits::haveNoCommonBitsSet(Known0, Known1);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 236 bool llvm::haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, in haveNoCommonBitsSet() function in llvm 251 return KnownBits::haveNoCommonBitsSet(LHSCache.getKnownBits(SQ), in haveNoCommonBitsSet()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 5366 haveNoCommonBitsSet(Op.getOperand(0), Op.getOperand(1)); in isADDLike() 5741 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG 5747 return KnownBits::haveNoCommonBitsSet(computeKnownBits(A), in haveNoCommonBitsSet()
|
H A D | DAGCombiner.cpp | 2971 DAG.haveNoCommonBitsSet(N0, N1)) { in visitADD() 9439 DAG.haveNoCommonBitsSet(N0, N1)) { in visitXOR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 11326 !DAG.haveNoCommonBitsSet(N0.getOperand(0), N0.getOperand(1))) in performSHLPtrCombine()
|