Home
last modified time | relevance | path

Searched refs:InverseOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp973 std::swap(AssocCommutOpcode, InverseOpcode); in getReassociationOpcodes()
1002 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
1004 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1006 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
1010 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
1012 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
1014 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1018 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1020 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
1022 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1706 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local
1707 if (!InverseOpcode) in isAssociativeAndCommutative()
1709 Opc = *InverseOpcode; in isAssociativeAndCommutative()