Searched refs:getNegative (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3563 SDValue Neg = DAG.getNegative(Src, DL, VT); in lowerCTLZ_CTTZ_ZERO_UNDEF() 4591 SDValue Neg = DAG.getNegative(CondV, DL, VT); in lowerSELECT() 4609 SDValue Neg = DAG.getNegative(CondV, DL, VT); in lowerSELECT() 10304 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 10311 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 10319 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine() 10325 SDValue Neg = DAG.getNegative(C, DL, VT); in PerformDAGCombine()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 967 SDValue getNegative(SDValue Val, const SDLoc &DL, EVT VT);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 4050 return DAG.getNegative(N0, DL, VT); in visitMUL() 4132 R = DAG.getNegative(R, DL, VT); in visitMUL() 4386 return DAG.getNegative(N0, DL, VT); in visitSDIV() 8814 return DAG.getNegative(N0.getOperand(0), DL, VT); in visitXOR() 11497 OpRHS = DAG.getNegative(OpRHS, DL, VT); in visitVSELECT() 12600 return DAG.getNegative(Zext, DL, VT); in visitSIGN_EXTEND()
|
| H A D | LegalizeIntegerTypes.cpp | 4224 ByteOffset = DAG.getNegative(ByteOffset, dl, ShAmtVT); in ExpandIntRes_ShiftThroughStack()
|
| H A D | SelectionDAGBuilder.cpp | 3438 Values[i] = DAG.getNegative(Values[i], dl, VT); in visitSelect()
|
| H A D | SelectionDAG.cpp | 1466 SDValue SelectionDAG::getNegative(SDValue Val, const SDLoc &DL, EVT VT) { in getNegative() function in SelectionDAG
|