Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h280 bool hasReassociableOperands(const MachineInstr &Inst,
H A DRISCVInstrInfo.cpp2239 hasReassociableOperands(*MI1, MBB) && in hasReassociableVectorSibling()
2243 bool RISCVInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in RISCVInstrInfo
2247 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp910 bool TargetInstrInfo::hasReassociableOperands( in hasReassociableOperands() function in TargetInstrInfo
960 hasReassociableOperands(*MI1, MBB) && in hasReassociableSibling()
973 hasReassociableOperands(Inst, Inst.getParent()) && in isReassociationCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h603 bool hasReassociableOperands(const MachineInstr &Inst,
H A DX86InstrInfo.cpp9718 bool X86InstrInfo::hasReassociableOperands(const MachineInstr &Inst, in hasReassociableOperands() function in X86InstrInfo
9735 return TargetInstrInfo::hasReassociableOperands(Inst, MBB); in hasReassociableOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1335 virtual bool hasReassociableOperands(const MachineInstr &Inst,