Home
last modified time | relevance | path

Searched defs:NegOpc (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.cpp278 unsigned NegOpc = VT == MVT::i64 ? LoongArch::SUB_D : LoongArch::SUB_W; selectShiftMask() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MIPeepholeOpt.cpp352 visitADDSUB(unsigned PosOpc,unsigned NegOpc,MachineInstr & MI) visitADDSUB() argument
H A DAArch64ISelDAGToDAG.cpp3691 unsigned NegOpc; tryShiftAmountMod() local
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp219 unsigned NegOpc = Subtarget->is64Bit() ? RISCV::SUBW : RISCV::SUB; selectShiftMask() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1953 unsigned NegOpc = 0; selectVectorAshrLshr() local
5586 __anonf9564d600a02(APInt DefBits, int NumBits, unsigned NegOpc) emitConstantVector() argument
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp2796 unsigned NegOpc = VT == MVT::i64 ? RISCV::SUBW : RISCV::SUB; selectShiftMask() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp282 unsigned NegOpc = VT == MVT::i64 ? GET_ND_IF_ENABLED(X86::NEG64r) getAddressOperands() local