Searched refs:NegOpc (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1730 unsigned NegOpc = 0; in selectVectorAshrLshr() local 1735 NegOpc = AArch64::NEGv2i64; in selectVectorAshrLshr() 1738 NegOpc = AArch64::NEGv4i32; in selectVectorAshrLshr() 1741 NegOpc = AArch64::NEGv2i32; in selectVectorAshrLshr() 1744 NegOpc = AArch64::NEGv4i16; in selectVectorAshrLshr() 1747 NegOpc = AArch64::NEGv8i16; in selectVectorAshrLshr() 1750 NegOpc = AArch64::NEGv16i8; in selectVectorAshrLshr() 1753 NegOpc = AArch64::NEGv8i8; in selectVectorAshrLshr() 1759 auto Neg = MIB.buildInstr(NegOpc, {RC}, {Src2Reg}); in selectVectorAshrLshr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 2804 unsigned NegOpc; in tryShiftAmountMod() local 2808 NegOpc = AArch64::SUBWrr; in tryShiftAmountMod() 2812 NegOpc = AArch64::SUBXrr; in tryShiftAmountMod() 2818 CurDAG->getMachineNode(NegOpc, DL, SubVT, Zero, Add1); in tryShiftAmountMod()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|