Searched defs:ordering (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/include/flang/Evaluate/ |
H A D | common.h | 72 Reverse(Ordering ordering) Reverse() argument 82 RelationFromOrdering(Ordering ordering) RelationFromOrdering() argument
|
/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 926 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 2790 build(OpBuilder & builder,OperationState & state,AtomicOrdering ordering,StringRef syncscope) build() argument [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 1268 int ordering; global() member
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 4220 LLVMBuildAtomicRMW(LLVMBuilderRef B,LLVMAtomicRMWBinOp op,LLVMValueRef PTR,LLVMValueRef Val,LLVMAtomicOrdering ordering,LLVMBool singleThread) LLVMBuildAtomicRMW() argument
|
/llvm-project/llvm/docs/ |
H A D | LangRef.rst | 3485 .. _ordering: global() target [all...] |