Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h204 inline bool isValidParameterType(uint32_t V) { in isValidParameterType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h261 if (!dxbc::isValidParameterType(Header.ParameterType)) in getParameter()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp417 assert(dxbc::isValidParameterType(Info.Header.ParameterType) && in validate()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp93 if (!dxbc::isValidParameterType(PH.ParameterType)) in create()