OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestOpName
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp
229
std::string
DestOpName
= Name.substr(0, wpos);
230
std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(
DestOpName
, false);
246
throw "Operand '" +
DestOpName
+ "' cannot have multiple constraints!";
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
235
std::string
DestOpName
= Name.substr(0, wpos);
236
std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(
DestOpName
, false);
247
std::swap(SrcOpName,
DestOpName
);
253
PrintFatalError("Operand '" +
DestOpName
+
Completed in 75 milliseconds