Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2777 Value *NegY = Builder.CreateFNegFMF(Y, &I, Y->getName() + ".neg"); visitFNeg() local
2801 Value *NegY = Builder.CreateFNeg(Y); visitFNeg() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1460 Value *NegY = Builder.CreateSub(Zero, Y); expandDivRem32() local
H A DAMDGPULegalizerInfo.cpp4371 auto NegY = B.buildSub(S32, B.buildConstant(S32, 0), Y); legalizeUnsignedDIV_REM32Impl() local
4738 auto NegY = B.buildFNeg(ResTy, Y); legalizeFastUnsafeFDIV64() local
H A DAMDGPUISelLowering.cpp2219 SDValue NegY = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Y); LowerUDIVREM() local
H A DSIISelLowering.cpp10321 SDValue NegY = DAG.getNode(ISD::FNEG, SL, VT, Y); lowerFastUnsafeFDIV64() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7206 SDValue NegY = getNegatedExpression() local
7262 SDValue NegY = getNegatedExpression() local
7318 SDValue NegY = getNegatedExpression() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5780 Register NegY = matchCombineFSubFMulToFMadOrFMA() local
5877 Register NegY = B.buildFNeg(DstTy, FpExtY).getReg(0); matchCombineFSubFpExtFMulToFMadOrFMA() local