Searched refs:CGIOperandList (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 28 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) { in CGIOperandList() function in CGIOperandList 134 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed() 144 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() 155 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() 198 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() 215 CGIOperandList::ConstraintInfo::getEarlyClobber(); in ParseConstraint() 248 CGIOperandList::ConstraintInfo::getTied(FlatOpNo); in ParseConstraint() 251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints() 268 void CGIOperandList::ProcessDisableEncoding(std::string DisableEncoding) { in ProcessDisableEncoding()
|
D | CodeGenInstruction.h | 30 class CGIOperandList { 119 const CGIOperandList::ConstraintInfo &CI = Constraints[j]; in getTiedRegister() 126 CGIOperandList(Record *D); 212 CGIOperandList Operands;
|
D | X86RecognizableInstr.h | 91 const std::vector<CGIOperandList::OperandInfo>* Operands;
|
D | InstrInfoEmitter.cpp | 58 std::vector<CGIOperandList::OperandInfo> OperandList; in GetOperandInfo() 112 const CGIOperandList::ConstraintInfo &Constraint = in GetOperandInfo()
|
D | X86RecognizableInstr.cpp | 478 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands; in hasFROperands() 491 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands; in has256BitOperands() 557 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands; in emitInstructionSpecifier() 573 const CGIOperandList::ConstraintInfo &Constraint = in emitInstructionSpecifier()
|
D | AsmWriterInst.cpp | 202 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; in AsmWriterInst()
|
D | AsmMatcherEmitter.cpp | 593 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI, 868 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI, in getOperandClass() 1181 const CGIOperandList::OperandInfo &OI = CGI.Operands[i]; in BuildInfo() 1311 const CGIOperandList &Operands = CGI.Operands; in BuildInstructionOperandReference() 1396 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i]; in BuildInstructionResultOperands() 1438 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in BuildAliasResultOperands()
|
D | EDEmitter.cpp | 360 const CGIOperandList::OperandInfo &operandInfo = inst.Operands[index]; in X86PopulateOperands() 731 const CGIOperandList::OperandInfo &operandInfo = inst.Operands[index]; in ARMPopulateOperands()
|
D | ARMDecoderEmitter.cpp | 1679 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
|
D | FixedLenDecoderEmitter.cpp | 1386 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
|
D | CodeGenDAGPatterns.cpp | 2645 CGIOperandList::OperandInfo &Op = CGI.Operands[i]; in ParseInstructions()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 28 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) { in CGIOperandList() function in CGIOperandList 139 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed() 149 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() 160 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() 204 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() 221 CGIOperandList::ConstraintInfo::getEarlyClobber(); in ParseConstraint() 256 CGIOperandList::ConstraintInfo::getTied(FlatOpNo); in ParseConstraint() 259 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints() 276 void CGIOperandList::ProcessDisableEncoding(std::string DisableEncoding) { in ProcessDisableEncoding()
|
D | CodeGenInstruction.h | 30 class CGIOperandList { 119 const CGIOperandList::ConstraintInfo &CI = Constraints[j]; in getTiedRegister() 126 CGIOperandList(Record *D); 217 CGIOperandList Operands;
|
D | X86RecognizableInstr.h | 97 const std::vector<CGIOperandList::OperandInfo>* Operands;
|
D | AsmWriterInst.cpp | 169 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; in AsmWriterInst()
|
D | InstrInfoEmitter.cpp | 94 std::vector<CGIOperandList::OperandInfo> OperandList; in GetOperandInfo() 153 const CGIOperandList::ConstraintInfo &Constraint = in GetOperandInfo()
|
D | AsmMatcherEmitter.cpp | 735 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI, 1139 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI, in getOperandClass() 1634 const CGIOperandList &Operands = CGI.Operands; in buildInstructionOperandReference() 1722 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) { in buildInstructionResultOperands() 1770 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
|
D | X86RecognizableInstr.cpp | 516 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands; in emitInstructionSpecifier() 528 const CGIOperandList::ConstraintInfo &Constraint = in emitInstructionSpecifier()
|
D | FixedLenDecoderEmitter.cpp | 2022 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
|
D | CodeGenDAGPatterns.cpp | 2931 static bool checkOperandClass(CGIOperandList::OperandInfo &OI, in checkOperandClass() 3039 CGIOperandList::OperandInfo &Op = CGI.Operands[i]; in parseInstructionPattern()
|