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

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

Completed in 51 milliseconds