Searched refs:NegOpc (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64MIPeepholeOpt.cpp | 94 bool visitADDSUB(unsigned PosOpc, unsigned NegOpc, MachineInstr &MI); 323 unsigned PosOpc, unsigned NegOpc, MachineInstr &MI) { in visitADDSUB() argument 339 [PosOpc, NegOpc](T Imm, unsigned RegSize, T &Imm0, in visitADDSUB() 344 return std::make_pair(NegOpc, NegOpc); in visitADDSUB()
|
| H A D | AArch64ISelDAGToDAG.cpp | 3448 unsigned NegOpc; in tryShiftAmountMod() local 3452 NegOpc = AArch64::SUBWrr; in tryShiftAmountMod() 3456 NegOpc = AArch64::SUBXrr; in tryShiftAmountMod() 3462 CurDAG->getMachineNode(NegOpc, DL, SubVT, Zero, Add1); in tryShiftAmountMod()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 195 unsigned NegOpc = VT == MVT::i64 ? LoongArch::SUB_D : LoongArch::SUB_W; in selectShiftMask() local 197 CurDAG->getMachineNode(NegOpc, DL, VT, Zero, N.getOperand(1)); in selectShiftMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1894 unsigned NegOpc = 0; in selectVectorAshrLshr() local 1899 NegOpc = AArch64::NEGv2i64; in selectVectorAshrLshr() 1902 NegOpc = AArch64::NEGv4i32; in selectVectorAshrLshr() 1905 NegOpc = AArch64::NEGv2i32; in selectVectorAshrLshr() 1908 NegOpc = AArch64::NEGv4i16; in selectVectorAshrLshr() 1911 NegOpc = AArch64::NEGv8i16; in selectVectorAshrLshr() 1914 NegOpc = AArch64::NEGv16i8; in selectVectorAshrLshr() 1917 NegOpc = AArch64::NEGv8i8; in selectVectorAshrLshr() 1923 auto Neg = MIB.buildInstr(NegOpc, {RC}, {Src2Reg}); in selectVectorAshrLshr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 2110 unsigned NegOpc = VT == MVT::i64 ? RISCV::SUBW : RISCV::SUB; in selectShiftMask() local 2111 MachineSDNode *Neg = CurDAG->getMachineNode(NegOpc, DL, VT, Zero, in selectShiftMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 281 unsigned NegOpc = VT == MVT::i64 ? X86::NEG64r : X86::NEG32r; in getAddressOperands() local 282 SDValue Neg = SDValue(CurDAG->getMachineNode(NegOpc, DL, VT, MVT::i32, in getAddressOperands()
|