Home
last modified time | relevance | path

Searched defs:Shl (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Dbit.rs443 pub trait Shl<Rhs = Self> { interface
464 impl Shl<$f> for $t { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Dbit.rs443 pub trait Shl<Rhs = Self> { interface
464 impl Shl<$f> for $t { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/
H A Dbit.rs443 pub trait Shl<Rhs = Self> { trait
464 impl Shl<$f> for $t { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ops/
H A Dbit.rs443 pub trait Shl<Rhs = Self> { interface
464 impl Shl<$f> for $t { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/
H A Dbit.rs443 pub trait Shl<Rhs = Self> { interface
464 impl Shl<$f> for $t { impl
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp170 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
H A DInstCombineSimplifyDemanded.cpp586 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp207 Value *Shl = Builder.CreateShl(Or, Sub15); in expandFPToI() local
388 Value *Shl = in expandIToFP() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm64_neon.cc904 __ Shl(dst.V16B(), lhs.V16B(), value); in VisitVecShl() local
909 __ Shl(dst.V8H(), lhs.V8H(), value); in VisitVecShl() local
913 __ Shl(dst.V4S(), lhs.V4S(), value); in VisitVecShl() local
917 __ Shl(dst.V2D(), lhs.V2D(), value); in VisitVecShl() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dshift.rs41 impl Shl<$rhs> for &BigInt { impl
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp113 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp121 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dops.rs221 impl Shl::shl { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dops.rs221 impl Shl::shl { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dops.rs221 impl Shl::shl { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dops.rs221 impl Shl::shl { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dops.rs221 impl Shl::shl { impl
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dshift.rs127 impl Shl<$rhs> for &BigUint { impl
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp203 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
217 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dtokens.go147 Shl // << const
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
228 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_builder_mixin.h397 llvm::Value* Shl(Args&&... args) { in Shl() function
/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/aosp_15_r20/external/rust/crates/openssl/src/
Dbn.rs1338 impl<'a> Shl<i32> for &'a BigNumRef { impl
1348 impl<'a> Shl<i32> for &'a BigNum { impl

1234