Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp419 CaseBitsVector CBV; in buildBitTests() local
424 for (j = 0; j < CBV.size(); ++j) in buildBitTests()
425 if (CBV[j].BB == Clusters[i].MBB) in buildBitTests()
427 if (j == CBV.size()) in buildBitTests()
428 CBV.push_back( in buildBitTests()
430 CaseBits *CB = &CBV[j]; in buildBitTests()
443 llvm::sort(CBV, [](const CaseBits &a, const CaseBits &b) { in buildBitTests()
452 for (auto &CB : CBV) { in buildBitTests()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp132 ElementKind == RootSignatureElementKind::CBV && in parseRootDescriptors()
146 case RootSignatureElementKind::CBV: in parseRootDescriptors()
147 Header.ParameterType = llvm::to_underlying(dxbc::RootParameterType::CBV); in parseRootDescriptors()
202 .Case("CBV", llvm::to_underlying(dxbc::DescriptorRangeType::CBV)) in parseDescriptorRange()
358 .Case("RootCBV", RootSignatureElementKind::CBV) in parseRootSignatureElement()
371 case RootSignatureElementKind::CBV: in parseRootSignatureElement()
422 case llvm::to_underlying(dxbc::RootParameterType::CBV): in validate()
642 case llvm::to_underlying(dxbc::RootParameterType::CBV): in run()
H A DDXILRootSignature.h35 CBV = 5, enumerator
H A DDXContainerGlobals.cpp203 PSV.Resources.push_back(MakeBinding(Binding, dxbc::PSV::ResourceType::CBV, in addResourcesForPSV()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp42 case llvm::to_underlying(dxbc::RootParameterType::CBV): in getSize()
112 case llvm::to_underlying(dxbc::RootParameterType::CBV): in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def112 DESCRIPTOR_RANGE(2, CBV)
121 ROOT_PARAMETER(2, CBV)
325 RESOURCE_TYPE(2, CBV)
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h160 llvm::to_underlying(dxbc::RootParameterType::CBV) || in classof()
268 case dxbc::RootParameterType::CBV: in getParameter()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp56 case llvm::to_underlying(dxbc::DescriptorRangeType::CBV): in verifyRangeType()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHLSLRootSignatureTokenKinds.def101 KEYWORD(CBV)
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp292 case llvm::to_underlying(dxbc::RootParameterType::CBV): in writeParts()
H A DDXContainerYAML.cpp434 case llvm::to_underlying(dxbc::RootParameterType::CBV): in mapping()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td8498 b for constant buffer views (CBV).