Home
last modified time | relevance | path

Searched refs:isAssociativeAndCommutative (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp958 (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 DSystemZInstrInfo.h295 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DSystemZInstrInfo.cpp1160 bool SystemZInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in SystemZInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h286 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DRISCVInstrInfo.cpp2300 bool RISCVInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h600 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DX86InstrInfo.cpp9742 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h510 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DPPCInstrInfo.cpp231 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in PPCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h449 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DAArch64InstrInfo.cpp6641 bool AArch64InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1285 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst,