Searched refs:ExpectedAddr (Results 1 – 2 of 2) sorted by relevance
270 llvm::Value *ExpectedAddr, llvm::Value *DesiredAddr,1656 AtomicInfo::EmitAtomicCompareExchangeLibcall(llvm::Value *ExpectedAddr, in EmitAtomicCompareExchangeLibcall() argument1665 Args.add(RValue::get(ExpectedAddr), CGF.getContext().VoidPtrTy); in EmitAtomicCompareExchangeLibcall()1685 Address ExpectedAddr = materializeRValue(Expected); in EmitAtomicCompareExchange() local1686 llvm::Value *ExpectedPtr = ExpectedAddr.emitRawPointer(CGF); in EmitAtomicCompareExchange()1691 convertAtomicTempToRValue(ExpectedAddr, AggValueSlot::ignored(), in EmitAtomicCompareExchange()1769 Address ExpectedAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local1771 EmitAtomicLoadLibcall(ExpectedAddr.emitRawPointer(CGF), AO, IsVolatile); in EmitAtomicUpdateLibcall()1778 auto *OldVal = CGF.Builder.CreateLoad(ExpectedAddr); in EmitAtomicUpdateLibcall()1781 auto OldRVal = convertAtomicTempToRValue(ExpectedAddr, in EmitAtomicUpdateLibcall()[all …]
227 ArrayRef<uint8_t> getMemtagGlobalsSectionContents(uint64_t ExpectedAddr);6257 ELFDumper<ELFT>::getMemtagGlobalsSectionContents(uint64_t ExpectedAddr) { in getMemtagGlobalsSectionContents() argument6261 if (Sec.sh_addr != ExpectedAddr) { in getMemtagGlobalsSectionContents()6266 Twine::utohexstr(ExpectedAddr)); in getMemtagGlobalsSectionContents()