Searched defs:syncscope (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 888 build(OpBuilder & builder,OperationState & state,Type type,Value addr,unsigned alignment,bool isVolatile,bool isNonTemporal,bool isInvariant,AtomicOrdering ordering,StringRef syncscope) build() argument 927 build(OpBuilder & builder,OperationState & state,Value value,Value addr,unsigned alignment,bool isVolatile,bool isNonTemporal,AtomicOrdering ordering,StringRef syncscope) build() argument 2709 build(OpBuilder & builder,OperationState & state,AtomicBinOp binOp,Value ptr,Value val,AtomicOrdering ordering,StringRef syncscope,unsigned alignment,bool isVolatile) build() argument 2758 build(OpBuilder & builder,OperationState & state,Value ptr,Value cmp,Value val,AtomicOrdering successOrdering,AtomicOrdering failureOrdering,StringRef syncscope,unsigned alignment,bool isWeak,bool isVolatile) build() argument 2790 build(OpBuilder & builder,OperationState & state,AtomicOrdering ordering,StringRef syncscope) build() argument [all...] |
/llvm-project/llvm/docs/ |
H A D | LangRef.rst | 3559 .. _syncscope: global() target [all...] |