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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h230 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DAArch64InstrInfo.cpp3713 bool AArch64InstrInfo::isAssociativeAndCommutative( function in class:AArch64InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h459 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DX86InstrInfo.cpp7260 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { function in class:X86InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h243 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DPPCInstrInfo.cpp233 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { function in class:PPCInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1061 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst) const { function in class:llvm::TargetInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp716 return isAssociativeAndCommutative(Inst) &&

Completed in 152 milliseconds