Searched refs:getInverseOpcode (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h221 std::optional<unsigned> getInverseOpcode(unsigned Opcode) const override;
H A DRISCVInstrInfo.cpp1355 auto InverseOpcode = getInverseOpcode(Opc);
1404 RISCVInstrInfo::getInverseOpcode(unsigned Opcode) const { function in class:RISCVInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp719 return Opcode1 == Opcode2 || getInverseOpcode(Opcode1) == Opcode2;
836 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode());
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1194 virtual std::optional<unsigned> getInverseOpcode(unsigned Opcode) const { function in class:llvm::TargetInstrInfo

Completed in 187 milliseconds