Home
last modified time | relevance | path

Searched defs:NegX (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp517 Value *NegX = B.CreateNeg(X, II->getName(), in processAbsIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2795 Value *NegX = Builder.CreateFNegFMF(X, &I, X->getName() + ".neg"); in visitFNeg() local
2804 Value *NegX = Builder.CreateFNegFMF(X, &I, X->getName() + ".neg"); in visitFNeg() local
H A DInstCombineShifts.cpp1248 Value *NegX = Builder.CreateNeg(X, "neg"); in visitShl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7341 SDValue NegX = in getNegatedExpression() local
7397 SDValue NegX = in getNegatedExpression() local
7453 SDValue NegX = in getNegatedExpression() local
H A DDAGCombiner.cpp4099 SDValue NegX = DAG.getNode(ISD::SUB, DL, VT, Zero, X); in visitSUB() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3057 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6096 Register NegX = in matchCombineFSubFNegFMulToFMadOrFMA() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11126 SDValue NegX = DAG.getNode(RISCVISD::SUB_VL, DL, ContainerVT, SplatZero, X, lowerABS() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55866 SDValue NegX = Cond.getValue(0); in combineSubABS() local