Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ !
H A DAddressSanitizer.cpp1306 static bool isUnsupportedAMDGPUAddrspace(Value *Addr) { in isUnsupportedAMDGPUAddrspace() function
1380 !(TargetTriple.isAMDGPU() && !isUnsupportedAMDGPUAddrspace(Ptr))) in ignoreAccess()
1792 if (isUnsupportedAMDGPUAddrspace(Addr)) in instrumentAMDGPUAddress()
2026 !(TargetTriple.isAMDGPU() && !isUnsupportedAMDGPUAddrspace(G))) in shouldInstrumentGlobal()