Searched refs:PostEmitter (Results 1 – 2 of 2) sorted by relevance
382 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in addInstructionCasesForEncoding() local383 if (!PostEmitter.empty()) { in addInstructionCasesForEncoding()385 Case += PostEmitter; in addInstructionCasesForEncoding()
507 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local508 if (!PostEmitter.empty()) in getInstructionCaseForEncoding()509 SS.indent(Indent) << "Inst = " << PostEmitter << "(MI, Inst, STI);\n"; in getInstructionCaseForEncoding()