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

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h218 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DRISCVInstrInfo.cpp1351 bool RISCVInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, function in class:RISCVInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp746 (isAssociativeAndCommutative(*MI1) ||
747 isAssociativeAndCommutative(*MI1, /* Invert */ true)) &&
759 return (isAssociativeAndCommutative(Inst) ||
760 isAssociativeAndCommutative(Inst, /* Invert */ true)) &&
818 bool AssocCommutRoot = isAssociativeAndCommutative(Root);
819 bool AssocCommutPrev = isAssociativeAndCommutative(Prev);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h267 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DAArch64InstrInfo.cpp4950 bool AArch64InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst,
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h511 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DX86InstrInfo.cpp8717 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, function in class:X86InstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h501 bool isAssociativeAndCommutative(const MachineInstr &Inst,
H A DPPCInstrInfo.cpp254 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst, function in class:PPCInstrInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1187 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst, function in class:llvm::TargetInstrInfo

Completed in 287 milliseconds