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.cpp881 (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 DSystemZInstrInfo.h295 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DSystemZInstrInfo.cpp1129 bool SystemZInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in SystemZInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h277 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DRISCVInstrInfo.cpp1896 bool RISCVInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h552 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DX86InstrInfo.cpp9647 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h443 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DAArch64InstrInfo.cpp5972 bool AArch64InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h400 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DPPCInstrInfo.cpp233 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in PPCInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1254 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst,