Searched refs:ExpectedAddr (Results 1 – 2 of 2) sorted by relevance
267 llvm::Value *ExpectedAddr, llvm::Value *DesiredAddr,1871 Args.add(RValue::get(ExpectedAddr), CGF.getContext().VoidPtrTy); in EmitAtomicCompareExchangeLibcall()1891 Address ExpectedAddr = materializeRValue(Expected); in EmitAtomicCompareExchange() local1974 Address ExpectedAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local1976 EmitAtomicLoadLibcall(ExpectedAddr.getPointer(), AO, IsVolatile); in EmitAtomicUpdateLibcall()1983 auto *OldVal = CGF.Builder.CreateLoad(ExpectedAddr); in EmitAtomicUpdateLibcall()1986 auto OldRVal = convertAtomicTempToRValue(ExpectedAddr, in EmitAtomicUpdateLibcall()1991 EmitAtomicCompareExchangeLibcall(ExpectedAddr.getPointer(), in EmitAtomicUpdateLibcall()2060 Address ExpectedAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local2069 auto *OldVal = CGF.Builder.CreateLoad(ExpectedAddr); in EmitAtomicUpdateLibcall()[all …]
224 ArrayRef<uint8_t> getMemtagGlobalsSectionContents(uint64_t ExpectedAddr);6115 ELFDumper<ELFT>::getMemtagGlobalsSectionContents(uint64_t ExpectedAddr) { in getMemtagGlobalsSectionContents() argument6119 if (Sec.sh_addr != ExpectedAddr) { in getMemtagGlobalsSectionContents()6124 Twine::utohexstr(ExpectedAddr)); in getMemtagGlobalsSectionContents()