Home
last modified time | relevance | path

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

1234

/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dshift.rs41 impl Shl<$rhs> for &BigInt { impl
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp113 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/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/android-crates-io/crates/num-bigint/src/biguint/
Dshift.rs128 impl Shl<$rhs> for &BigUint { impl
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
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
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()
DInstCombineAddSub.cpp1376 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/
DExpandLargeFpConvert.cpp207 Value *Shl = Builder.CreateShl(Or, Sub15); in expandFPToI() local
388 Value *Shl = in expandIToFP() local
/external/llvm/unittests/IR/
DConstantRangeTest.cpp512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h397 llvm::Value* Shl(Args&&... args) { in Shl() function
/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()
/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/llvm/unittests/ADT/
DAPIntTest.cpp30 APInt Shl = One.shl(0); in TEST() local
/external/rust/crates/openssl/src/
Dbn.rs1338 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/
DAMDGPUInstCombineIntrinsic.cpp595 Value *Shl = IC.Builder.CreateShl(Src, IntSize - Offset - Width); in instCombineIntrinsic() 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCExpr.h503 Shl, ///< Shift left. enumerator
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1234 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp929 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp976 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()

1234