OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumberedInstructions
(Results
1 - 18
of
18
) 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]);
FixedLenDecoderEmitter.h
60
NumberedInstructions
(Target.getInstructionsByEnumValue()),
71
std::vector<const CodeGenInstruction*>
NumberedInstructions
;
CodeEmitterGen.cpp
219
const std::vector<const CodeGenInstruction*> &
NumberedInstructions
=
233
IN =
NumberedInstructions
.begin(),
234
EN =
NumberedInstructions
.end();
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";
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
...]
ARMDecoderEmitter.cpp
[
all
...]
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
229
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
=
240
for (const CodeGenInstruction *CGI :
NumberedInstructions
) {
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
...]
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
...]
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
...]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeEmitterGen.cpp
239
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
=
250
for (const CodeGenInstruction *CGI :
NumberedInstructions
) {
X86EVEX2VEXTablesEmitter.cpp
191
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
=
194
for (const CodeGenInstruction *Inst :
NumberedInstructions
) {
InstrInfoEmitter.cpp
81
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
,
86
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
);
221
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
,
226
for (const CodeGenInstruction *Inst :
NumberedInstructions
) {
257
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
) {
265
initOperandMapData(
NumberedInstructions
, Namespace, Operands, OperandMap);
467
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
=
472
for (const CodeGenInstruction *Inst :
NumberedInstructions
) {
488
for (const CodeGenInstruction *Inst :
NumberedInstructions
) {
503
<<
NumberedInstructions
.size() << ");\n}\n\n"
[
all
...]
CodeGenMapTable.cpp
373
ArrayRef<const CodeGenInstruction*>
NumberedInstructions
=
378
unsigned TotalNumInstr =
NumberedInstructions
.size();
386
Record *CurInstr =
NumberedInstructions
[i]->TheDef;
FixedLenDecoderEmitter.cpp
91
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
;
831
<<
NumberedInstructions
[Opc]->TheDef->getName() << "\n";
849
<<
NumberedInstructions
[Opc]->TheDef->getName()
[
all
...]
AsmWriterEmitter.cpp
60
ArrayRef<const CodeGenInstruction *>
NumberedInstructions
;
291
std::vector<uint64_t> OpcodeInfo(
NumberedInstructions
.size());
402
for (unsigned i = 0, e =
NumberedInstructions
.size(); i != e; ++i) {
404
<<
NumberedInstructions
[i]->TheDef->getName() << "\n";
[
all
...]
Completed in 977 milliseconds