Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp253 using GroupT = std::pair<dxil::ResourceClass, /*Space*/ uint32_t>; in findOverlappingRanges() typedef
258 GroupT CurGroup = {Infos[0].Class, Infos[0].Space}; in findOverlappingRanges()
281 GroupT InfoGroup = {Info.Class, Info.Space}; in findOverlappingRanges()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp95 template <class GroupT>
101 std::unique_ptr<GroupT> CurrentGroup = std::make_unique<GroupT>(); in optimizeRules()
121 CurrentGroup = std::make_unique<GroupT>(); in optimizeRules()
H A DGlobalISelMatchTable.h94 template <class GroupT>