Home
last modified time | relevance | path

Searched refs:haveNoCommonBitsSet (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp210 if (!CurDAG->haveNoCommonBitsSet(Addr.getOperand(0), Addr.getOperand(1))) in matchADDRrr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h315 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { in haveNoCommonBitsSet() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp444 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
H A DReassociate.cpp2189 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), in OptimizeInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h110 bool haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp490 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp369 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), DL); in isAddLikeOr()
H A DARMISelDAGToDAG.cpp671 return CurDAG->haveNoCommonBitsSet(N, Parent->getOperand(1)); in SelectAddLikeOr()
H A DARMISelLowering.cpp16101 if (DAG.haveNoCommonBitsSet(Ptr, Inc)) { in getPointerConstIncrement()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1627 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(&I))) in visitAdd()
1784 haveNoCommonBitsSet(A, B, SQ.getWithInstruction(&I))) in visitAdd()
H A DInstCombineSimplifyDemanded.cpp269 if (haveNoCommonBitsSet(LHSCache, RHSCache, Q)) { in SimplifyDemandedUseBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2156 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1277 return KnownBits::haveNoCommonBitsSet(Known0, Known1);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp236 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 DSelectionDAG.cpp5366 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 DDAGCombiner.cpp2971 DAG.haveNoCommonBitsSet(N0, N1)) { in visitADD()
9439 DAG.haveNoCommonBitsSet(N0, N1)) { in visitXOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11326 !DAG.haveNoCommonBitsSet(N0.getOperand(0), N0.getOperand(1))) in performSHLPtrCombine()