Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp121 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPIntTest.cpp22 APInt Shl = One.shl(0); in TEST() local
/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp395 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h368 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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp160 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
175 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
DInstCombineSimplifyDemanded.cpp861 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits()
DInstCombineAddSub.cpp1200 auto *Shl = BinaryOperator::CreateShl(LHS, ConstantInt::get(Ty, 1)); in visitAdd() local
/external/v8/tools/
Dbigint-tester.py234 class Shl(BinaryOp): class
/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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp124 BinaryOperator *Shl = BinaryOperator::CreateShl(Op0, NewCst); in visitMul() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h303 Shl, ///< Shift left. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp569 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp520 static Instruction *ConvertShiftToMul(Instruction *Shl, in ConvertShiftToMul()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp1011 auto *Shl = BinaryOperator::CreateShl(Phi, Int64_32, "", Br); in TEST_F() local
1067 auto *Shl = BinaryOperator::CreateShl(Phi, Int32_16, "", Br); in TEST_F() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp30 APInt Shl = One.shl(0); in TEST() local
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1789 __ Shl(i.OutputSimd128Register().V4S(), i.InputSimd128Register(0).V4S(), in AssembleArchInstruction() local
1848 __ Shl(i.OutputSimd128Register().V8H(), i.InputSimd128Register(0).V8H(), in AssembleArchInstruction() local
1943 __ Shl(i.OutputSimd128Register().V16B(), i.InputSimd128Register(0).V16B(), in AssembleArchInstruction() local
/external/llvm/include/llvm/MC/
DMCExpr.h404 Shl, ///< Shift left. enumerator
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml161 | Shl Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCExpr.h436 Shl, ///< Shift left. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml173 | Shl Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml198 | Shl Constructor
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp929 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()

123