Searched refs:ExpectedAddr (Results 1 – 2 of 2) sorted by relevance
269 llvm::Value *ExpectedAddr, llvm::Value *DesiredAddr,1700 AtomicInfo::EmitAtomicCompareExchangeLibcall(llvm::Value *ExpectedAddr, in EmitAtomicCompareExchangeLibcall() argument1709 Args.add(RValue::get(ExpectedAddr), CGF.getContext().VoidPtrTy); in EmitAtomicCompareExchangeLibcall()1729 Address ExpectedAddr = materializeRValue(Expected); in EmitAtomicCompareExchange() local1730 llvm::Value *ExpectedPtr = ExpectedAddr.emitRawPointer(CGF); in EmitAtomicCompareExchange()1735 convertAtomicTempToRValue(ExpectedAddr, AggValueSlot::ignored(), in EmitAtomicCompareExchange()1813 Address ExpectedAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local1815 EmitAtomicLoadLibcall(ExpectedAddr.emitRawPointer(CGF), AO, IsVolatile); in EmitAtomicUpdateLibcall()1822 auto *OldVal = CGF.Builder.CreateLoad(ExpectedAddr); in EmitAtomicUpdateLibcall()1825 auto OldRVal = convertAtomicTempToRValue(ExpectedAddr, in EmitAtomicUpdateLibcall()[all …]
228 ArrayRef<uint8_t> getMemtagGlobalsSectionContents(uint64_t ExpectedAddr);6359 ELFDumper<ELFT>::getMemtagGlobalsSectionContents(uint64_t ExpectedAddr) { in getMemtagGlobalsSectionContents() argument6363 if (Sec.sh_addr != ExpectedAddr) { in getMemtagGlobalsSectionContents()6368 Twine::utohexstr(ExpectedAddr)); in getMemtagGlobalsSectionContents()