Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp179 llvm::Value *getAtomicSizeValue() const { in getAtomicSizeValue() function in __anone1dfd2bb0111::AtomicInfo
1675 Args.add(RValue::get(getAtomicSizeValue()), CGF.getContext().getSizeType()); in EmitAtomicLoadLibcall()
1869 Args.add(RValue::get(getAtomicSizeValue()), CGF.getContext().getSizeType()); in EmitAtomicCompareExchangeLibcall()
2173 args.add(RValue::get(atomics.getAtomicSizeValue()), in EmitAtomicStore()