OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubRegIndices
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenRegisters.h
173
const std::vector<Record*> &
getSubRegIndices
() { return SubRegIndices; }
RegisterInfoEmitter.cpp
342
const std::vector<Record*> &SubRegIndices = RegBank.
getSubRegIndices
();
464
unsigned NumSubRegIndices = RegBank.
getSubRegIndices
().size();
684
const std::vector<Record*> &SubRegIndices = RegBank.
getSubRegIndices
();
Completed in 70 milliseconds