Searched defs:NegX (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 506 Value *NegX = B.CreateNeg(X, II->getName(), /*HasNUW=*/false, processAbsIntrinsic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1227 Value *NegX = Builder.CreateNeg(X, "neg"); visitShl() local
|
H A D | InstCombineAddSub.cpp | 2784 Value *NegX = Builder.CreateFNegFMF(X, &I, X->getName() + ".neg"); visitFNeg() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7198 SDValue NegX = getNegatedExpression() local 7254 SDValue NegX = getNegatedExpression() local 7310 SDValue NegX = getNegatedExpression() local [all...] |
H A D | DAGCombiner.cpp | 4142 SDValue NegX = DAG.getNode(ISD::SUB, DL, VT, Zero, X); visitSUB() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2823 Value *NegX = B.CreateNSWNeg(X, "neg"); optimizeAbs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5813 Register NegX = matchCombineFSubFNegFMulToFMadOrFMA() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10347 SDValue NegX = DAG.getNode(RISCVISD::SUB_VL, DL, ContainerVT, SplatZero, X, lowerABS() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 54496 SDValue NegX = Cond.getValue(0); combineSubABS() local [all...] |