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/ |
D | InstCombineSimplifyDemanded.cpp | 500 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local 934 InstCombiner::simplifyShrShlDemandedBits(Instruction *Shr, const APInt &ShrOp1, in simplifyShrShlDemandedBits()
|
D | InstCombineCompares.cpp | 2164 BinaryOperator *Shr, in foldICmpShrConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 777 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | bn.rs | 1323 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/ |
D | program_builder.h | 1672 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/ |
D | AMDGPULegalizerInfo.cpp | 1461 auto Shr = B.buildAShr(S64, FractMask, Exp); in legalizeIntrinsicTrunc() local
|
D | AMDGPUISelLowering.cpp | 2110 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/ |
D | IceInstX8632.h | 291 Shr, enumerator 3233 using Shr = InstX86Shr; member
|
D | IceInstX8664.h | 230 Shr, enumerator 3132 using Shr = InstX86Shr; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 4309 auto Shr = MIRBuilder.buildLShr(SrcIntTy, Src, ShiftAmt); in lowerExtract() local
|
/third_party/rust/crates/syn/ |
D | syn.json | 236 "Shr": [ array 5569 "Shr": ">>", string
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 6232 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Src, ShiftConst); in expandUINT_TO_FP() local
|
D | DAGCombiner.cpp | 20414 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
|