Searched refs:entryPtr (Results 1 - 1 of 1) sorted by relevance

/gem5/src/gpu-compute/
H A Dhsail_code.cc83 const BrigBase *entryPtr = brigNext((BrigBase*)code_dir); local
99 while (entryPtr < endPtr) {
100 switch (entryPtr->kind) {
104 (const BrigDirectiveVariable*)entryPtr;
123 (const BrigDirectiveLabel*)entryPtr;
174 if (entryPtr->kind >= BRIG_KIND_INST_BEGIN &&
175 entryPtr->kind <= BRIG_KIND_INST_END) {
177 BrigInstBase *instPtr = (BrigInstBase*)entryPtr;
194 } else if (entryPtr->kind >= BRIG_KIND_OPERAND_BEGIN &&
195 entryPtr
[all...]

Completed in 5 milliseconds