OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResultInst
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
474
Result = R->getValueAsDag("
ResultInst
");
481
ResultInst
= &T.getInstruction(DI->getDef());
503
for (unsigned i = 0, e =
ResultInst
->Operands.size(); i != e; ++i) {
506
if (
ResultInst
->Operands[i].getTiedRegister() != -1)
512
Record *InstOpRec =
ResultInst
->Operands[i].Rec;
513
unsigned NumSubOps =
ResultInst
->Operands[i].MINumOperands;
526
DagInit *MIOI =
ResultInst
->Operands[i].MIOperandInfo;
CodeGenInstruction.h
275
///
ResultInst
- The instruction generated by the alias (decoded from
277
CodeGenInstruction *
ResultInst
;
AsmMatcherEmitter.cpp
379
return DefRec.get<const CodeGenInstAlias*>()->
ResultInst
;
[
all
...]
AsmWriterEmitter.cpp
823
const DagInit *DI = R->getValueAsDag("
ResultInst
");
841
CountResultNumOperands(CGA->
ResultInst
->AsmString);
[
all
...]
Completed in 74 milliseconds