Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1072 StringRef DecodeParams = in emitDecoderFunction() local
1080 OS << "DecodeStatus decodeFn" << Index << "(" << DecodeParams << ") {\n"; in emitDecoderFunction()
1091 OS << "static DecodeStatus decodeToMCInst(unsigned Idx, " << DecodeParams in emitDecoderFunction()
1097 OS << " using DecodeFnTy = DecodeStatus (*)(" << DecodeParams << ");\n"; in emitDecoderFunction()