Home
last modified time | relevance | path

Searched refs:PostEmitter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp474 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local
475 if (!PostEmitter.empty()) in getInstructionCaseForEncoding()
476 SS.indent(6) << "Inst = " << PostEmitter << "(MI, Inst, STI);\n"; in getInstructionCaseForEncoding()
H A DCodeEmitterGen.cpp323 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local
324 if (!PostEmitter.empty()) { in getInstructionCaseForEncoding()
326 Case += PostEmitter; in getInstructionCaseForEncoding()