Searched refs:isAssociativeAndCommutative (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 881 (isAssociativeAndCommutative(*MI1) || in hasReassociableSibling() 882 isAssociativeAndCommutative(*MI1, /* Invert */ true)) && in hasReassociableSibling() 894 return (isAssociativeAndCommutative(Inst) || in isReassociationCandidate() 895 isAssociativeAndCommutative(Inst, /* Invert */ true)) && in isReassociationCandidate() 957 bool AssocCommutRoot = isAssociativeAndCommutative(Root); in getReassociationOpcodes() 958 bool AssocCommutPrev = isAssociativeAndCommutative(Prev); in getReassociationOpcodes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 295 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | SystemZInstrInfo.cpp | 1129 bool SystemZInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in SystemZInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 277 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | RISCVInstrInfo.cpp | 1896 bool RISCVInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in RISCVInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 552 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | X86InstrInfo.cpp | 9647 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in X86InstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 443 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | AArch64InstrInfo.cpp | 5972 bool AArch64InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in AArch64InstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 400 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | PPCInstrInfo.cpp | 233 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in PPCInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1254 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst,
|