Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp345 unsigned &ConstCount) const { in ExtractSrcs()
346 ConstCount = 0; in ExtractSrcs()
363 ConstCount++; in ExtractSrcs()
518 unsigned ConstCount) { in isConstCompatible() argument
520 if (ConstCount > 2) in isConstCompatible()
527 if (ConstCount > 0 && Cycle == 0) in isConstCompatible()
529 if (ConstCount > 1 && Cycle == 1) in isConstCompatible()
545 unsigned ConstCount; in fitsReadPortLimitations() local
548 IGSrcs.push_back(ExtractSrcs(*IG[i], PV, ConstCount)); in fitsReadPortLimitations()
570 if (!isConstCompatible(TransBS, TransOps, ConstCount)) in fitsReadPortLimitations()
H A DR600InstrInfo.h47 unsigned &ConstCount) const;