/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()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 27 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) { in CGIOperandList() function in CGIOperandList 157 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed() 169 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() 180 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() 234 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops, in ParseConstraint() 256 CGIOperandList::ConstraintInfo::getEarlyClobber(); in ParseConstraint() 313 auto NewConstraint = CGIOperandList::ConstraintInfo::getTied(DestFlatOpNo); in ParseConstraint() 317 for (const CGIOperandList::OperandInfo &Op : Ops) { in ParseConstraint() 328 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops, in ParseConstraints() 346 void CGIOperandList::ProcessDisableEncoding(std::string DisableEncoding) { in ProcessDisableEncoding()
|
D | CodeGenInstruction.h | 30 class CGIOperandList { 131 const CGIOperandList::ConstraintInfo &CI = Constraints[j]; in getTiedRegister() 138 CGIOperandList(Record *D); 229 CGIOperandList Operands;
|
D | AsmWriterInst.cpp | 181 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; in AsmWriterInst()
|
D | X86RecognizableInstr.h | 223 const std::vector<CGIOperandList::OperandInfo>* Operands;
|
D | X86FoldTablesEmitter.cpp | 188 return any_of(Inst->Operands, [](const CGIOperandList::OperandInfo &OpIn) { in hasRSTRegClass() 195 return any_of(Inst->Operands, [](const CGIOperandList::OperandInfo &OpIn) { in hasPtrTailcallRegClass()
|
D | InstrInfoEmitter.cpp | 116 std::vector<CGIOperandList::OperandInfo> OperandList; in GetOperandInfo() 180 const CGIOperandList::ConstraintInfo &Constraint = in GetOperandInfo()
|
D | X86RecognizableInstr.cpp | 405 const std::vector<CGIOperandList::OperandInfo> &OperandList = *Operands; in emitInstructionSpecifier() 417 const CGIOperandList::ConstraintInfo &Constraint = in emitInstructionSpecifier()
|
D | AsmMatcherEmitter.cpp | 750 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI, 1150 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI, in getOperandClass() 1674 const CGIOperandList &Operands = CGI.Operands; in buildInstructionOperandReference() 1764 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) { in buildInstructionResultOperands() 1823 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
|
D | FixedLenDecoderEmitter.cpp | 2131 const CGIOperandList::OperandInfo &Info = CGI.Operands[i]; in populateInstruction()
|
D | CodeGenDAGPatterns.cpp | 3630 static bool checkOperandClass(CGIOperandList::OperandInfo &OI, in checkOperandClass() 3744 CGIOperandList::OperandInfo &Op = CGI.Operands[i]; in parseInstructionPattern()
|
D | GlobalISelEmitter.cpp | 4820 const CGIOperandList::OperandInfo &DstIOperand = DstI->Operands[InstOpNo]; in importExplicitUseRenderers()
|