Lines Matching refs:castToAtomicIntPointer
164 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()
2096 Address NewAtomicIntAddr = castToAtomicIntPointer(NewAtomicAddr); in EmitAtomicUpdateOp()
2188 Address addr = atomics.castToAtomicIntPointer(atomics.getAtomicAddress()); in EmitAtomicStore()