Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp833 bool TargetInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in TargetInstrInfo
883 hasReassociableOperands(*MI1, MBB) && in hasReassociableSibling()
896 hasReassociableOperands(Inst, Inst.getParent()) && in isReassociationCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h544 bool hasReassociableOperands(const MachineInstr &Inst,
H A DX86InstrInfo.cpp9540 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo
9556 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1240 virtual bool hasReassociableOperands(const MachineInstr &Inst,