Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDXILEmitter.cpp377 SmallVector<ParameterKind> ParamKindVec; in emitDXILOperationTable() local
380 ParamKindVec.emplace_back(getParameterKind(Op.OpTypes[i])); in emitDXILOperationTable()
382 ParameterMap[Op.OpClass] = ParamKindVec; in emitDXILOperationTable()
383 Parameters.add(ParamKindVec); in emitDXILOperationTable()