HomeSort by relevance Sort by last modified time
    Searched refs:EncoderMethodName (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 145 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
149 if (!EncoderMethodName.empty()) {
155 " 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 329 milliseconds