Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp63 unsigned Idx = CurrGroupSize; in getCurrCycleIdx()
83 CurrGroupSize = 0; in Reset()
101 return (CurrGroupSize == 0); in fitsIntoCurrentGroup()
104 assert ((CurrGroupSize < 2 || !CurrGroupHas4RegOps) && in fitsIntoCurrentGroup()
106 if (CurrGroupSize == 2 && has4RegOps(SU->getInstr())) in fitsIntoCurrentGroup()
112 assert ((getNumDecoderSlots(SU) <= 1) && (CurrGroupSize < 3) && in fitsIntoCurrentGroup()
136 if (CurrGroupSize == 0) in nextGroup()
145 CurrGroupSize = 0; in nextGroup()
212 dbgs() << " (" << CurrGroupSize << " decoder slot" in dumpCurrGroup()
213 << (CurrGroupSize > 1 ? "s":"") in dumpCurrGroup()
[all …]
DSystemZHazardRecognizer.h53 unsigned CurrGroupSize; variable
95 unsigned getCurrGroupSize() {return CurrGroupSize;}; in getCurrGroupSize()