Home
last modified time | relevance | path

Searched refs:ExpectedAddr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp267 llvm::Value *ExpectedAddr, llvm::Value *DesiredAddr,
1871 Args.add(RValue::get(ExpectedAddr), CGF.getContext().VoidPtrTy); in EmitAtomicCompareExchangeLibcall()
1891 Address ExpectedAddr = materializeRValue(Expected); in EmitAtomicCompareExchange() local
1974 Address ExpectedAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local
1976 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() local
2069 auto *OldVal = CGF.Builder.CreateLoad(ExpectedAddr); in EmitAtomicUpdateLibcall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp224 ArrayRef<uint8_t> getMemtagGlobalsSectionContents(uint64_t ExpectedAddr);
6115 ELFDumper<ELFT>::getMemtagGlobalsSectionContents(uint64_t ExpectedAddr) { in getMemtagGlobalsSectionContents() argument
6119 if (Sec.sh_addr != ExpectedAddr) { in getMemtagGlobalsSectionContents()
6124 Twine::utohexstr(ExpectedAddr)); in getMemtagGlobalsSectionContents()