Home
last modified time | relevance | path

Searched defs:NegY (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2788 Value *NegY = Builder.CreateFNegFMF(Y, &I, Y->getName() + ".neg"); in visitFNeg() local
2805 Value *NegY = Builder.CreateFNegFMF(Y, &I, Y->getName() + ".neg"); in visitFNeg() local
2822 Value *NegY = Builder.CreateFNeg(Y); in visitFNeg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1465 Value *NegY = Builder.CreateSub(Zero, Y); in expandDivRem32() local
H A DAMDGPULegalizerInfo.cpp4487 auto NegY = B.buildSub(S32, B.buildConstant(S32, 0), Y); in legalizeUnsignedDIV_REM32Impl() local
4854 auto NegY = B.buildFNeg(ResTy, Y); in legalizeFastUnsafeFDIV64() local
H A DAMDGPUISelLowering.cpp2260 SDValue NegY = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Y); in LowerUDIVREM() local
H A DSIISelLowering.cpp10510 SDValue NegY = DAG.getNode(ISD::FNEG, SL, VT, Y); in lowerFastUnsafeFDIV64() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7349 SDValue NegY = in getNegatedExpression() local
7405 SDValue NegY = in getNegatedExpression() local
7461 SDValue NegY = in getNegatedExpression() local
H A DDAGCombiner.cpp10139 SDValue NegY = DAG.getNegative(Y, DL, ShiftVT); in visitSHL() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6063 Register NegY = in matchCombineFSubFMulToFMadOrFMA() local
6160 Register NegY = B.buildFNeg(DstTy, FpExtY).getReg(0); in matchCombineFSubFpExtFMulToFMadOrFMA() local