Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp205 if (!CurDAG->haveNoCommonBitsSet(Addr.getOperand(0), Addr.getOperand(1))) in matchADDRrr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h323 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { in haveNoCommonBitsSet() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp446 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
H A DSeparateConstOffsetFromGEP.cpp527 !haveNoCommonBitsSet(LHS, RHS, SimplifyQuery(DL, DT, /*AC*/ nullptr, BO))) in CanTraceInto()
H A DReassociate.cpp2272 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), in OptimizeInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h103 bool haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp485 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp369 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), DL); in isAddLikeOr()
H A DARMISelDAGToDAG.cpp665 return CurDAG->haveNoCommonBitsSet(N, Parent->getOperand(1)); in SelectAddLikeOr()
H A DARMISelLowering.cpp16088 if (DAG.haveNoCommonBitsSet(Ptr, Inc)) { in getPointerConstIncrement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1585 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(&I))) in visitAdd()
1724 haveNoCommonBitsSet(A, B, SQ.getWithInstruction(&I))) in visitAdd()
H A DInstCombineSimplifyDemanded.cpp271 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(I))) { in SimplifyDemandedUseBits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2166 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp235 bool llvm::haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache, in haveNoCommonBitsSet() function in llvm
250 return KnownBits::haveNoCommonBitsSet(LHSCache.getKnownBits(SQ), in haveNoCommonBitsSet()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1253 return KnownBits::haveNoCommonBitsSet(Known0, Known1);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5086 haveNoCommonBitsSet(Op.getOperand(0), Op.getOperand(1)); in isADDLike()
5417 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG
5423 return KnownBits::haveNoCommonBitsSet(computeKnownBits(A), in haveNoCommonBitsSet()
H A DDAGCombiner.cpp2979 DAG.haveNoCommonBitsSet(N0, N1)) in visitADD()
9427 DAG.haveNoCommonBitsSet(N0, N1)) in visitXOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11137 !DAG.haveNoCommonBitsSet(N0.getOperand(0), N0.getOperand(1))) in performSHLPtrCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td902 return CurDAG->haveNoCommonBitsSet(N->getOperand(0), N->getOperand(1));
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49917 !DAG.haveNoCommonBitsSet(V.getOperand(0), V.getOperand(1))) in detectAVGPattern()