| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptimizeSZextends.cpp | 116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
| /third_party/node/deps/v8/tools/ |
| H A D | bigint-tester.py | 235 class Shl(BinaryOp): class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 444 Shl, ///< Shift left. enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 976 static BinaryOperator *ConvertShiftToMul(Instruction *Shl) { in ConvertShiftToMul() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 203 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 217 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
|
| H A D | InstCombineSimplifyDemanded.cpp | 934 simplifyShrShlDemandedBits(Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known) simplifyShrShlDemandedBits() argument
|
| H A D | InstCombineAddSub.cpp | 1279 auto *Shl = BinaryOperator::CreateShl(LHS, ConstantInt::get(Ty, 1)); in visitAdd() local
|
| H A D | InstCombineCalls.cpp | 3692 Value *Shl = Builder.CreateShl(Src, IntSize - Offset - Width); in visitCallInst() local
|
| H A D | InstCombineCompares.cpp | 1961 static Instruction *foldICmpShlOne(ICmpInst &Cmp, Instruction *Shl, in foldICmpShlOne() argument 2023 foldICmpShlConstant(ICmpInst &Cmp, BinaryOperator *Shl, const APInt &C) foldICmpShlConstant() argument [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | bn.rs | 1339 impl<'a> Shl<i32> for &'a BigNumRef { impls 1349 impl<'a> Shl<i32> for &'a BigNum { impls
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program_builder.h | 1682 const ast::BinaryExpression* Shl(LHS&& lhs, RHS&& rhs) { in Shl() function in tint::ProgramBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 1933 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
|
| H A D | AMDGPURegisterBankInfo.cpp | 1855 auto Shl = B.buildShl(DstTy, Ext, ShiftAmt); in applyMappingImpl() local
|
| H A 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
|
| H A D | SIISelLowering.cpp | 8296 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(LHS), VT, Ext, in performAndCombine() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| H A 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/subzero/src/ |
| H A D | IceInstX8632.h | 289 Shl, enumerator
|
| H A D | IceInstX8664.h | 228 Shl, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A 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/X86/ |
| H A 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A 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/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 5653 SDValue Shl = DAG.getNode(ISD::SHL, SDLoc(Inner), VT, Ext, in combineSIGN_EXTEND() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 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 [all...] |