Searched refs:PostEmitter (Results 1 – 2 of 2) sorted by relevance
505 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local506 if (!PostEmitter.empty()) in getInstructionCaseForEncoding()507 SS.indent(I) << "Inst = " << PostEmitter << "(MI, Inst, STI);\n"; in getInstructionCaseForEncoding()
340 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in addInstructionCasesForEncoding() local341 if (!PostEmitter.empty()) { in addInstructionCasesForEncoding()343 Case += PostEmitter; in addInstructionCasesForEncoding()