Searched refs:NegOpc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64MIPeepholeOpt.cpp | 93 bool visitADDSUB(unsigned PosOpc, unsigned NegOpc, MachineInstr &MI); 275 unsigned PosOpc, unsigned NegOpc, MachineInstr &MI) { in visitADDSUB() argument 291 [PosOpc, NegOpc](T Imm, unsigned RegSize, T &Imm0, in visitADDSUB() 296 return std::make_pair(NegOpc, NegOpc); in visitADDSUB()
|
| H A D | AArch64ISelDAGToDAG.cpp | 2926 unsigned NegOpc; in tryShiftAmountMod() local 2930 NegOpc = AArch64::SUBWrr; in tryShiftAmountMod() 2934 NegOpc = AArch64::SUBXrr; in tryShiftAmountMod() 2940 CurDAG->getMachineNode(NegOpc, DL, SubVT, Zero, Add1); in tryShiftAmountMod()
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 137 unsigned NegOpc = VT == MVT::i64 ? LoongArch::SUB_D : LoongArch::SUB_W; in selectShiftMask() local 139 CurDAG->getMachineNode(NegOpc, DL, VT, Zero, N.getOperand(1)); in selectShiftMask()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1852 unsigned NegOpc = 0; in selectVectorAshrLshr() local 1857 NegOpc = AArch64::NEGv2i64; in selectVectorAshrLshr() 1860 NegOpc = AArch64::NEGv4i32; in selectVectorAshrLshr() 1863 NegOpc = AArch64::NEGv2i32; in selectVectorAshrLshr() 1866 NegOpc = AArch64::NEGv4i16; in selectVectorAshrLshr() 1869 NegOpc = AArch64::NEGv8i16; in selectVectorAshrLshr() 1872 NegOpc = AArch64::NEGv16i8; in selectVectorAshrLshr() 1875 NegOpc = AArch64::NEGv8i8; in selectVectorAshrLshr() 1881 auto Neg = MIB.buildInstr(NegOpc, {RC}, {Src2Reg}); in selectVectorAshrLshr()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 1980 unsigned NegOpc = VT == MVT::i64 ? RISCV::SUBW : RISCV::SUB; in selectShiftMask() local 1981 MachineSDNode *Neg = CurDAG->getMachineNode(NegOpc, DL, VT, Zero, in selectShiftMask()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 280 unsigned NegOpc = VT == MVT::i64 ? X86::NEG64r : X86::NEG32r; in getAddressOperands() local 281 SDValue Neg = SDValue(CurDAG->getMachineNode(NegOpc, DL, VT, MVT::i32, in getAddressOperands()
|