Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp554 std::vector<const Record *> ShaderKindRecs = in emitDXILOperationTableDataStructs() local
557 llvm::sort(ShaderKindRecs, [](const Record *A, const Record *B) { in emitDXILOperationTableDataStructs()
565 size_t ShaderKindCount = ShaderKindRecs.size(); in emitDXILOperationTableDataStructs()
566 uint64_t ShaderKindTySz = PowerOf2Ceil(ShaderKindRecs.size() + 1); in emitDXILOperationTableDataStructs()
571 for (const auto *R : ShaderKindRecs) { in emitDXILOperationTableDataStructs()