OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Memo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
FastISelEmitter.cpp
548
InstructionMemo
Memo
= {
559
SimplePatterns[Operands][OpcodeName][VT][RetVT][PredicateCheck] =
Memo
;
627
const InstructionMemo &
Memo
= PI->second;
639
for (unsigned i = 0; i <
Memo
.PhysRegs->size(); ++i) {
640
if ((*
Memo
.PhysRegs)[i] != "")
643
<< (*
Memo
.PhysRegs)[i] << ").addReg(Op" << i << ");\n";
647
if (
Memo
.SubRegNo.empty()) {
648
Operands.PrintManglingSuffix(OS, *
Memo
.PhysRegs,
650
OS << "(" << InstNS <<
Memo
.Name << ", ";
651
OS << "&" << InstNS <<
Memo
.RC->getName() << "RegClass"
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 59 milliseconds