Home
last modified time | relevance | path

Searched defs:Shl (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
/third_party/node/deps/v8/tools/
H A Dbigint-tester.py235 class Shl(BinaryOp): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h444 Shl, ///< Shift left. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp976 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 DInstCombineMulDivRem.cpp203 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local
217 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
H A DInstCombineSimplifyDemanded.cpp934 simplifyShrShlDemandedBits(Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known) simplifyShrShlDemandedBits() argument
H A DInstCombineAddSub.cpp1279 auto *Shl = BinaryOperator::CreateShl(LHS, ConstantInt::get(Ty, 1)); in visitAdd() local
H A DInstCombineCalls.cpp3692 Value *Shl = Builder.CreateShl(Src, IntSize - Offset - Width); in visitCallInst() local
H A DInstCombineCompares.cpp1961 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 Dbn.rs1339 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 Dprogram_builder.h1682 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 DAMDGPUISelDAGToDAG.cpp1933 const SDValue &Shl = N->getOperand(0); in SelectS_BFEFromShifts() local
H A DAMDGPURegisterBankInfo.cpp1855 auto Shl = B.buildShl(DstTy, Ext, ShiftAmt); in applyMappingImpl() local
H A DAMDGPUISelLowering.cpp2834 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 DSIISelLowering.cpp8296 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 DLegalizerHelper.cpp1213 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 DIceInstX8632.h289 Shl, enumerator
H A DIceInstX8664.h228 Shl, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1125 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 DX86ISelDAGToDAG.cpp1652 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 DSimplifyCFG.cpp5679 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 DSystemZISelLowering.cpp5653 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 DDAGCombiner.cpp7685 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...]

Completed in 151 milliseconds