Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h266 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DAArch64InstrInfo.cpp4894 bool AArch64InstrInfo::isAssociativeAndCommutative( in isAssociativeAndCommutative() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h505 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DX86InstrInfo.cpp8666 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in X86InstrInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp738 return MI1->getOpcode() == AssocOpcode && isAssociativeAndCommutative(*MI1) && in hasReassociableSibling()
749 return isAssociativeAndCommutative(Inst) && in isReassociationCandidate()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h473 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DPPCInstrInfo.cpp252 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in PPCInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1160 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function