Searched refs:NumberedInstructions (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp62 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
67 const std::vector<const CodeGenInstruction*> &NumberedInstructions);
202 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
208 for (const CodeGenInstruction *Inst : NumberedInstructions) {
238 const std::vector<const CodeGenInstruction*> &NumberedInstructions) {
247 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap);
383 const std::vector<const CodeGenInstruction*> &NumberedInstructions = local
388 for (const CodeGenInstruction *Inst : NumberedInstructions) {
404 for (const CodeGenInstruction *Inst : NumberedInstructions) {
419 << NumberedInstructions
201 initOperandMapData( const std::vector<const CodeGenInstruction *> &NumberedInstructions, const std::string &Namespace, std::map<std::string, unsigned> &Operands, OpNameMapTy &OperandMap) argument
236 emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target, const std::vector<const CodeGenInstruction*> &NumberedInstructions) argument
577 const std::vector<const CodeGenInstruction*> &NumberedInstructions = local
[all...]
H A DAsmWriterEmitter.cpp40 const std::vector<const CodeGenInstruction*> *NumberedInstructions; member in class:__anon25726::AsmWriterEmitter
54 assert(ID < NumberedInstructions->size());
56 CGIAWIMap.find(NumberedInstructions->at(ID));
148 InstIdxs.assign(NumberedInstructions->size(), ~0U);
157 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
306 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
307 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions->at(i)];
321 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
322 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions->at(i)];
384 for (unsigned i = 0, e = NumberedInstructions
[all...]
H A DCodeEmitterGen.cpp241 const std::vector<const CodeGenInstruction*> &NumberedInstructions = local
256 IN = NumberedInstructions.begin(),
257 EN = NumberedInstructions.end();
H A DCodeGenMapTable.cpp362 const std::vector<const CodeGenInstruction*> &NumberedInstructions = local
367 unsigned TotalNumInstr = NumberedInstructions.size();
375 Record *CurInstr = NumberedInstructions[i]->TheDef;
H A DFixedLenDecoderEmitter.cpp80 const std::vector<const CodeGenInstruction*> *NumberedInstructions; member in class:__anon25755::FixedLenDecoderEmitter
830 << NumberedInstructions->at(Opc)->TheDef->getName() << "\n";
2181 NumberedInstructions = &Target.getInstructionsByEnumValue();
2186 for (unsigned i = 0; i < NumberedInstructions->size(); ++i) {
2187 const CodeGenInstruction *Inst = NumberedInstructions->at(i);
2210 FilterChooser FC(*NumberedInstructions, I->second, Operands,

Completed in 69 milliseconds