/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 441 Value *NewC = Builder.CreateBinOp(I.getOpcode(), C, C1); commonShiftTransforms() local 472 Constant *NewC = ConstantInt::get(Ty, I.getOpcode() == Instruction::Shl commonShiftTransforms() local 1212 auto *NewC = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C1); visitShl() local 1343 auto *NewC = ConstantInt::get( visitLShr() local
|
H A D | InstCombineCompares.cpp | 2017 Constant *NewC = ConstantInt::get(Or->getType(), C ^ (*MaskC)); foldICmpOrConstant() local 2029 Constant *NewC = ConstantInt::get(X->getType(), TrueIfSigned ? 1 : 0); foldICmpOrConstant() local 2115 Constant *NewC = ConstantInt::get(MulTy, C.sdiv(*MulC)); foldICmpMulConstant() local 2127 Constant *NewC = ConstantInt::get(MulTy, C.udiv(*MulC)); foldICmpMulConstant() local 2137 Constant *NewC = nullptr; foldICmpMulConstant() local 2365 Constant *NewC = foldICmpShlConstant() local 2410 Constant *NewC = ConstantInt::get(Shr->getType(), CmpLZ - ShiftLZ); foldICmpShrConstant() local 2978 APInt NewC = foldICmpAddConstant() local 3295 Value *NewC = ConstantInt::get(EltTy, C->trunc(EltTy->getBitWidth())); foldICmpBitCast() local 6519 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); getFlippedStrictnessPredicateAndConstant() local 7821 Constant *NewC = ConstantFP::get(X->getType(), TruncC); visitFCmpInst() local [all...] |
H A D | InstCombineSimplifyDemanded.cpp | 656 Constant *NewC = ConstantFoldBinaryOpOperands(Instruction::Shl, C, SimplifyDemandedUseBits() local 722 Constant *NewC = ConstantFoldBinaryOpOperands(Instruction::LShr, C, SimplifyDemandedUseBits() local
|
H A D | InstCombineAndOrXor.cpp | 1285 APInt NewC, Offset; foldAndOrOfICmpsUsingRanges() local 1862 Value *NewC = ConstantExpr::getTrunc(C, X->getType()); narrowMaskedBinOp() local 2119 Value *NewC = Builder.CreateBinOp( foldBinOpOfDisplacedShifts() local 2254 Constant *NewC = ConstantInt::get(Ty, *C & *XorC); visitAnd() local 3804 APInt NewC = WO->getBinaryOp() == Instruction::Add visitOr() local 4028 APInt NewC, Offset; foldXorOfICmps() local [all...] |
H A D | InstCombineAddSub.cpp | 824 APInt NewC = *C2 + C1->trunc(C2->getBitWidth()); in foldNoWrapAdd() local 841 Value *NewC = Builder.CreateAdd(WideC, Op1C); in foldNoWrapAdd() local 834 Value *NewC = Builder.CreateAdd(WideC, Op1C); foldNoWrapAdd() local [all...] |
H A D | InstCombineMulDivRem.cpp | 305 Value *NewC = Builder.CreateMul(C1, MulC); visitMul() local 1647 Constant *C2, *NewC = nullptr; foldFDivConstantDividend() local
|
H A D | InstCombineVectorOps.cpp | 2166 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : foldSelectShuffleWith1Binop() local 2297 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); foldSelectShuffle() local
|
H A D | InstCombineCalls.cpp | 1252 Value *NewC = Builder.CreateSelect(CondC, C0, C1); reassociateMinMaxWithConstants() local 2085 APInt NewC = visitCallInst() local
|
H A D | InstructionCombining.cpp | 1760 Constant *NewC = ConstantFoldBinaryOpOperands(BO.getOpcode(), C0, C1, DL); foldBinopWithPhiOperands() local 1985 Constant *NewC = ConstantVector::get(NewVecC); foldVectorBinop() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 258 APInt NewC = C1->sadd_ov(*C2, SignedOverflow); simplifyLoopAfterUnroll() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1628 SCC *NewC = nullptr; addSplitFunction() local 1746 SCC *NewC = createSCC(*NewRC, SmallVector<Node *, 1>({&NewN})); addSplitRefRecursiveFunctions() local [all...] |
H A D | ConstantFolding.cpp | 1101 Constant *NewC = OldC; ConstantFoldConstantImpl() local
|
H A D | InstructionSimplify.cpp | 4904 SmallVector<Constant *, 16> NewC; simplifySelectInst() local 5534 SmallVector<Constant *, 32> NewC(NumElts); propagateNaN() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 767 SmallVector<Constant *, 32> NewC(NumElts); replaceUndefsWith() local 797 SmallVector<Constant *, 32> NewC(NumElts); mergeUndefsWith() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 884 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { ConstantPropUsersOf() local
|
H A D | WholeProgramDevirt.cpp | 1316 Comdat *NewC = M.getOrInsertComdat(NewName); trySingleImplDevirt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2694 if (SDValue NewC = DAG.FoldConstantArithmetic( foldAddSubOfSignBit() local 3191 SDValue NewC = DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(1), visitADDLikeCommutative() local 3910 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::SUB, DL, VT, {N01, N1})) visitSUB() local 3917 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::SUB, DL, VT, {N0, N11})) visitSUB() local 3924 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::ADD, DL, VT, {N01, N1})) visitSUB() local 3931 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::SUB, DL, VT, {N00, N1})) visitSUB() local 16323 SDValue NewC = DAG.getNode(ISD::FADD, DL, VT, N0.getOperand(1), N1); visitFADD() local [all...] |
H A D | TargetLowering.cpp | 546 SDValue NewC = TLO.DAG.getConstant(DemandedBits & C, DL, VT); ShrinkDemandedConstant() local 5093 APInt NewC = C1; SimplifySetCC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 2391 CycleType NewC(C.begin() + LogPos, C.end()); in perfect() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3751 OMPClause *NewC = SemaRef.ActOnOpenMPMapClause( VisitOMPDeclareMapperDecl() local
|
H A D | TreeTransform.h | 11174 ExprResult NewC = getDerived().TransformExpr(C); TransformRecoveryExpr() local 13541 TransformedInitCapture &NewC = InitCaptures[C - E->capture_begin()]; TransformLambdaExpr() local
|
H A D | SemaTemplate.cpp | 8341 const Expr *NewC = nullptr, *OldC = nullptr; MatchTemplateParameterKind() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 15819 APInt NewC(Val.getValueSizeInBits(), 0); PerformDAGCombine() local 16201 SDValue NewC = TLO.DAG.getConstant(NewMask, DL, Op.getValueType()); targetShrinkDemandedConstant() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2855 Comparison NewC(C); adjustForTestUnderMask() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 20221 SDValue NewC = TLO.DAG.getConstant(NewMask, DL, VT); targetShrinkDemandedConstant() local
|