Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp111 Value *PointerOperand, Value *ValueOperand,
1696 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1816 if (ValueOperand) { in expandAtomicOpToLibcall()
1819 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
1822 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1871 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()