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.cpp1207 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode()); in getReassociationOpcodes() local
1209 std::swap(AssocCommutOpcode, InverseOpcode); in getReassociationOpcodes()
1238 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
1240 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1242 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
1246 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
1248 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
1250 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1254 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
1256 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1164 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local
1165 if (!InverseOpcode) in isAssociativeAndCommutative()
1167 Opc = *InverseOpcode; in isAssociativeAndCommutative()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2307 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local
2308 if (!InverseOpcode) in isAssociativeAndCommutative()
2310 Opc = *InverseOpcode; in isAssociativeAndCommutative()