Searched refs:CBV (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 419 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 D | DXILRootSignature.cpp | 132 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 D | DXILRootSignature.h | 35 CBV = 5, enumerator
|
| H A D | DXContainerGlobals.cpp | 203 PSV.Resources.push_back(MakeBinding(Binding, dxbc::PSV::ResourceType::CBV, in addResourcesForPSV()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | DXContainerRootSignature.cpp | 42 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 D | DXContainerConstants.def | 112 DESCRIPTOR_RANGE(2, CBV) 121 ROOT_PARAMETER(2, CBV) 325 RESOURCE_TYPE(2, CBV)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | DXContainer.h | 160 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 D | RootSignatureValidations.cpp | 56 case llvm::to_underlying(dxbc::DescriptorRangeType::CBV): in verifyRangeType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HLSLRootSignatureTokenKinds.def | 101 KEYWORD(CBV)
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerEmitter.cpp | 292 case llvm::to_underlying(dxbc::RootParameterType::CBV): in writeParts()
|
| H A D | DXContainerYAML.cpp | 434 case llvm::to_underlying(dxbc::RootParameterType::CBV): in mapping()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 8498 b for constant buffer views (CBV).
|