OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcOpName
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
236
std::string
SrcOpName
= Name.substr(wpos);
237
std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(
SrcOpName
, false);
240
std::swap(
SrcOpName
, DestOpName);
AsmMatcherEmitter.cpp
303
StringRef
SrcOpName
;
305
/// The suboperand index within
SrcOpName
, or -1 for the entire operand.
465
if (N == AsmOperands[i].
SrcOpName
&&
475
if (N == AsmOperands[i].
SrcOpName
)
[
all
...]
Completed in 6619 milliseconds