Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeEmitterGen.cpp321 StringRef PostEmitter = R->getValueAsString("PostEncoderMethod"); in getInstructionCaseForEncoding() local
322 if (!PostEmitter.empty()) { in getInstructionCaseForEncoding()
324 Case += PostEmitter; in getInstructionCaseForEncoding()