Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp836 unsigned InverseOpcode = *getInverseOpcode(Root.getOpcode()); in getReassociationOpcodes() local
838 std::swap(AssocCommutOpcode, InverseOpcode); in getReassociationOpcodes()
867 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
869 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
871 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
875 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
877 return {InverseOpcode, AssocCommutOpcode}; in getReassociationOpcodes()
879 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
883 return {InverseOpcode, InverseOpcode}; in getReassociationOpcodes()
885 return {AssocCommutOpcode, InverseOpcode}; in getReassociationOpcodes()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1355 auto InverseOpcode = getInverseOpcode(Opc); in isAssociativeAndCommutative() local
1356 if (!InverseOpcode) in isAssociativeAndCommutative()
1358 Opc = *InverseOpcode; in isAssociativeAndCommutative()