OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numberedinstructions
(Results
1 - 16
of
16
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
InstrEnumEmitter.cpp
36
const std::vector<const CodeGenInstruction*> &
NumberedInstructions
=
41
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
42
OS << " " <<
NumberedInstructions
[i]->TheDef->getName()
45
OS << " INSTRUCTION_LIST_END = " <<
NumberedInstructions
.size() << "\n";
AsmWriterEmitter.h
30
std::vector<const CodeGenInstruction*>
NumberedInstructions
;
45
assert(ID <
NumberedInstructions
.size());
47
CGIAWIMap.find(
NumberedInstructions
[ID]);
InstrInfoEmitter.cpp
207
const std::vector<const CodeGenInstruction*> &
NumberedInstructions
=
210
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i)
211
emitRecord(*
NumberedInstructions
[i], i, InstrInfo, EmittedLists,
219
<<
NumberedInstructions
.size() << ");\n}\n\n";
246
<<
NumberedInstructions
.size() << ");\n}\n";
355
const std::vector<const CodeGenInstruction*> &
NumberedInstructions
=
360
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
361
OS << " " <<
NumberedInstructions
[i]->TheDef->getName()
364
OS << " INSTRUCTION_LIST_END = " <<
NumberedInstructions
.size() << "\n";
FixedLenDecoderEmitter.h
60
NumberedInstructions
(Target.getInstructionsByEnumValue()),
71
std::vector<const CodeGenInstruction*>
NumberedInstructions
;
DisassemblerEmitter.cpp
115
const std::vector<const CodeGenInstruction*> &
numberedInstructions
=
118
for (unsigned i = 0, e =
numberedInstructions
.size(); i != e; ++i)
119
RecognizableInstr::processInstr(Tables, *
numberedInstructions
[i], i);
AsmWriterEmitter.cpp
109
InstIdxs.assign(
NumberedInstructions
.size(), ~0U);
118
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
271
NumberedInstructions
= Target.getInstructionsByEnumValue();
287
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
288
AsmWriterInst *AWI = CGIAWIMap[
NumberedInstructions
[i]];
349
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
367
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
369
<<
NumberedInstructions
[i]->TheDef->getName() << "\n";
571
const std::vector<const CodeGenInstruction*> &
NumberedInstructions
=
583
<< " assert(Opcode < " <<
NumberedInstructions
.size(
[
all
...]
CodeEmitterGen.cpp
219
const std::vector<const CodeGenInstruction*> &
NumberedInstructions
=
233
IN =
NumberedInstructions
.begin(),
234
EN =
NumberedInstructions
.end();
ARMDecoderEmitter.cpp
[
all
...]
EDEmitter.cpp
797
const std::vector<const CodeGenInstruction*> &
numberedInstructions
=
801
unsigned int numInstructions =
numberedInstructions
.size();
804
const CodeGenInstruction& inst = *
numberedInstructions
[index];
FixedLenDecoderEmitter.cpp
[
all
...]
/external/llvm/utils/TableGen/
InstrInfoEmitter.cpp
62
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
,
67
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
);
201
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
,
207
for (const CodeGenInstruction *Inst :
NumberedInstructions
) {
237
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
) {
246
initOperandMapData(
NumberedInstructions
, Namespace, Operands, OperandMap);
381
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
=
386
for (const CodeGenInstruction *Inst :
NumberedInstructions
) {
402
for (const CodeGenInstruction *Inst :
NumberedInstructions
) {
417
<<
NumberedInstructions
.size() << ");\n}\n\n"
[
all
...]
DisassemblerEmitter.cpp
113
ArrayRef<const CodeGenInstruction*>
numberedInstructions
=
116
for (unsigned i = 0, e =
numberedInstructions
.size(); i != e; ++i)
117
RecognizableInstr::processInstr(Tables, *
numberedInstructions
[i], i);
CodeEmitterGen.cpp
229
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
=
240
for (const CodeGenInstruction *CGI :
NumberedInstructions
) {
AsmWriterEmitter.cpp
40
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
;
273
std::vector<uint64_t> OpcodeInfo(
NumberedInstructions
.size());
384
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
386
<<
NumberedInstructions
[i]->TheDef->getName() << "\n";
[
all
...]
CodeGenMapTable.cpp
368
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
=
373
unsigned TotalNumInstr =
NumberedInstructions
.size();
381
Record *CurInstr =
NumberedInstructions
[i]->TheDef;
FixedLenDecoderEmitter.cpp
82
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
;
805
<<
NumberedInstructions
[Opc]->TheDef->getName() << "\n";
820
<<
NumberedInstructions
[Opc]->TheDef->getName()
[
all
...]
Completed in 97 milliseconds