Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1106 Value *NegY = Builder.CreateSub(Zero, Y); in expandDivRem32() local
H A DAMDGPULegalizerInfo.cpp2813 auto NegY = B.buildSub(S32, B.buildConstant(S32, 0), Y); in legalizeUDIV_UREM32Impl() local
3125 auto NegY = B.buildFNeg(ResTy, Y); in legalizeFastUnsafeFDIV64() local
H A DAMDGPUISelLowering.cpp2008 SDValue NegY = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Y); in LowerUDIVREM() local
H A DSIISelLowering.cpp8286 SDValue NegY = DAG.getNode(ISD::FNEG, SL, VT, Y); in lowerFastUnsafeFDIV64() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2196 Value *NegY = Builder.CreateFNegFMF(Y, &I, Y->getName() + ".neg"); in visitFNeg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6095 SDValue NegY = in getNegatedExpression() local
6151 SDValue NegY = in getNegatedExpression() local
6207 SDValue NegY = in getNegatedExpression() local