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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 122 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
126 if (!EncoderMethodName.empty()) {
132 " 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),
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 117 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName;
121 if (!EncoderMethodName.empty()) {
127 " 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 273 milliseconds