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

/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp374 unsigned thisStage = InsnClass[chkstage]; local
379 << utohexstr(thisStage) << ") from ";
385 // Iterate over all possible resources used in thisStage.
386 // For ex: for thisStage = 0x11, all resources = {0x01, 0x10}.
390 if (resourceMask & thisStage) {
399 // For each possible resource used in thisStage, generate the
422 // thisStage in the current packet.

Completed in 30 milliseconds