OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubOpName
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp
160
std::string
SubOpName
;
165
SubOpName
= OpName.substr(DotIdx+1);
166
if (
SubOpName
.empty())
173
if (
SubOpName
.empty()) { // If no suboperand name was specified:
176
SubOpName
.empty())
191
if (MIOpInfo->getArgName(i) ==
SubOpName
)
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
165
std::string
SubOpName
;
170
SubOpName
= OpName.substr(DotIdx+1);
171
if (
SubOpName
.empty())
178
if (
SubOpName
.empty()) { // If no suboperand name was specified:
181
SubOpName
.empty())
196
if (MIOpInfo->getArgName(i) ==
SubOpName
)
Completed in 62 milliseconds