Home
last modified time | relevance | path

Searched refs:SubOpName (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DInstrDocsEmitter.cpp167 StringRef SubOpName = Op.MIOperandInfo->getArgNameStr(SubOpIdx); in EmitInstrDocs() local
173 if (SubOpName.empty()) in EmitInstrDocs()
176 OS << SubOpName; in EmitInstrDocs()
DCodeGenInstruction.cpp186 std::string SubOpName; in ParseOperandName() local
191 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
192 if (SubOpName.empty()) in ParseOperandName()
201 if (SubOpName.empty()) { // If no suboperand name was specified: in ParseOperandName()
204 SubOpName.empty()) in ParseOperandName()
224 if (MIOpInfo->getArgNameStr(i) == SubOpName) in ParseOperandName()
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp165 std::string SubOpName; in ParseOperandName() local
170 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
171 if (SubOpName.empty()) in ParseOperandName()
178 if (SubOpName.empty()) { // If no suboperand name was specified: in ParseOperandName()
181 SubOpName.empty()) in ParseOperandName()
196 if (MIOpInfo->getArgName(i) == SubOpName) in ParseOperandName()