Searched refs:getInverseOpcode (Results 1 – 6 of 6) sorted by relevance
297 std::optional<unsigned> getInverseOpcode(unsigned Opcode) const override;
1164 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative()1192 SystemZInstrInfo::getInverseOpcode(unsigned Opcode) const { in getInverseOpcode() function in SystemZInstrInfo
289 std::optional<unsigned> getInverseOpcode(unsigned Opcode) const override;
2081 if (auto InvOpcode = getInverseOpcode(Opcode)) in isVectorAssociativeAndCommutative()2307 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative()2356 RISCVInstrInfo::getInverseOpcode(unsigned Opcode) const { in getInverseOpcode() function in RISCVInstrInfo
931 return Opcode1 == Opcode2 || getInverseOpcode(Opcode1) == Opcode2; in areOpcodesEqualOrInverse()1207 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode()); in getReassociationOpcodes()
1327 virtual std::optional<unsigned> getInverseOpcode(unsigned Opcode) const { in getInverseOpcode() function