Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp121 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/llvm/unittests/IR/
DConstantRangeTest.cpp512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
/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/lib/Transforms/Scalar/
DReassociate.cpp520 static Instruction *ConvertShiftToMul(Instruction *Shl, in ConvertShiftToMul()
/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/bindings/ocaml/llvm/
Dllvm.ml161 | Shl Constructor
Dllvm.mli211 | Shl Constructor
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml173 | Shl Constructor
Dllvm.mli231 | Shl (** Logical Operators *) Constructor
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp1009 SDValue Shl = CurDAG->getNode(ISD::SHL, dl, N.getValueType(), in MatchAddressRecursively() local
/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
DAMDGPUISelLowering.cpp2153 uint32_t Shl = static_cast<uint32_t>(Src0) << (32 - Offset - Width); in constantFoldBFE() 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/subzero/src/
DIceInstX86Base.h174 Shl, enumerator
3261 using Shl = typename InstImpl<TraitsType>::InstX86Shl; member
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp616 SDValue Shl = And1.getOperand(0); in PerformORCombine() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp675 Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C); in optimizeMemChr() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2452 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, Result, ShAmt); in lowerSELECT_CC() local
4874 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(Inner), VT, Ext, in combineSIGN_EXTEND() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc261 void Range::Shl(int32_t value) { in Shl() function in v8::internal::Range

12