Searched refs:NegOpc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MIPeepholeOpt.cpp | 120 bool visitADDSUB(unsigned PosOpc, unsigned NegOpc, MachineInstr &MI); 351 unsigned PosOpc, unsigned NegOpc, MachineInstr &MI) { in visitADDSUB() argument 374 [PosOpc, NegOpc](T Imm, unsigned RegSize, T &Imm0, in visitADDSUB() 379 return std::make_pair(NegOpc, NegOpc); in visitADDSUB()
|
| H A D | AArch64ISelDAGToDAG.cpp | 3629 unsigned NegOpc; in tryShiftAmountMod() local 3633 NegOpc = AArch64::SUBWrr; in tryShiftAmountMod() 3637 NegOpc = AArch64::SUBXrr; in tryShiftAmountMod() 3643 CurDAG->getMachineNode(NegOpc, DL, SubVT, Zero, Add1); in tryShiftAmountMod()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 273 unsigned NegOpc = VT == MVT::i64 ? LoongArch::SUB_D : LoongArch::SUB_W; in selectShiftMask() local 275 CurDAG->getMachineNode(NegOpc, DL, VT, Zero, N.getOperand(1)); in selectShiftMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 207 unsigned NegOpc = Subtarget->is64Bit() ? RISCV::SUBW : RISCV::SUB; in selectShiftMask() local 210 .buildInstr(NegOpc, {ShAmtReg}, {Register(RISCV::X0), Reg}); in selectShiftMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1942 unsigned NegOpc = 0; in selectVectorAshrLshr() local 1947 NegOpc = AArch64::NEGv2i64; in selectVectorAshrLshr() 1950 NegOpc = AArch64::NEGv4i32; in selectVectorAshrLshr() 1953 NegOpc = AArch64::NEGv2i32; in selectVectorAshrLshr() 1956 NegOpc = AArch64::NEGv4i16; in selectVectorAshrLshr() 1959 NegOpc = AArch64::NEGv8i16; in selectVectorAshrLshr() 1962 NegOpc = AArch64::NEGv16i8; in selectVectorAshrLshr() 1965 NegOpc = AArch64::NEGv8i8; in selectVectorAshrLshr() 1971 auto Neg = MIB.buildInstr(NegOpc, {RC}, {Src2Reg}); in selectVectorAshrLshr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 2595 unsigned NegOpc = VT == MVT::i64 ? RISCV::SUBW : RISCV::SUB; in selectShiftMask() local 2596 MachineSDNode *Neg = CurDAG->getMachineNode(NegOpc, DL, VT, Zero, in selectShiftMask()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 283 unsigned NegOpc = VT == MVT::i64 ? X86::NEG64r : X86::NEG32r; in getAddressOperands() local 284 SDValue Neg = SDValue(CurDAG->getMachineNode(NegOpc, DL, VT, MVT::i32, in getAddressOperands()
|