Home
last modified time | relevance | path

Searched refs:hasReassociableOperands (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp698 bool TargetInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in TargetInstrInfo
739 hasReassociableOperands(*MI1, MBB) && in hasReassociableSibling()
750 hasReassociableOperands(Inst, Inst.getParent()) && in isReassociationCandidate()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h507 bool hasReassociableOperands(const MachineInstr &Inst,
H A DX86InstrInfo.cpp8642 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo
8659 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1165 virtual bool hasReassociableOperands(const MachineInstr &Inst,