Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineModuleInfo.cpp24 AgentSSID = CTX.getOrInsertSyncScopeID("agent"); in AMDGPUMachineModuleInfo()
25 WorkgroupSSID = CTX.getOrInsertSyncScopeID("workgroup"); in AMDGPUMachineModuleInfo()
26 WavefrontSSID = CTX.getOrInsertSyncScopeID("wavefront"); in AMDGPUMachineModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp88 pImpl->getOrInsertSyncScopeID("singlethread"); in LLVMContext()
94 pImpl->getOrInsertSyncScopeID(""); in LLVMContext()
290 SyncScope::ID LLVMContext::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContext
291 return pImpl->getOrInsertSyncScopeID(SSN); in getOrInsertSyncScopeID()
DLLVMContextImpl.cpp217 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID() function in LLVMContextImpl
DLLVMContextImpl.h1361 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h138 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2399 SSID = Context.getOrInsertSyncScopeID(SSN); in parseOptionalScope()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1822 SSIDs.push_back(Context.getOrInsertSyncScopeID(SSN)); in parseSyncScopeNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp2147 SSID = Context.getOrInsertSyncScopeID(SSN); in ParseScope()