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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h88 /// EncoderMethodName - The method used to get the machine operand value
90 std::string EncoderMethodName; member in struct:llvm::CGIOperandList::OperandInfo
121 : Rec(R), Name(N), PrinterMethodName(PMN), EncoderMethodName(EMN),
H A DCodeEmitterGen.cpp136 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; local
143 if (!EncoderMethodName.empty()) {
150 Case += " " + EncoderMethodName + "(MI, " + utostr(OpIdx);
153 Case += " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx);

Completed in 79 milliseconds