/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 203 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 217 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
|
D | InstCombineSimplifyDemanded.cpp | 935 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits()
|
D | InstCombineAddSub.cpp | 1279 auto *Shl = BinaryOperator::CreateShl(LHS, ConstantInt::get(Ty, 1)); in visitAdd() local
|
D | InstCombineCompares.cpp | 1961 static Instruction *foldICmpShlOne(ICmpInst &Cmp, Instruction *Shl, in foldICmpShlOne() 2024 BinaryOperator *Shl, in foldICmpShlConstant()
|
D | InstCombineCalls.cpp | 3692 Value *Shl = Builder.CreateShl(Src, IntSize - Offset - Width); in visitCallInst() local
|
/third_party/node/deps/v8/tools/ |
D | bigint-tester.py | 235 class Shl(BinaryOp): class
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | bn.rs | 1339 impl<'a> Shl<i32> for &'a BigNumRef { impl 1349 impl<'a> Shl<i32> for &'a BigNum { impl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 444 Shl, ///< Shift left. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 976 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1652 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, And, ShlCount); in foldMaskAndShiftToExtract() local 2207 SDValue Shl = N.getOperand(0); in matchAddressRecursively() local
|
/third_party/skia/third_party/externals/tint/src/ |
D | program_builder.h | 1682 const ast::BinaryExpression* Shl(LHS&& lhs, RHS&& rhs) { in Shl() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 1213 auto Shl = MIRBuilder.buildShl(WideTy, ZextInput, ShiftAmt); in widenScalarMergeValues() local 1322 auto Shl = MIRBuilder.buildShl(NewSrcTy, WideSrc, ShiftAmt); in widenScalarUnmergeValues() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2834 uint32_t Shl = static_cast<uint32_t>(Src0) << (32 - Offset - Width); in constantFoldBFE() local 3086 SDValue Shl = DAG.getNode(ISD::SHL, SL, XVT, X, SDValue(RHS, 0)); in performShlCombine() local
|
D | AMDGPURegisterBankInfo.cpp | 1855 auto Shl = B.buildShl(DstTy, Ext, ShiftAmt); in applyMappingImpl() local
|
D | AMDGPUISelDAGToDAG.cpp | 1933 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9075 SDValue Shl = DAG.getNode(PPCISD::VECSHL, dl, MVT::v16i8, V2, V2, in lowerToVINSERTB() local 9183 SDValue Shl = DAG.getNode(PPCISD::VECSHL, dl, MVT::v16i8, V2, V2, in lowerToVINSERTH() local 9258 SDValue Shl = DAG.getNode(PPCISD::VECSHL, dl, MVT::v4i32, Conv2, Conv2, in LowerVECTOR_SHUFFLE() local 9286 SDValue Shl = DAG.getNode(PPCISD::VECSHL, dl, MVT::v4i32, Conv1, Conv2, in LowerVECTOR_SHUFFLE() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 289 Shl, enumerator 3230 using Shl = InstX86Shl; member
|
D | IceInstX8664.h | 228 Shl, enumerator 3129 using Shl = InstX86Shl; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 969 Value *Shl = B.CreateShl(B.getIntN(Width, 1ULL), C); in optimizeMemChr() local
|
D | SimplifyCFG.cpp | 5679 auto *Shl = Builder.CreateShl(Sub, Ty->getBitWidth() - Shift); in ReduceSwitchRange() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstructionSelector.cpp | 1125 auto Shl = MIB.buildInstr(Opc, {DstReg}, {Src1Reg}); in selectVectorSHL() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 899 SDValue Shl = And1.getOperand(0); in performORCombine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3541 SDValue Shl = in visitMUL() local 7685 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(N1), VT, N0.getOperand(1), N1); in visitSHL() local 7818 SDValue Shl = N0.getOperand(0); in visitSRA() local 20407 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(N0), VT, AndLHS, ShlAmt); in SimplifySelectCC() local
|
/third_party/rust/crates/syn/ |
D | syn.json | 314 "Shl": [ array 5540 "Shl": "<<", string
|