Home
last modified time | relevance | path

Searched refs:getAtomicSizeValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Atomic/
H A DAtomic.h67 Value *getAtomicSizeValue() const { in getAtomicSizeValue() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp73 getAtomicSizeValue(), in EmitAtomicCompareExchangeLibcall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp178 llvm::Value *getAtomicSizeValue() const { in getAtomicSizeValue() function in __anon5e56f1450111::AtomicInfo
1508 Args.add(RValue::get(getAtomicSizeValue()), CGF.getContext().getSizeType()); in EmitAtomicLoadLibcall()
1707 Args.add(RValue::get(getAtomicSizeValue()), CGF.getContext().getSizeType()); in EmitAtomicCompareExchangeLibcall()
2017 args.add(RValue::get(atomics.getAtomicSizeValue()), in EmitAtomicStore()