Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp975 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode()); in getReassociationOpcodes() local
977 std::swap(AssocCommutOpcode, InverseOpcode); in getReassociationOpcodes()
1006 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
1008 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1010 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
1014 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
1016 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
1018 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1022 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1024 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1133 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local
1134 if (!InverseOpcode) in isAssociativeAndCommutative()
1136 Opc = *InverseOpcode; in isAssociativeAndCommutative()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1903 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local
1904 if (!InverseOpcode) in isAssociativeAndCommutative()
1906 Opc = *InverseOpcode; in isAssociativeAndCommutative()