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

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeEmitterGen.cpp122 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; local
126 if (!EncoderMethodName.empty()) {
132 " 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),
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp117 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; local
121 if (!EncoderMethodName.empty()) {
127 " 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 765 milliseconds