Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp535 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) in SimplifyDemandedUseBits() local
1006 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits()
H A DInstCombineCompares.cpp2188 BinaryOperator *Shr, in foldICmpShrConstant()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d609 UnionExp Shr(const ref Loc loc, Type type, Expression e1, Expression e2) in Shr() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c644 UnionExp Shr(Loc loc, Type *type, Expression *e1, Expression *e2) in Shr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h896 inline bool Shr(InterpState &S, CodePtr OpPC) { in Shr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp805 BinaryOperator *Shr = cast<BinaryOperator>(U); in strengthenRightShift() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2401 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Op0, ShiftConst); in ExpandLegalINT_TO_FP() local
H A DDAGCombiner.cpp22344 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); in SimplifySelectCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1537 auto Shr = MIRBuilder.buildLShr(SrcTy, SrcReg, ShiftAmt); in widenScalarUnmergeValues() local
6400 auto Shr = MIRBuilder.buildLShr(SrcIntTy, Src, ShiftAmt); in lowerExtract() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2183 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2005 auto Shr = B.buildAShr(S64, FractMask, Exp); in legalizeIntrinsicTrunc() local