Home
last modified time | relevance | path

Searched defs:SSID (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
H A 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/
H A DMachineMemOperand.h160 unsigned SSID : 8; // SyncScope::ID member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp452 SIMemOpAccess::toSIAtomicScope(SyncScope::ID SSID, in toSIAtomicScope() argument
520 SyncScope::ID SSID = SyncScope::SingleThread; constructFromMIWithMMO() local
613 SyncScope::ID SSID = static_cast<SyncScope::ID>(MI->getOperand(1).getImm()); getAtomicFenceInfo() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp415 getMachineMemOperand( MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, uint64_t s, unsigned base_alignment, const AAMDNodes &AAInfo, const MDNode *Ranges, SyncScope::ID SSID, AtomicOrdering Ordering, AtomicOrdering FailureOrdering) getMachineMemOperand() argument
H A DMachineOperand.cpp462 printSyncScope(raw_ostream &OS, const LLVMContext &Context, SyncScope::ID SSID, SmallVectorImpl<StringRef> &SSNs) printSyncScope() argument
1006 MachineMemOperand(MachinePointerInfo ptrinfo, Flags f, uint64_t s, uint64_t a, const AAMDNodes &AAInfo, const MDNode *Ranges, SyncScope::ID SSID, AtomicOrdering Ordering, AtomicOrdering FailureOrdering) MachineMemOperand() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp2486 writeSyncScope(const LLVMContext &Context, SyncScope::ID SSID) writeSyncScope() argument
2504 writeAtomic(const LLVMContext &Context, AtomicOrdering Ordering, SyncScope::ID SSID) writeAtomic() argument
2514 writeAtomicCmpXchg(const LLVMContext &Context, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SyncScope::ID SSID) writeAtomicCmpXchg() argument
[all...]
H A DInstructions.cpp1316 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, Instruction *InsertBef) LoadInst() argument
1328 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAE) LoadInst() argument
1387 StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, Instruction *InsertBefore) StoreInst() argument
1401 StoreInst(Value *val, Value *addr, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAtEnd) StoreInst() argument
1427 Init(Value *Ptr, Value *Cmp, Value *NewVal, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SyncScope::ID SSID) Init() argument
1460 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SyncScope::ID SSID, Instruction *InsertBefore) AtomicCmpXchgInst() argument
1472 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SyncScope::ID SSID, BasicBlock *InsertAtEnd) AtomicCmpXchgInst() argument
1488 Init(BinOp Operation, Value *Ptr, Value *Val, AtomicOrdering Ordering, SyncScope::ID SSID) Init() argument
1508 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, AtomicOrdering Ordering, SyncScope::ID SSID, Instruction *InsertBefore) AtomicRMWInst() argument
1519 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, AtomicOrdering Ordering, SyncScope::ID SSID, BasicBlock *InsertAtEnd) AtomicRMWInst() argument
1569 FenceInst(LLVMContext &C, AtomicOrdering Ordering, SyncScope::ID SSID, Instruction *InsertBefore) FenceInst() argument
1577 FenceInst(LLVMContext &C, AtomicOrdering Ordering, SyncScope::ID SSID, BasicBlock *InsertAtEnd) FenceInst() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h275 void setSyncScopeID(SyncScope::ID SSID) { in setSyncScopeID() argument
227 LoadInst(Value *Ptr, const Twine &NameStr, bool isVolatile, MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAtEnd) LoadInst() argument
323 SyncScope::ID SSID; global() member in llvm::LoadInst
406 setSyncScopeID(SyncScope::ID SSID) setSyncScopeID() argument
457 SyncScope::ID SSID; global() member in llvm::StoreInst
512 setSyncScopeID(SyncScope::ID SSID) setSyncScopeID() argument
534 SyncScope::ID SSID; global() member in llvm::FenceInst
632 setSyncScopeID(SyncScope::ID SSID) setSyncScopeID() argument
692 SyncScope::ID SSID; global() member in llvm::AtomicCmpXchgInst
826 setSyncScopeID(SyncScope::ID SSID) setSyncScopeID() argument
867 SyncScope::ID SSID; global() member in llvm::AtomicRMWInst
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp395 unsigned getEncodedSyncScopeID(SyncScope::ID SSID) { in getEncodedSyncScopeID() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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/Target/ARM/
H A DARMISelLowering.cpp3792 auto SSID = static_cast<SyncScope::ID>(SSIDNode->getZExtValue()); in LowerATOMIC_FENCE() local

Completed in 70 milliseconds