Searched refs:getNegative (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1007 SDValue getNegative(SDValue Val, const SDLoc &DL, EVT VT);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5150 SDValue Neg = DAG.getNegative(Src, DL, VT); in lowerCTLZ_CTTZ_ZERO_UNDEF() 7069 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp() 7087 SDValue Neg = DAG.getNegative(CondV, DL, VT); in combineSelectToBinOp() 14910 Stride = DAG.getNegative(Stride, DL, Stride.getValueType()); in performCONCAT_VECTORSCombine() 15444 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 15451 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 15459 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 15465 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4413 return DAG.getNegative(N0, DL, VT); in visitMUL() 4496 R = DAG.getNegative(R, DL, VT); in visitMUL() 4755 return DAG.getNegative(N0, DL, VT); in visitSDIV() 9521 return DAG.getNegative(N0.getOperand(0), DL, VT); in visitXOR() 12382 OpRHS = DAG.getNegative(OpRHS, DL, VT); in visitVSELECT() 13549 return DAG.getNegative(Zext, DL, VT); in visitSIGN_EXTEND()
|
| H A D | LegalizeIntegerTypes.cpp | 4499 ByteOffset = DAG.getNegative(ByteOffset, dl, ShAmtVT); in ExpandIntRes_ShiftThroughStack()
|
| H A D | SelectionDAGBuilder.cpp | 3618 Values[i] = DAG.getNegative(Values[i], dl, VT); in visitSelect()
|
| H A D | SelectionDAG.cpp | 1552 SDValue SelectionDAG::getNegative(SDValue Val, const SDLoc &DL, EVT VT) { in getNegative() function in SelectionDAG
|