Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp506 Value *NegX = B.CreateNeg(X, II->getName(), /*HasNUW=*/false, processAbsIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1227 Value *NegX = Builder.CreateNeg(X, "neg"); visitShl() local
H A DInstCombineAddSub.cpp2784 Value *NegX = Builder.CreateFNegFMF(X, &I, X->getName() + ".neg"); visitFNeg() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7198 SDValue NegX = getNegatedExpression() local
7254 SDValue NegX = getNegatedExpression() local
7310 SDValue NegX = getNegatedExpression() local
[all...]
H A DDAGCombiner.cpp4142 SDValue NegX = DAG.getNode(ISD::SUB, DL, VT, Zero, X); visitSUB() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2823 Value *NegX = B.CreateNSWNeg(X, "neg"); optimizeAbs() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5813 Register NegX = matchCombineFSubFNegFMulToFMadOrFMA() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10347 SDValue NegX = DAG.getNode(RISCVISD::SUB_VL, DL, ContainerVT, SplatZero, X, lowerABS() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54496 SDValue NegX = Cond.getValue(0); combineSubABS() local
[all...]