Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DRootSignatureValidations.h37 LLVM_ABI bool verifyAddress(uint32_t Address);
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp467 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressU)) in validate()
470 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressV)) in validate()
473 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressW)) in validate()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp143 bool verifyAddress(uint32_t Address) { in verifyAddress() function