Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp700 bool TargetInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in TargetInstrInfo
741 hasReassociableOperands(*MI1, MBB) && in hasReassociableSibling()
752 hasReassociableOperands(Inst, Inst.getParent()) && in isReassociationCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h497 bool hasReassociableOperands(const MachineInstr &Inst,
H A DX86InstrInfo.cpp8051 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo
8068 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1139 virtual bool hasReassociableOperands(const MachineInstr &Inst,