Home
last modified time | relevance | path

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

/freebsd-14.2/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()
953 bool AssocCommutRoot = isAssociativeAndCommutative(Root); in getReassociationOpcodes()
954 bool AssocCommutPrev = isAssociativeAndCommutative(Prev); in getReassociationOpcodes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h257 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DRISCVInstrInfo.cpp1702 bool RISCVInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in RISCVInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h541 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DX86InstrInfo.cpp9563 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in X86InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h296 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DAArch64InstrInfo.cpp5930 bool AArch64InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in AArch64InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h386 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DPPCInstrInfo.cpp233 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, in isAssociativeAndCommutative() function in PPCInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1225 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst,