Searched refs:DesiredAddr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 270 llvm::Value *ExpectedAddr, llvm::Value *DesiredAddr, 1657 llvm::Value *DesiredAddr, in EmitAtomicCompareExchangeLibcall() argument 1666 Args.add(RValue::get(DesiredAddr), CGF.getContext().VoidPtrTy); in EmitAtomicCompareExchangeLibcall() 1712 Address DesiredAddr) { in EmitAtomicUpdateValue() argument 1718 DesiredLVal = CGF.MakeAddrLValue(DesiredAddr, AtomicLVal.getType()); in EmitAtomicUpdateValue() 1730 LValue::MakeBitfield(DesiredAddr, AtomicLVal.getBitFieldInfo(), in EmitAtomicUpdateValue() 1739 DesiredAddr, AtomicLVal.getVectorIdx(), AtomicLVal.getType(), in EmitAtomicUpdateValue() 1748 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue() 1775 Address DesiredAddr = CreateTempAlloca(); in EmitAtomicUpdateLibcall() local 1779 CGF.Builder.CreateStore(OldVal, DesiredAddr); in EmitAtomicUpdateLibcall() [all …]
|