OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumNativeRegUnits
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
189
for (unsigned UnitIdx = 0, UnitEnd = RegBank.
getNumNativeRegUnits
();
197
<< " assert(RegUnit < " << RegBank.
getNumNativeRegUnits
()
201
for (unsigned UnitIdx = 0, UnitEnd = RegBank.
getNumNativeRegUnits
();
300
<< " assert(RegUnit < " << RegBank.
getNumNativeRegUnits
()
303
for (unsigned UnitIdx = 0, UnitEnd = RegBank.
getNumNativeRegUnits
();
835
for (unsigned i = 0, e = RegBank.
getNumNativeRegUnits
(); i != e; ++i) {
[
all
...]
CodeGenRegisters.h
602
unsigned
getNumNativeRegUnits
() const {
Completed in 487 milliseconds