Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DVarLenCodeEmitterGen.cpp500 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local
501 if (!PostEmitter.empty()) in getInstructionCaseForEncoding()
502 SS.indent(6) << "Inst = " << PostEmitter << "(MI, Inst, STI);\n"; in getInstructionCaseForEncoding()
DCodeEmitterGen.cpp362 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local
363 if (!PostEmitter.empty()) { in getInstructionCaseForEncoding()
365 Case += PostEmitter; in getInstructionCaseForEncoding()