OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhysRegInputs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp
91
///
PhysRegInputs
- List list has an entry for each explicitly specified
94
SmallVector<std::pair<Record*, unsigned>, 2>
PhysRegInputs
;
262
PhysRegInputs
.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
[
all
...]
FastISelEmitter.cpp
513
std::vector<std::string>*
PhysRegInputs
= new std::vector<std::string>();
516
PhysRegInputs
->push_back("");
534
PhysRegInputs
->push_back(PhysReg);
552
PhysRegInputs
Completed in 63 milliseconds