/external/llvm/utils/TableGen/ |
AsmWriterInst.h | 24 class CodeGenInstruction; 45 /// the CodeGenInstruction. 88 const CodeGenInstruction *CGI; 90 AsmWriterInst(const CodeGenInstruction &CGI,
|
CodeGenTarget.h | 20 #include "CodeGenInstruction.h" 68 mutable DenseMap<const Record*, CodeGenInstruction*> Instructions; 78 mutable std::vector<const CodeGenInstruction*> InstrsByEnum; 149 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const { 155 CodeGenInstruction &getInstruction(const Record *InstRec) const { 157 DenseMap<const Record*, CodeGenInstruction*>::iterator I = 165 const std::vector<const CodeGenInstruction*> & 171 typedef std::vector<const CodeGenInstruction*>::const_iterator inst_iterator;
|
PseudoLoweringEmitter.cpp | 11 #include "CodeGenInstruction.h" 36 CodeGenInstruction Source; // The source pseudo instruction definition. 37 CodeGenInstruction Dest; // The destination instruction to lower to. 40 PseudoExpansion(CodeGenInstruction &s, CodeGenInstruction &d, 55 CodeGenInstruction &Insn, 73 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn, 139 CodeGenInstruction Insn(Operator); 168 CodeGenInstruction SourceInsn(Rec); 208 CodeGenInstruction &Source = Expansion.Source [all...] |
X86RecognizableInstr.h | 100 /// The operands of the instruction, as listed in the CodeGenInstruction. 141 /// on a CodeGenInstruction::OperandInfo. 245 /// from a CodeGenInstruction. 248 /// \param insn The CodeGenInstruction to extract information from. 251 const CodeGenInstruction &insn, 254 /// processInstr - Accepts a CodeGenInstruction and loads decode information 259 /// \param insn The CodeGenInstruction to be used as a source for this 263 const CodeGenInstruction &insn,
|
InstrInfoEmitter.cpp | 55 void emitRecord(const CodeGenInstruction &Inst, unsigned Num, 61 const std::vector<const CodeGenInstruction *> NumberedInstructions, 66 const std::vector<const CodeGenInstruction*> &NumberedInstructions); 70 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst); 87 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { 202 const std::vector<const CodeGenInstruction *> NumberedInstructions, 209 const CodeGenInstruction *Inst = NumberedInstructions[i]; 241 const std::vector<const CodeGenInstruction*> &NumberedInstructions) { 362 const std::vector<const CodeGenInstruction*> &NumberedInstructions = 373 const CodeGenInstruction *Instr = NumberedInstructions[i] [all...] |
Android.mk | 10 CodeGenInstruction.cpp \
|
DisassemblerEmitter.cpp | 91 /// which knows how to translate itself from a CodeGenInstruction and provide 114 const std::vector<const CodeGenInstruction*> &numberedInstructions =
|
CodeGenTarget.cpp | 270 Instructions[Insts[i]] = new CodeGenInstruction(Insts[i]); 273 static const CodeGenInstruction * 275 const DenseMap<const Record*, CodeGenInstruction*> &Insts, 279 DenseMap<const Record*, CodeGenInstruction*>::const_iterator 290 bool operator()(const CodeGenInstruction *Rec1, 291 const CodeGenInstruction *Rec2) const { 321 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); 323 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); 330 for (DenseMap<const Record*, CodeGenInstruction*>::const_iterator 332 const CodeGenInstruction *CGI = I->second [all...] |
CodeEmitterGen.cpp | 110 CodeGenInstruction &CGI = Target.getInstruction(R); 244 const std::vector<const CodeGenInstruction*> &NumberedInstructions = 257 for (std::vector<const CodeGenInstruction*>::const_iterator 261 const CodeGenInstruction *CGI = *IN;
|
CodeGenInstruction.h | 1 //===- CodeGenInstruction.h - Instruction Class Wrapper ---------*- C++ -*-===// 200 class CodeGenInstruction { 260 CodeGenInstruction(Record *R); 290 CodeGenInstruction *ResultInst;
|
AsmWriterInst.cpp | 51 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI,
|
CodeGenInstruction.cpp | 1 //===- CodeGenInstruction.cpp - CodeGen Instruction Class Wrapper ---------===// 10 // This file implements the CodeGenInstruction class. 14 #include "CodeGenInstruction.h" 288 // CodeGenInstruction Implementation 291 CodeGenInstruction::CodeGenInstruction(Record *R) 344 MVT::SimpleValueType CodeGenInstruction:: 361 std::string CodeGenInstruction::
|
DAGISelEmitter.cpp | 47 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
|
CodeGenSchedule.h | 28 class CodeGenInstruction; 330 unsigned getSchedClassIdx(const CodeGenInstruction &Inst) const;
|
AsmMatcherEmitter.cpp | 399 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; 401 const CodeGenInstruction *getResultInst() const { 402 if (DefRec.is<const CodeGenInstruction*>()) 403 return DefRec.get<const CodeGenInstruction*>(); 433 MatchableInfo(const CodeGenInstruction &CGI) 765 CodeGenInstruction::FlattenAsmStringVariants(AsmString, AsmVariantNo); [all...] |
CodeGenDAGPatterns.cpp | [all...] |
FixedLenDecoderEmitter.cpp | 81 const std::vector<const CodeGenInstruction*> *NumberedInstructions; 310 const std::vector<const CodeGenInstruction*> &AllInstructions; 345 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, 358 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, [all...] |
AsmWriterEmitter.cpp | 34 std::map<const CodeGenInstruction*, AsmWriterInst*> CGIAWIMap; 35 std::vector<const CodeGenInstruction*> NumberedInstructions; 48 std::map<const CodeGenInstruction*, AsmWriterInst*>::const_iterator I = 305 // Compute the CodeGenInstruction -> AsmWriterInst mapping. Note that not [all...] |
DAGISelMatcherGen.cpp | 659 CodeGenInstruction &II = CGT.getInstruction(Op); 688 CodeGenInstruction &II = CGT.getInstruction(Op); [all...] |
CodeGenMapTable.cpp | 363 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
|
X86RecognizableInstr.cpp | 212 const CodeGenInstruction &insn, 287 const CodeGenInstruction &insn, [all...] |
FastISelEmitter.cpp | 442 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
|
CodeGenSchedule.cpp | 609 const CodeGenInstruction &Inst) const { [all...] |