Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp558 Instruction *Shr = cast<Instruction>(I->getOperand(0)); in SimplifyDemandedUseBits() local
831 Value *InstCombiner::SimplifyShrShlDemandedBits(Instruction *Shr, in SimplifyShrShlDemandedBits()
DInstCombineCompares.cpp1342 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp520 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local
962 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits()
DInstCombineCompares.cpp2207 BinaryOperator *Shr, in foldICmpShrConstant()
/external/clang/test/FixIt/
Dfixit.cpp276 struct Shr { struct
/external/llvm-project/clang/test/FixIt/
Dfixit.cpp288 struct Shr { struct
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp777 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
/external/llvm-project/clang/lib/AST/Interp/
DInterp.h896 inline bool Shr(InterpState &S, CodePtr OpPC) { in Shr() function
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp787 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h176 Shr, enumerator
3264 using Shr = typename InstImpl<TraitsType>::InstX86Shr; member
/external/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
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1674 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1584 auto Shr = MIRBuilder.buildLShr(SrcTy, SrcReg, ShiftAmt); in widenScalarUnmergeValues() local
5805 auto Shr = MIRBuilder.buildLShr(SrcIntTy, Src, ShiftAmt); in lowerExtract() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2368 SDValue Shr = DAG.getNode(ISD::SRL, dl, MVT::i64, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
DDAGCombiner.cpp14320 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2503 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
DDAGCombiner.cpp21889 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4309 auto Shr = MIRBuilder.buildLShr(SrcIntTy, Src, ShiftAmt); in lowerExtract() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1981 auto Shr = B.buildAShr(S64, FractMask, Exp); in legalizeIntrinsicTrunc() local
DAMDGPUISelLowering.cpp2178 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
/external/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