Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp562 bool TargetInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in TargetInstrInfo
600 hasReassociableOperands(*MI1, MBB) && in hasReassociableSibling()
611 hasReassociableOperands(Inst, Inst.getParent()) && in isReassociationCandidate()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h492 bool hasReassociableOperands(const MachineInstr &Inst,
DX86InstrInfo.cpp7190 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo
7209 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h859 virtual bool hasReassociableOperands(const MachineInstr &Inst,