Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp351 unsigned &ConstCount) const { in ExtractSrcs()
352 ConstCount = 0; in ExtractSrcs()
369 ConstCount++; in ExtractSrcs()
526 unsigned ConstCount) { in isConstCompatible() argument
528 if (ConstCount > 2) in isConstCompatible()
535 if (ConstCount > 0 && Cycle == 0) in isConstCompatible()
537 if (ConstCount > 1 && Cycle == 1) in isConstCompatible()
553 unsigned ConstCount; in fitsReadPortLimitations() local
556 IGSrcs.push_back(ExtractSrcs(*IG[i], PV, ConstCount)); in fitsReadPortLimitations()
578 if (!isConstCompatible(TransBS, TransOps, ConstCount)) in fitsReadPortLimitations()
DR600InstrInfo.h36 unsigned &ConstCount) const;