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

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h150 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DPPCInstrInfo.cpp197 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h492 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
H A DX86InstrInfo.cpp7017 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h813 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst) const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp611 return isAssociativeAndCommutative(Inst) &&

Completed in 759 milliseconds