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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp668 bool TargetInstrInfo::hasReassociableOperands( function in class:TargetInstrInfo
706 hasReassociableOperands(*MI1, MBB) &&
717 hasReassociableOperands(Inst, Inst.getParent()) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h461 bool hasReassociableOperands(const MachineInstr &Inst,
H A DX86InstrInfo.cpp7236 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, function in class:X86InstrInfo
7253 return TargetInstrInfo::hasReassociableOperands(Inst, MBB);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1066 virtual bool hasReassociableOperands(const MachineInstr &Inst,

Completed in 93 milliseconds