/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 121 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APIntTest.cpp | 22 APInt Shl = One.shl(0); in TEST() local
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | ConstantRangeTest.cpp | 395 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 832 Instruction *Shl, in SimplifyShrShlDemandedBits()
|
D | InstCombineMulDivRem.cpp | 205 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/ |
D | InstCombineMulDivRem.cpp | 124 BinaryOperator *Shl = BinaryOperator::CreateShl(Op0, NewCst); in visitMul() local
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 303 Shl, ///< Shift left. enumerator
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 520 static Instruction *ConvertShiftToMul(Instruction *Shl, in ConvertShiftToMul()
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 30 APInt Shl = One.shl(0); in TEST() local
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 404 Shl, ///< Shift left. enumerator
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 161 | Shl Constructor
|
D | llvm.mli | 211 | Shl Constructor
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 173 | Shl Constructor
|
D | llvm.mli | 231 | Shl (** Logical Operators *) Constructor
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1009 SDValue Shl = CurDAG->getNode(ISD::SHL, dl, N.getValueType(), in MatchAddressRecursively() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 929 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 1234 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
|
D | AMDGPUISelLowering.cpp | 2153 uint32_t Shl = static_cast<uint32_t>(Src0) << (32 - Offset - Width); in constantFoldBFE() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 939 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 174 Shl, enumerator 3261 using Shl = typename InstImpl<TraitsType>::InstX86Shl; member
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 616 SDValue Shl = And1.getOperand(0); in PerformORCombine() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 675 Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C); in optimizeMemChr() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2452 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/ |
D | hydrogen-instructions.cc | 261 void Range::Shl(int32_t value) { in Shl() function in v8::internal::Range
|