Searched refs:EncoderMethodName (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp148 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; local
152 if (!EncoderMethodName.empty()) {
158 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx);
H A DCodeGenInstruction.h77 /// EncoderMethodName - The method used to get the machine operand value
79 std::string EncoderMethodName; member in struct:llvm::CGIOperandList::OperandInfo
110 : Rec(R), Name(N), PrinterMethodName(PMN), EncoderMethodName(EMN),

Completed in 86 milliseconds