Searched refs:OperandInfo (Results 1 - 9 of 9) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h62 /// OperandInfo - The information we keep track of for each operand in the
64 struct OperandInfo { struct in class:llvm::CGIOperandList
107 OperandInfo(Record *R, const std::string &N, const std::string &PMN, function in struct:llvm::CGIOperandList::OperandInfo
137 std::vector<OperandInfo> OperandList;
147 const OperandInfo &operator[](unsigned i) const { return OperandList[i]; }
148 OperandInfo &operator[](unsigned i) { return OperandList[i]; }
149 OperandInfo &back() { return OperandList.back(); }
150 const OperandInfo &back() const { return OperandList.back(); }
152 typedef std::vector<OperandInfo>::iterator iterator;
153 typedef std::vector<OperandInfo>
[all...]
H A DX86RecognizableInstr.h98 const std::vector<CGIOperandList::OperandInfo>* Operands;
114 /// on a CodeGenInstruction::OperandInfo.
H A DFixedLenDecoderEmitter.cpp44 struct OperandInfo { struct in namespace:__anon25754
48 OperandInfo(std::string D) function in struct:__anon25754::OperandInfo
315 const std::map<unsigned, std::vector<OperandInfo> > &Operands;
346 const std::map<unsigned, std::vector<OperandInfo> > &Ops,
359 const std::map<unsigned, std::vector<OperandInfo> > &Ops,
457 const OperandInfo &OpInfo) const;
1066 const OperandInfo &OpInfo) const {
1070 OperandInfo::const_iterator OI = OpInfo.begin();
1076 for (OperandInfo::const_iterator OI = OpInfo.begin(), OE = OpInfo.end();
1095 std::map<unsigned, std::vector<OperandInfo> >
[all...]
H A DInstrInfoEmitter.cpp94 std::vector<CGIOperandList::OperandInfo> OperandList;
181 std::vector<std::string> OperandInfo = GetOperandInfo(*Inst); local
182 unsigned &N = OperandInfoIDs[OperandInfo];
186 OS << "static const MCOperandInfo OperandInfo" << N << "[] = { ";
187 for (const std::string &Info : OperandInfo)
537 std::vector<std::string> OperandInfo = GetOperandInfo(Inst); local
538 if (OperandInfo.empty())
541 OS << "OperandInfo" << OpInfo.find(OperandInfo)->second;
H A DAsmWriterInst.cpp172 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo];
H A DAsmMatcherEmitter.cpp641 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI,
1014 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI,
1500 /// named operand such as $src. Resolve the Class and OperandInfo pointers.
1595 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i];
1644 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i];
H A DCodeGenInstruction.cpp115 OperandList.push_back(OperandInfo(Rec, ArgName, PrintMethod, EncoderMethod,
H A DX86RecognizableInstr.cpp481 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands;
H A DCodeGenDAGPatterns.cpp2747 static bool checkOperandClass(CGIOperandList::OperandInfo &OI,
2848 CGIOperandList::OperandInfo &Op = CGI.Operands[i];

Completed in 176 milliseconds