Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1204 static bool isUnsupportedAMDGPUAddrspace(Value *Addr) { in isUnsupportedAMDGPUAddrspace() function
1277 !(TargetTriple.isAMDGPU() && !isUnsupportedAMDGPUAddrspace(Ptr))) in ignoreAccess()
1577 if (isUnsupportedAMDGPUAddrspace(Addr)) in instrumentAMDGPUAddress()
1767 !(TargetTriple.isAMDGPU() && !isUnsupportedAMDGPUAddrspace(G))) in shouldInstrumentGlobal()