HomeSort by relevance Sort by last modified time
    Searched refs:CodeGenInstruction (Results 1 - 23 of 23) sorted by null

  /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 92 /// The operands of the instruction, as listed in the CodeGenInstruction.
133 /// on a CodeGenInstruction::OperandInfo.
235 /// from a CodeGenInstruction.
238 /// \param insn The CodeGenInstruction to extract information from.
241 const CodeGenInstruction &insn,
244 /// processInstr - Accepts a CodeGenInstruction and loads decode information
249 /// \param insn The CodeGenInstruction to be used as a source for this
253 const CodeGenInstruction &insn,
Android.mk 10 CodeGenInstruction.cpp \
InstrInfoEmitter.cpp 48 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
56 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
73 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) {
227 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
238 const CodeGenInstruction *Instr = NumberedInstructions[i];
251 const CodeGenInstruction *Instr = NumberedInstructions[i];
298 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
401 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
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;
327 unsigned getSchedClassIdx(const CodeGenInstruction &Inst) const;
AsmMatcherEmitter.cpp 398 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
400 const CodeGenInstruction *getResultInst() const {
401 if (DefRec.is<const CodeGenInstruction*>())
402 return DefRec.get<const CodeGenInstruction*>();
432 MatchableInfo(const CodeGenInstruction &CGI)
764 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 645 CodeGenInstruction &II = CGT.getInstruction(Op);
674 CodeGenInstruction &II = CGT.getInstruction(Op);
    [all...]
CodeGenMapTable.cpp 363 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
X86RecognizableInstr.cpp 209 const CodeGenInstruction &insn,
280 const CodeGenInstruction &insn,
    [all...]
FastISelEmitter.cpp 439 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
CodeGenSchedule.cpp 609 const CodeGenInstruction &Inst) const {
    [all...]

Completed in 145 milliseconds