Home
last modified time | relevance | path

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

12

/external/rust/crates/num-bigint/src/bigint/
Dshift.rs41 impl<'a> Shl<$rhs> for &'a BigInt { impl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp121 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/external/rust/crates/num-bigint/src/biguint/
Dshift.rs127 impl<'a> Shl<$rhs> for &'a BigUint { impl
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h397 llvm::Value* Shl(Args&&... args) { in Shl() function
/external/llvm/unittests/IR/
DConstantRangeTest.cpp512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp203 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
217 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
DInstCombineSimplifyDemanded.cpp935 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits()
DInstCombineAddSub.cpp1279 auto *Shl = BinaryOperator::CreateShl(LHS, ConstantInt::get(Ty, 1)); in visitAdd() local
DInstCombineCompares.cpp1961 static Instruction *foldICmpShlOne(ICmpInst &Cmp, Instruction *Shl, in foldICmpShlOne()
2024 BinaryOperator *Shl, in foldICmpShlConstant()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp832 Instruction *Shl, in SimplifyShrShlDemandedBits()
DInstCombineMulDivRem.cpp205 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
228 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
/external/rust/crates/openssl/src/
Dbn.rs1305 impl<'a> Shl<i32> for &'a BigNumRef { impl
1315 impl<'a> Shl<i32> for &'a BigNum { impl
/external/llvm/unittests/ADT/
DAPIntTest.cpp30 APInt Shl = One.shl(0); in TEST() local
/external/llvm/include/llvm/MC/
DMCExpr.h404 Shl, ///< Shift left. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h444 Shl, ///< Shift left. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml173 | Shl Constructor
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp929 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1234 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp976 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1652 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/
DX86ISelDAGToDAG.cpp939 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1213 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/
DSimplifyLibCalls.cpp675 Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C); in optimizeMemChr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2834 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

12