| /external/rust/crates/num-bigint/src/bigint/ |
| D | shift.rs | 41 impl<'a> Shl<$rhs> for &'a BigInt { impl
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonOptimizeSZextends.cpp | 116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonOptimizeSZextends.cpp | 121 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
| /external/rust/crates/num-bigint/src/biguint/ |
| D | shift.rs | 127 impl<'a> Shl<$rhs> for &'a BigUint { impl
|
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | ir_builder_mixin.h | 397 llvm::Value* Shl(Args&&... args) { in Shl() function
|
| /external/llvm/unittests/IR/ |
| D | ConstantRangeTest.cpp | 512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 203 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 217 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
|
| D | InstCombineSimplifyDemanded.cpp | 935 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits()
|
| D | InstCombineAddSub.cpp | 1279 auto *Shl = BinaryOperator::CreateShl(LHS, ConstantInt::get(Ty, 1)); in visitAdd() local
|
| D | InstCombineCompares.cpp | 1961 static Instruction *foldICmpShlOne(ICmpInst &Cmp, Instruction *Shl, in foldICmpShlOne() 2024 BinaryOperator *Shl, in foldICmpShlConstant()
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 832 Instruction *Shl, in SimplifyShrShlDemandedBits()
|
| D | InstCombineMulDivRem.cpp | 205 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 228 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
|
| /external/rust/crates/openssl/src/ |
| D | bn.rs | 1305 impl<'a> Shl<i32> for &'a BigNumRef { impl 1315 impl<'a> Shl<i32> for &'a BigNum { impl
|
| /external/llvm/unittests/ADT/ |
| D | APIntTest.cpp | 30 APInt Shl = One.shl(0); in TEST() local
|
| /external/llvm/include/llvm/MC/ |
| D | MCExpr.h | 404 Shl, ///< Shift left. enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCExpr.h | 444 Shl, ///< Shift left. enumerator
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 173 | Shl Constructor
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 929 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelDAGToDAG.cpp | 1234 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 976 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 1652 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() local 2207 SDValue Shl = N.getOperand(0); in matchAddressRecursively() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 939 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 1213 auto Shl = MIRBuilder.buildShl(WideTy, ZextInput, ShiftAmt); in widenScalarMergeValues() local 1322 auto Shl = MIRBuilder.buildShl(NewSrcTy, WideSrc, ShiftAmt); in widenScalarUnmergeValues() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 675 Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C); in optimizeMemChr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2834 uint32_t Shl = static_cast<uint32_t>(Src0) << (32 - Offset - Width); in constantFoldBFE() local 3086 SDValue Shl = DAG.getNode(ISD::SHL, SL, XVT, X, SDValue(RHS, 0)); in performShlCombine() local
|