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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 713 // 3 bytes if a PrintMethod is needed: 0xFF, the MCInst operand
849 // These two may have a PrintMethod, which we want to record (if it's
854 std::string PrintMethod = Rec->getValueAsString("PrintMethod");
855 if (PrintMethod != "" && PrintMethod != "printOperand") {
857 PrintMethods.end(), PrintMethod) -
860 PrintMethods.push_back(PrintMethod);
    [all...]
CodeGenInstruction.cpp 68 std::string PrintMethod = "printOperand";
74 PrintMethod = Rec->getValueAsString("PrintMethod");
76 PrintMethod = Rec->getValueAsString("PrintMethod");
115 OperandList.push_back(OperandInfo(Rec, ArgName, PrintMethod, EncoderMethod,

Completed in 534 milliseconds