Searched refs:isAssociativeAndCommutative (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 958 (isAssociativeAndCommutative(*MI1) || in hasReassociableSibling() 959 isAssociativeAndCommutative(*MI1, /* Invert */ true)) && in hasReassociableSibling() 971 return (isAssociativeAndCommutative(Inst) || in isReassociationCandidate() 972 isAssociativeAndCommutative(Inst, /* Invert */ true)) && in isReassociationCandidate() 1189 bool AssocCommutRoot = isAssociativeAndCommutative(Root); in getReassociationOpcodes() 1190 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 | 1160 bool SystemZInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in SystemZInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 286 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | RISCVInstrInfo.cpp | 2300 bool RISCVInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in RISCVInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 600 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | X86InstrInfo.cpp | 9742 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in X86InstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 510 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | PPCInstrInfo.cpp | 231 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in PPCInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 449 bool isAssociativeAndCommutative(const MachineInstr &Inst,
|
| H A D | AArch64InstrInfo.cpp | 6641 bool AArch64InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in AArch64InstrInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1285 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst,
|