Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp162 StringRef SubOpName = Op.MIOperandInfo->getArgNameStr(SubOpIdx); in EmitInstrDocs() local
168 if (SubOpName.empty()) in EmitInstrDocs()
171 OS << SubOpName; in EmitInstrDocs()
H A DCodeGenInstruction.cpp240 StringRef SubOpName; in ParseOperandName() local
245 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
246 if (SubOpName.empty()) in ParseOperandName()
257 if (!SubOpName.empty()) { in ParseOperandName()
269 if (SubOpName.empty()) { // If no suboperand name was specified: in ParseOperandName()
272 SubOpName.empty()) in ParseOperandName()
292 if (MIOpInfo->getArgNameStr(i) == SubOpName) in ParseOperandName()
H A DDecoderEmitter.cpp2071 StringRef SubOpName = SubArgDag->getArgNameStr(i); in populateInstruction() local
2075 addOneOperandFields(EncodingDef, Bits, TiedNames, SubOpName, in populateInstruction()