Searched refs:getInverseOpcode (Results 1 – 6 of 6) sorted by relevance
297 std::optional<unsigned> getInverseOpcode(unsigned Opcode) const override;
1133 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative()1161 SystemZInstrInfo::getInverseOpcode(unsigned Opcode) const { in getInverseOpcode() function in SystemZInstrInfo
280 std::optional<unsigned> getInverseOpcode(unsigned Opcode) const override;
1677 if (auto InvOpcode = getInverseOpcode(Opcode)) in isVectorAssociativeAndCommutative() 1903 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() 1952 RISCVInstrInfo::getInverseOpcode(unsigned Opcode) const { in getInverseOpcode() function in RISCVInstrInfo
854 return Opcode1 == Opcode2 || getInverseOpcode(Opcode1) == Opcode2; in areOpcodesEqualOrInverse()975 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode()); in getReassociationOpcodes()
1261 virtual std::optional<unsigned> getInverseOpcode(unsigned Opcode) const { in getInverseOpcode() function