Home
last modified time | relevance | path

Searched defs:Shr (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp500 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local
934 InstCombiner::simplifyShrShlDemandedBits(Instruction *Shr, const APInt &ShrOp1, in simplifyShrShlDemandedBits()
DInstCombineCompares.cpp2164 BinaryOperator *Shr, in foldICmpShrConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp777 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs1323 impl<'a> Shr<i32> for &'a BigNumRef { impl
1333 impl<'a> Shr<i32> for &'a BigNum { impl
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1672 const ast::BinaryExpression* Shr(LHS&& lhs, RHS&& rhs) { in Shr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1461 auto Shr = B.buildAShr(S64, FractMask, Exp); in legalizeIntrinsicTrunc() local
DAMDGPUISelLowering.cpp2110 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8632.h291 Shr, enumerator
3233 using Shr = InstX86Shr; member
DIceInstX8664.h230 Shr, enumerator
3132 using Shr = InstX86Shr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4309 auto Shr = MIRBuilder.buildLShr(SrcIntTy, Src, ShiftAmt); in lowerExtract() local
/third_party/rust/crates/syn/
Dsyn.json236 "Shr": [ array
5569 "Shr": ">>", string
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp6232 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Src, ShiftConst); in expandUINT_TO_FP() local
DDAGCombiner.cpp20414 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local