Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp164 return castToAtomicIntPointer(getAtomicAddress()); in getAtomicAddressAsAtomicIntPointer()
186 Address castToAtomicIntPointer(Address Addr) const;
1008 Ptr = Atomics.castToAtomicIntPointer(Ptr); in EmitAtomicExpr()
1016 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr()
1022 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr()
1352 Address AtomicInfo::castToAtomicIntPointer(Address addr) const { in castToAtomicIntPointer() function in AtomicInfo
1368 return castToAtomicIntPointer(Addr); in convertToAtomicIntPointer()
1454 Address CastTemp = castToAtomicIntPointer(Temp); in ConvertToValueOrAtomic()
1478 Addr = castToAtomicIntPointer(Addr); in EmitAtomicLoadOp()
1634 Addr = castToAtomicIntPointer(Addr); in convertRValueToInt()
[all …]