/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 638 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0))) SimplifyDemandedUseBits() local 1263 simplifyShrShlDemandedBits(Instruction * Shr,const APInt & ShrOp1,Instruction * Shl,const APInt & ShlOp1,const APInt & DemandedMask,KnownBits & Known) simplifyShrShlDemandedBits() argument
|
H A D | InstCombineShifts.cpp | 1097 BinaryOperator *Shr; visitShl() local 1146 Value *Shr = Op0BO->getOperand(0); visitShl() local
|
H A D | InstCombineMulDivRem.cpp | 1562 Value *Shr = Builder.CreateLShr(Op0, CNegLog2, I.getName(), I.isExact()); visitSDiv() local
|
H A D | InstCombineCompares.cpp | 2375 foldICmpShrConstant(ICmpInst & Cmp,BinaryOperator * Shr,const APInt & C) foldICmpShrConstant() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 366 Value *Shr = expandIToFP() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 813 BinaryOperator *Shr = cast<BinaryOperator>(U); strengthenRightShift() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 1759 inline bool Shr(InterpState &S, CodePtr OpPC) { Shr() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2203 auto *Shr = dyn_cast_or_null<Instruction>(Add->getUniqueUndroppableUser()); isExtPartOfAvgExpr() local
|
H A D | AArch64ISelLowering.cpp | 18274 __anon5c8f63cd2802(SDValue Shr) performConcatVectorsCombine() argument 18314 SDValue Shr = performConcatVectorsCombine() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1946 auto Shr = MIRBuilder.buildLShr(SrcTy, SrcReg, ShiftAmt); widenScalarUnmergeValues() local 7351 auto Shr = MIRBuilder.buildLShr(SrcIntTy, SrcReg, ShiftAmt); lowerExtract() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2728 SDValue Shr = DAG.getNode(ISD::SRL, dl, SrcVT, Op0, ShiftConst); ExpandLegalINT_TO_FP() local
|
H A D | DAGCombiner.cpp | 27322 SDValue Shr = DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl, ShrAmt); SimplifySelectCC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2391 SDValue Shr = DAG.getNode(ISD::SRA, SL, MVT::i64, FractMask, Exp); LowerFTRUNC() local
|
H A D | AMDGPULegalizerInfo.cpp | 2445 auto Shr = B.buildAShr(S64, FractMask, Exp); legalizeIntrinsicTrunc() local
|