| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 205 if (!CurDAG->haveNoCommonBitsSet(Addr.getOperand(0), Addr.getOperand(1))) in matchADDRrr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 323 static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS) { in haveNoCommonBitsSet() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 446 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 527 !haveNoCommonBitsSet(LHS, RHS, SimplifyQuery(DL, DT, /*AC*/ nullptr, BO))) in CanTraceInto()
|
| H A D | Reassociate.cpp | 2272 haveNoCommonBitsSet(I->getOperand(0), I->getOperand(1), in OptimizeInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 103 bool haveNoCommonBitsSet(const WithCache<const Value *> &LHSCache,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 485 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
|
| /freebsd-14.2/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 | 665 return CurDAG->haveNoCommonBitsSet(N, Parent->getOperand(1)); in SelectAddLikeOr()
|
| H A D | ARMISelLowering.cpp | 16088 if (DAG.haveNoCommonBitsSet(Ptr, Inc)) { in getPointerConstIncrement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1585 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(&I))) in visitAdd() 1724 haveNoCommonBitsSet(A, B, SQ.getWithInstruction(&I))) in visitAdd()
|
| H A D | InstCombineSimplifyDemanded.cpp | 271 if (haveNoCommonBitsSet(LHSCache, RHSCache, SQ.getWithInstruction(I))) { in SimplifyDemandedUseBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2166 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 235 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 D | RISCVInstrInfo.td | 1253 return KnownBits::haveNoCommonBitsSet(Known0, Known1);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 5086 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 D | DAGCombiner.cpp | 2979 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 D | SIISelLowering.cpp | 11137 !DAG.haveNoCommonBitsSet(N0.getOperand(0), N0.getOperand(1))) in performSHLPtrCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 902 return CurDAG->haveNoCommonBitsSet(N->getOperand(0), N->getOperand(1));
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 49917 !DAG.haveNoCommonBitsSet(V.getOperand(0), V.getOperand(1))) in detectAVGPattern()
|