Searched refs:castToAtomicIntPointer (Results 1 – 2 of 2) sorted by relevance
82 Value *castToAtomicIntPointer(Value *addr) const { in castToAtomicIntPointer() function87 return castToAtomicIntPointer(getAtomicPointer()); in getAtomicAddressAsAtomicIntPointer()
163 return castToAtomicIntPointer(getAtomicAddress()); in getAtomicAddressAsAtomicIntPointer()185 Address castToAtomicIntPointer(Address Addr) const;1049 Ptr = Atomics.castToAtomicIntPointer(Ptr); in EmitAtomicExpr()1057 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr()1063 Dest = Atomics.castToAtomicIntPointer(Dest); in EmitAtomicExpr()1396 Address AtomicInfo::castToAtomicIntPointer(Address addr) const { in castToAtomicIntPointer() function in AtomicInfo1412 return castToAtomicIntPointer(Addr); in convertToAtomicIntPointer()1498 Address CastTemp = castToAtomicIntPointer(Temp); in ConvertToValueOrAtomic()1522 Addr = castToAtomicIntPointer(Addr); in EmitAtomicLoadOp()1678 Addr = castToAtomicIntPointer(Addr); in convertRValueToInt()[all …]