Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp182 DXILIntrinsicSelect IntrSelect; in DXILOperationDesc() local
183 IntrSelect.Intrinsic = GetIntrinsicName(R->getValue("intrinsic")); in DXILOperationDesc()
186 IntrSelect.ArgSelectRecords.emplace_back(ArgSelect); in DXILOperationDesc()
188 IntrinsicSelects.emplace_back(std::move(IntrSelect)); in DXILOperationDesc()