OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResultInstOperandIndex
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h
378
///
ResultInstOperandIndex
- For each operand, this vector holds a pair of
383
std::vector<std::pair<unsigned, int> >
ResultInstOperandIndex
;
CodeGenInstruction.cpp
740
ResultInstOperandIndex
.push_back(std::make_pair(i, -1));
754
ResultInstOperandIndex
.push_back(std::make_pair(i, SubOp));
772
ResultInstOperandIndex
.push_back(std::make_pair(i, SubOp));
AsmMatcherEmitter.cpp
1739
Op.SubOpIdx = CGA.
ResultInstOperandIndex
[i].second;
1816
unsigned LastOpNo = CGA.
ResultInstOperandIndex
.size();
1856
int SubIdx = CGA.
ResultInstOperandIndex
[AliasOpNo].second;
1870
CGA.
ResultInstOperandIndex
[AliasOpNo].first == i; ++AliasOpNo) {
1871
int SubIdx = CGA.
ResultInstOperandIndex
[AliasOpNo].second;
AsmWriterEmitter.cpp
847
unsigned LastOpNo = CGA.
ResultInstOperandIndex
.size();
Completed in 22 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026