Home
last modified time | relevance | path

Searched refs:ConstCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp319 unsigned &ConstCount) const { in ExtractSrcs()
320 ConstCount = 0; in ExtractSrcs()
337 ConstCount++; in ExtractSrcs()
493 unsigned ConstCount) { in isConstCompatible() argument
495 if (ConstCount > 2) in isConstCompatible()
502 if (ConstCount > 0 && Cycle == 0) in isConstCompatible()
504 if (ConstCount > 1 && Cycle == 1) in isConstCompatible()
520 unsigned ConstCount; in fitsReadPortLimitations() local
523 IGSrcs.push_back(ExtractSrcs(*MI, PV, ConstCount)); in fitsReadPortLimitations()
543 if (!isConstCompatible(TransBS, TransOps, ConstCount)) in fitsReadPortLimitations()
H A DR600InstrInfo.h45 unsigned &ConstCount) const;