| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 6391 SDValue Neg = DAG.getNegative(Src, DL, VT); in lowerCTLZ_CTTZ_ZERO_UNDEF() 8941 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp() 8959 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp() 8969 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp() 18609 SDValue NegB = DAG.getNegative(B, DL, VT); in performVSELECTCombine() 18991 Stride = DAG.getNegative(Stride, DL, Stride.getValueType()); in performCONCAT_VECTORSCombine() 19054 SDValue NegB = DAG.getNegative(B, DL, VT); in performVECTOR_SHUFFLECombine() 20009 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 20016 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 20024 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1091 LLVM_ABI SDValue getNegative(SDValue Val, const SDLoc &DL, EVT VT);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4431 return DAG.getNegative(DAG.getNode(ISD::ABDS, DL, VT, A, B), DL, VT); in visitSUB() 4443 return DAG.getNegative(DAG.getNode(ISD::ABDU, DL, VT, A, B), DL, VT); in visitSUB() 4782 R = DAG.getNegative(R, DL, VT); in visitMUL() 5054 return DAG.getNegative(N0, DL, VT); in visitSDIV() 9992 return DAG.getNegative(N0.getOperand(0), DL, VT); in visitXOR() 10594 SDValue NegY = DAG.getNegative(Y, DL, ShiftVT); in visitSHL() 12155 return DAG.getNegative(DAG.getNode(ABDOpc, DL, VT, LHS, RHS), DL, VT); in foldSelectToABD() 12167 return DAG.getNegative(DAG.getNode(ABDOpc, DL, VT, LHS, RHS), DL, VT); in foldSelectToABD() 12293 return DAG.getNegative( in visitSELECT() 13391 OpRHS = DAG.getNegative(OpRHS, DL, VT); in visitVSELECT() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 4900 ByteOffset = DAG.getNegative(ByteOffset, dl, ShAmtVT); in ExpandIntRes_ShiftThroughStack()
|
| H A D | SelectionDAGBuilder.cpp | 3861 Values[i] = DAG.getNegative(Values[i], dl, VT); in visitSelect()
|
| H A D | SelectionDAG.cpp | 1612 SDValue SelectionDAG::getNegative(SDValue Val, const SDLoc &DL, EVT VT) { in getNegative() function in SelectionDAG
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 576 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp() 594 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp() 603 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24839 return DAG.getNegative(Neg, DL, SplatVT); // -(and (x, 0x1)) in LowerSELECTWithCmpZero() 29047 SDValue Neg = DAG.getNegative(Reversed, DL, VT); in LowerVectorCTLZ_GFNI() 29246 SDValue Neg = DAG.getNegative(Src, DL, VT); in LowerABS() 30534 Amt = DAG.getNegative(Amt, dl, VT); in LowerShift() 32900 DAG.getNegative(RHS, DL, VT), AN->getMemOperand()); in lowerAtomicArith() 46318 return DAG.getNegative(Zext, DL, ExtractVT); in combinePredicateReduction() 49663 return DAG.getNegative(N->getOperand(0), DL, VT); in combineMul() 49690 NewMul = DAG.getNegative(NewMul, DL, VT); in combineMul() 49737 NewMul = DAG.getNegative(NewMul, DL, VT); in combineMul() 49750 NewMul = DAG.getNegative(NewMul, DL, VT); in combineMul() [all …]
|