Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp164 return castToAtomicIntPointer(getAtomicAddress()); in getAtomicAddressAsAtomicIntPointer()
186 Address castToAtomicIntPointer(Address Addr) const;
1033 Ptr = Atomics.castToAtomicIntPointer(Ptr); in EmitAtomicExpr()
1041 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr()
1047 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr()
1576 Address AtomicInfo::castToAtomicIntPointer(Address addr) const { in castToAtomicIntPointer() function in AtomicInfo
1592 return castToAtomicIntPointer(Addr); in convertToAtomicIntPointer()
1664 Address CastTemp = castToAtomicIntPointer(Temp); in ConvertIntToValueOrAtomic()
1840 Addr = castToAtomicIntPointer(Addr); in convertRValueToInt()
2014 Address NewAtomicIntAddr = castToAtomicIntPointer(NewAtomicAddr); in EmitAtomicUpdateOp()
[all …]