Home
last modified time | relevance | path

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

/llvm-project/clang/test/FixIt/
H A Dfixit.cpp288 struct Shr { struct
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp636 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) SimplifyDemandedUseBits() local
1323 simplifyShrShlDemandedBits(Instruction * Shr,const APInt & ShrOp1,Instruction * Shl,const APInt & ShlOp1,const APInt & DemandedMask,KnownBits & Known) simplifyShrShlDemandedBits() argument
H A DInstCombineShifts.cpp1116 BinaryOperator *Shr; visitShl() local
1157 Value *Shr = Op0BO->getOperand(0); visitShl() local
H A DInstCombineMulDivRem.cpp1689 Value *Shr = Builder.CreateLShr(Op0, CNegLog2, I.getName(), I.isExact()); visitSDiv() local
H A DInstCombineCompares.cpp2456 foldICmpShrConstant(ICmpInst & Cmp,BinaryOperator * Shr,const APInt & C) foldICmpShrConstant() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp369 Value *Shr = expandIToFP() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp836 BinaryOperator *Shr = cast<BinaryOperator>(U); strengthenRightShift() local
/llvm-project/clang/lib/AST/Interp/
H A DInterp.h
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2437 auto *Shr = dyn_cast_or_null<Instruction>(Add->getUniqueUndroppableUser()); isExtPartOfAvgExpr() local
H A DAArch64ISelLowering.cpp19224 __anonb71a9e6e2c02(SDValue Shr) performConcatVectorsCombine() argument
19264 SDValue Shr = performConcatVectorsCombine() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1995 auto Shr = MIRBuilder.buildLShr(SrcTy, SrcReg, ShiftAmt); widenScalarUnmergeValues() local
7637 auto Shr = MIRBuilder.buildLShr(SrcIntTy, SrcReg, ShiftAmt); lowerExtract() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2750 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Op0, ShiftConst); ExpandLegalINT_TO_FP() local
H A DDAGCombiner.cpp27653 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); SimplifySelectCC() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2438 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2541 auto Shr = B.buildAShr(S64, FractMask, Exp); legalizeIntrinsicTrunc() local