OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EncoderMethodName
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
118
std::string &
EncoderMethodName
= CGI.Operands[SO.first].
EncoderMethodName
;
122
if (!
EncoderMethodName
.empty()) {
128
" op = " +
EncoderMethodName
+ "(MI, " + utostr(OpIdx);
CodeGenInstruction.h
77
///
EncoderMethodName
- The method used to get the machine operand value
79
std::string
EncoderMethodName
;
110
: Rec(R), Name(N), PrinterMethodName(PMN),
EncoderMethodName
(EMN),
Completed in 41 milliseconds