Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp320 unsigned &ConstCount) const { in ExtractSrcs()
321 ConstCount = 0; in ExtractSrcs()
338 ConstCount++; in ExtractSrcs()
494 unsigned ConstCount) { in isConstCompatible() argument
496 if (ConstCount > 2) in isConstCompatible()
503 if (ConstCount > 0 && Cycle == 0) in isConstCompatible()
505 if (ConstCount > 1 && Cycle == 1) in isConstCompatible()
521 unsigned ConstCount; in fitsReadPortLimitations() local
524 IGSrcs.push_back(ExtractSrcs(*IG[i], PV, ConstCount)); in fitsReadPortLimitations()
546 if (!isConstCompatible(TransBS, TransOps, ConstCount)) in fitsReadPortLimitations()
H A DR600InstrInfo.h46 unsigned &ConstCount) const;