/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 63 bool haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 74 bool haveNoCommonBitsSet(const Value *LHS, const Value *RHS,
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 404 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
|
D | SeparateConstOffsetFromGEP.cpp | 462 !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT)) in CanTraceInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 440 } else if (matchesOr(LHS, B, Idx) && haveNoCommonBitsSet(B, Idx, *DL)) { in allocateCandidatesAndFindBasisForMul()
|
D | SeparateConstOffsetFromGEP.cpp | 503 !haveNoCommonBitsSet(LHS, RHS, DL, nullptr, BO, DT)) in CanTraceInto()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1143 if (haveNoCommonBitsSet(LHS, RHS, DL, AC, &I, DT)) in visitAdd()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1317 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1504 bool haveNoCommonBitsSet(SDValue A, SDValue B) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1232 if (haveNoCommonBitsSet(LHS, RHS, DL, &AC, &I, &DT)) in visitAdd()
|
D | InstCombineAndOrXor.cpp | 2486 if (haveNoCommonBitsSet(Op0, Op1, DL, &AC, &I, &DT)) in visitXor()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1355 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1574 if (CurDAG->haveNoCommonBitsSet(N.getOperand(0), N.getOperand(1)) && in matchAddressRecursively()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 133 bool llvm::haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL, in haveNoCommonBitsSet() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 185 bool llvm::haveNoCommonBitsSet(const Value *LHS, const Value *RHS, in haveNoCommonBitsSet() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 580 return CurDAG->haveNoCommonBitsSet(N, Parent->getOperand(1)); in SelectAddLikeOr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2834 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG
|
D | DAGCombiner.cpp | 1727 VT.isInteger() && !VT.isVector() && DAG.haveNoCommonBitsSet(N0, N1)) in visitADD()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3690 bool SelectionDAG::haveNoCommonBitsSet(SDValue A, SDValue B) const { in haveNoCommonBitsSet() function in SelectionDAG
|
D | DAGCombiner.cpp | 2103 DAG.haveNoCommonBitsSet(N0.getOperand(0), N0.getOperand(1))) { in visitADD() 2177 DAG.haveNoCommonBitsSet(N0, N1)) in visitADD()
|