/external/rust/android-crates-io/crates/num-bigint/src/bigint/ |
D | shift.rs | 41 impl Shl<$rhs> for &BigInt { impl
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 113 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
/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/android-crates-io/crates/num-bigint/src/biguint/ |
D | shift.rs | 128 impl Shl<$rhs> for &BigUint { impl
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 170 Value *Shl = Builder.CreateShl(FrX, Z, "mulshl", HasNUW, PropagateNSW); in foldMulShl1() local 181 Value *Shl = Builder.CreateShl(FrX, Z, "mulshl"); in foldMulShl1() local 227 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 240 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local 889 auto *Shl = cast<OverflowingBinaryOperator>(Op1); in foldIDivShl() local 899 Value *Shl = Builder.CreateShl(ConstantInt::get(Ty, 1), Z); in foldIDivShl() local
|
D | InstCombineSimplifyDemanded.cpp | 586 Instruction *Shl = BinaryOperator::CreateShl(I->getOperand(0), ShiftC); in SimplifyDemandedUseBits() local 706 Instruction *Shl = BinaryOperator::CreateShl(NewC, X); in SimplifyDemandedUseBits() local 1161 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits()
|
D | InstCombineAddSub.cpp | 1376 auto *Shl = BinaryOperator::CreateShl(LHS, ConstantInt::get(Ty, 1)); in visitAdd() local 1519 Value *Shl = Builder.CreateShl(A, ShiftAmtC); in visitAdd() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ExpandLargeFpConvert.cpp | 207 Value *Shl = Builder.CreateShl(Or, Sub15); in expandFPToI() local 388 Value *Shl = in expandIToFP() local
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 397 llvm::Value* Shl(Args&&... args) { in Shl() function
|
/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()
|
/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/llvm/unittests/ADT/ |
D | APIntTest.cpp | 30 APInt Shl = One.shl(0); in TEST() local
|
/external/rust/crates/openssl/src/ |
D | bn.rs | 1338 impl<'a> Shl<i32> for &'a BigNumRef { impl 1348 impl<'a> Shl<i32> for &'a BigNum { impl
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstCombineIntrinsic.cpp | 595 Value *Shl = IC.Builder.CreateShl(Src, IntSize - Offset - Width); in instCombineIntrinsic() 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 503 Shl, ///< Shift left. enumerator
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 1234 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 929 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 976 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
|