OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNativeRegUnits
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
852
SparseBitVector<> RUs = Reg.
getNativeRegUnits
();
854
std::prev(I)->
getNativeRegUnits
().count() == RUs.count())
855
ScaleB = *RUs.begin() - *std::prev(I)->
getNativeRegUnits
().begin();
857
std::next(I)->
getNativeRegUnits
().count() == RUs.count())
858
ScaleA = *std::next(I)->
getNativeRegUnits
().begin() - *RUs.begin();
[
all
...]
CodeGenRegisters.h
215
RegUnitList
getNativeRegUnits
() const {
Completed in 53 milliseconds