Home
last modified time | relevance | path

Searched defs:FailureOrder (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp379 emitAtomicCmpXchg(CodeGenFunction & CGF,AtomicExpr * E,bool IsWeak,Address Dest,Address Ptr,Address Val1,Address Val2,uint64_t Size,llvm::AtomicOrdering SuccessOrder,llvm::AtomicOrdering FailureOrder,llvm::SyncScope::ID Scope) emitAtomicCmpXchg() argument
430 llvm::AtomicOrdering FailureOrder; emitAtomicCmpXchgFailureSet() local
524 EmitAtomicOp(CodeGenFunction & CGF,AtomicExpr * E,Address Dest,Address Ptr,Address Val1,Address Val2,llvm::Value * IsWeak,llvm::Value * FailureOrder,uint64_t Size,llvm::AtomicOrdering Order,llvm::SyncScope::ID Scope) EmitAtomicOp() argument
758 EmitAtomicOp(CodeGenFunction & CGF,AtomicExpr * Expr,Address Dest,Address Ptr,Address Val1,Address Val2,llvm::Value * IsWeak,llvm::Value * FailureOrder,uint64_t Size,llvm::AtomicOrdering Order,llvm::Value * Scope) EmitAtomicOp() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1206 AtomicOrdering FailureOrder = CI->getFailureOrdering(); expandAtomicCmpXchg() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3382 AtomicOrdering Order, FailureOrder; parseMachineMemoryOperand() local