Searched refs:PostEmitter (Results 1 – 2 of 2) sorted by relevance
379 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in addInstructionCasesForEncoding() local380 if (!PostEmitter.empty()) { in addInstructionCasesForEncoding()382 Case += PostEmitter; in addInstructionCasesForEncoding()
504 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local505 if (!PostEmitter.empty()) in getInstructionCaseForEncoding()506 SS.indent(I) << "Inst = " << PostEmitter << "(MI, Inst, STI);\n"; in getInstructionCaseForEncoding()