Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1330 static bool isUnsupportedAMDGPUAddrspace(Value *Addr) { in isUnsupportedAMDGPUAddrspace() function
1401 !(TargetTriple.isAMDGPU() && !isUnsupportedAMDGPUAddrspace(Ptr))) in ignoreAccess()
1699 if (isUnsupportedAMDGPUAddrspace(Addr)) in instrumentAMDGPUAddress()
1900 !(TargetTriple.isAMDGPU() && !isUnsupportedAMDGPUAddrspace(G))) in shouldInstrumentGlobal()