Home
last modified time | relevance | path

Searched defs:SSID (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h228 AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAtEnd) in LoadInst()
275 void setSyncScopeID(SyncScope::ID SSID) { in setSyncScopeID()
323 SyncScope::ID SSID; variable
406 void setSyncScopeID(SyncScope::ID SSID) { in setSyncScopeID()
457 SyncScope::ID SSID; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineModuleInfo.h55 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering()
77 bool isOneAddressSpace(SyncScope::ID SSID) const { in isOneAddressSpace()
DSIMemoryLegalizer.cpp452 SIMemOpAccess::toSIAtomicScope(SyncScope::ID SSID, in toSIAtomicScope()
520 SyncScope::ID SSID = SyncScope::SingleThread; in constructFromMIWithMMO() local
613 SyncScope::ID SSID = static_cast<SyncScope::ID>(MI->getOperand(1).getImm()); in getAtomicFenceInfo() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp307 unsigned SSID = llvm::unwrap(ctx->context)->getOrInsertSyncScopeID(sync_scope); in ac_build_atomic_rmw() local
319 unsigned SSID = llvm::unwrap(ctx->context)->getOrInsertSyncScopeID(sync_scope); in ac_build_atomic_cmp_xchg() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h160 unsigned SSID : 8; // SyncScope::ID member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1317 MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, in LoadInst()
1329 MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, in LoadInst()
1388 AtomicOrdering Order, SyncScope::ID SSID, in StoreInst()
1402 AtomicOrdering Order, SyncScope::ID SSID, in StoreInst()
1430 SyncScope::ID SSID) { in Init()
1463 SyncScope::ID SSID, in AtomicCmpXchgInst()
1475 SyncScope::ID SSID, in AtomicCmpXchgInst()
1490 SyncScope::ID SSID) { in Init()
1510 SyncScope::ID SSID, in AtomicRMWInst()
1521 SyncScope::ID SSID, in AtomicRMWInst()
[all …]
DAsmWriter.cpp2487 SyncScope::ID SSID) { in writeSyncScope()
2506 SyncScope::ID SSID) { in writeAtomic()
2517 SyncScope::ID SSID) { in writeAtomicCmpXchg()
DCore.cpp3956 SyncScope::ID SSID = NewValue ? SyncScope::SingleThread : SyncScope::System; in LLVMSetAtomicSingleThread() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp463 SyncScope::ID SSID, in printSyncScope()
1009 const MDNode *Ranges, SyncScope::ID SSID, in MachineMemOperand()
DMachineFunction.cpp418 SyncScope::ID SSID, AtomicOrdering Ordering, in getMachineMemOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2210 bool LLParser::ParseScopeAndOrdering(bool isAtomic, SyncScope::ID &SSID, in ParseScopeAndOrdering()
2222 bool LLParser::ParseScope(SyncScope::ID &SSID) { in ParseScope()
6957 SyncScope::ID SSID = SyncScope::System; in ParseLoad() local
7006 SyncScope::ID SSID = SyncScope::System; in ParseStore() local
7050 SyncScope::ID SSID = SyncScope::System; in ParseCmpXchg() local
7102 SyncScope::ID SSID = SyncScope::System; in ParseAtomicRMW() local
7184 SyncScope::ID SSID = SyncScope::System; in ParseFence() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4829 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody() local
4882 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody() local
4922 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 2]); in parseFunctionBody() local
4970 SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]); in parseFunctionBody() local
4985 SyncScope::ID SSID = getDecodedSyncScopeID(Record[1]); in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2918 SyncScope::ID &SSID) { in parseOptionalScope()
2983 SyncScope::ID SSID; in parseMachineMemoryOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4629 SyncScope::ID SSID = I.getSyncScopeID(); in visitAtomicCmpXchg() local
4682 SyncScope::ID SSID = I.getSyncScopeID(); in visitAtomicRMW() local
4726 SyncScope::ID SSID = I.getSyncScopeID(); in visitAtomicLoad() local
4792 SyncScope::ID SSID = I.getSyncScopeID(); in visitAtomicStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp395 unsigned getEncodedSyncScopeID(SyncScope::ID SSID) { in getEncodedSyncScopeID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3792 auto SSID = static_cast<SyncScope::ID>(SSIDNode->getZExtValue()); in LowerATOMIC_FENCE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp27401 auto SSID = AI->getSyncScopeID(); in lowerIdempotentRMWIntoFencedLoad() local