Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrDocsEmitter.cpp165 StringRef SubOpName = Op.MIOperandInfo->getArgNameStr(SubOpIdx); in EmitInstrDocs() local
171 if (SubOpName.empty()) in EmitInstrDocs()
174 OS << SubOpName; in EmitInstrDocs()
DCodeGenInstruction.cpp166 std::string SubOpName; in ParseOperandName() local
171 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
172 if (SubOpName.empty()) in ParseOperandName()
179 if (SubOpName.empty()) { // If no suboperand name was specified: in ParseOperandName()
182 SubOpName.empty()) in ParseOperandName()
197 if (MIOpInfo->getArgNameStr(i) == SubOpName) in ParseOperandName()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp160 std::string SubOpName; in ParseOperandName() local
165 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
166 if (SubOpName.empty()) in ParseOperandName()
173 if (SubOpName.empty()) { // If no suboperand name was specified: in ParseOperandName()
176 SubOpName.empty()) in ParseOperandName()
191 if (MIOpInfo->getArgName(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()