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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp62 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
67 const std::vector<const CodeGenInstruction*> &NumberedInstructions);
201 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
207 for (const CodeGenInstruction *Inst : NumberedInstructions) {
237 const std::vector<const CodeGenInstruction*> &NumberedInstructions) {
246 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
200 initOperandMapData( const std::vector<const CodeGenInstruction *> &NumberedInstructions, const std::string &Namespace, std::map<std::string, unsigned> &Operands, OpNameMapTy &OperandMap) argument
235 emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target, const std::vector<const CodeGenInstruction*> &NumberedInstructions) argument
580 const std::vector<const CodeGenInstruction*> &NumberedInstructions = local
[all...]
H A DAsmWriterEmitter.cpp40 const std::vector<const CodeGenInstruction*> *NumberedInstructions; member in class:__anon4569::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) {
300 for (const CodeGenInstruction *Inst : *NumberedInstructions) {
315 for (const CodeGenInstruction *Inst : *NumberedInstructions) {
378 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
414 for (unsigned i = 0, e = NumberedInstructions->size(); i != e; ++i) {
416 << NumberedInstructions
[all...]
H A DCodeEmitterGen.cpp230 const std::vector<const CodeGenInstruction*> &NumberedInstructions = local
242 IN = NumberedInstructions.begin(),
243 EN = NumberedInstructions.end();
H A DCodeGenMapTable.cpp358 const std::vector<const CodeGenInstruction*> &NumberedInstructions = local
363 unsigned TotalNumInstr = NumberedInstructions.size();
371 Record *CurInstr = NumberedInstructions[i]->TheDef;
H A DFixedLenDecoderEmitter.cpp81 const std::vector<const CodeGenInstruction*> *NumberedInstructions; member in class:__anon4599::FixedLenDecoderEmitter
809 << NumberedInstructions->at(Opc)->TheDef->getName() << "\n";
824 << NumberedInstructions->at(Opc)->TheDef->getName()
2253 NumberedInstructions = &Target.getInstructionsByEnumValue();
2258 for (unsigned i = 0; i < NumberedInstructions->size(); ++i) {
2259 const CodeGenInstruction *Inst = NumberedInstructions->at(i);
2280 FilterChooser FC(*NumberedInstructions, Opc.second, Operands,

Completed in 68 milliseconds