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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp559 const std::vector<Record*> &AltNameIndices = Target.getRegAltNameIndices(); local
560 bool hasAltNames = AltNameIndices.size() > 1;
577 for (const Record *R : AltNameIndices)
585 for (const Record *R : AltNameIndices) {

Completed in 177 milliseconds