Home
last modified time | relevance | path

Searched refs:CGIOperandList (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp28 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) { in CGIOperandList() function in CGIOperandList
136 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed()
146 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed()
157 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName()
201 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint()
218 CGIOperandList::ConstraintInfo::getEarlyClobber(); in ParseConstraint()
253 CGIOperandList::ConstraintInfo::getTied(FlatOpNo); in ParseConstraint()
256 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints()
273 void CGIOperandList::ProcessDisableEncoding(std::string DisableEncoding) { in ProcessDisableEncoding()
DCodeGenInstruction.h31 class CGIOperandList {
120 const CGIOperandList::ConstraintInfo &CI = Constraints[j]; in getTiedRegister()
127 CGIOperandList(Record *D);
218 CGIOperandList Operands;
DX86RecognizableInstr.h100 const std::vector<CGIOperandList::OperandInfo>* Operands;
DAsmWriterInst.cpp171 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; in AsmWriterInst()
DInstrInfoEmitter.cpp94 std::vector<CGIOperandList::OperandInfo> OperandList; in GetOperandInfo()
153 const CGIOperandList::ConstraintInfo &Constraint = in GetOperandInfo()
DAsmMatcherEmitter.cpp681 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI,
1067 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI, in getOperandClass()
1539 const CGIOperandList &Operands = CGI.Operands; in buildInstructionOperandReference()
1628 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i]; in buildInstructionResultOperands()
1677 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
DX86RecognizableInstr.cpp517 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands; in emitInstructionSpecifier()
529 const CGIOperandList::ConstraintInfo &Constraint = in emitInstructionSpecifier()
DCodeGenDAGPatterns.cpp2931 static bool checkOperandClass(CGIOperandList::OperandInfo &OI, in checkOperandClass()
3032 CGIOperandList::OperandInfo &Op = CGI.Operands[i]; in parseInstructionPattern()
DFixedLenDecoderEmitter.cpp2044 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()