Searched defs:NegX (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 517 Value *NegX = B.CreateNeg(X, II->getName(), in processAbsIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2795 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 D | InstCombineShifts.cpp | 1248 Value *NegX = Builder.CreateNeg(X, "neg"); in visitShl() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7341 SDValue NegX = in getNegatedExpression() local 7397 SDValue NegX = in getNegatedExpression() local 7453 SDValue NegX = in getNegatedExpression() local
|
H A D | DAGCombiner.cpp | 4099 SDValue NegX = DAG.getNode(ISD::SUB, DL, VT, Zero, X); in visitSUB() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3057 Value *NegX = B.CreateNSWNeg(X, "neg"); in optimizeAbs() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6096 Register NegX = in matchCombineFSubFNegFMulToFMadOrFMA() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 11126 SDValue NegX = DAG.getNode(RISCVISD::SUB_VL, DL, ContainerVT, SplatZero, X, lowerABS() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 55866 SDValue NegX = Cond.getValue(0); in combineSubABS() local
|