OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VRegMapping
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h
260
VRegRCMap
VRegMapping
;
NVPTXAsmPrinter.cpp
303
DenseMap<unsigned, unsigned> &RegMap =
VRegMapping
[RC];
483
VRegMapping
.clear();
495
VRegMapping
.clear();
568
VRegRCMap::const_iterator I =
VRegMapping
.find(RC);
569
assert(I !=
VRegMapping
.end() && "Bad register class");
[
all
...]
Completed in 284 milliseconds