Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp191 SDValue Shl = Or.getOperand(0); in SelectSLOI() local
283 SDValue Shl = And.getOperand(0); in SelectSLLIUW() local
322 SDValue Shl = Or.getOperand(0); in SelectSLOIW() 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-project/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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h391 llvm::Value* Shl(Args&&... args) { in Shl() function
/external/llvm/unittests/IR/
DConstantRangeTest.cpp512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DPatternMatchTest.cpp142 auto Shl = B.buildShl(s64, Copies[0], TruncCopy1); in TEST_F() local
/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-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp174 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
188 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
DInstCombineSimplifyDemanded.cpp962 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, 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-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp447 Value *Shl = IC.Builder.CreateShl(Src, IntSize - Offset - Width); in instCombineIntrinsic() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp30 APInt Shl = One.shl(0); in TEST() local
/external/llvm-project/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp888 auto *Shl = BinaryOperator::CreateShl(Phi, Int64_32, "", Br); in TEST_F() local
945 auto *Shl = BinaryOperator::CreateShl(Phi, Int32_16, "", Br); in TEST_F() 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-project/llvm/include/llvm/MC/
DMCExpr.h498 Shl, ///< Shift left. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml173 | Shl Constructor
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml198 | Shl Constructor
/external/llvm-project/clang/lib/AST/Interp/
DInterp.h911 inline bool Shl(InterpState &S, CodePtr OpPC) { in Shl() function
/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()

123