Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp118 Value *PointerOperand, Value *ValueOperand,
1901 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
2021 if (ValueOperand) { in expandAtomicOpToLibcall()
2024 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
2027 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
2030 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
2071 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1850 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local
1861 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()
1862 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()
1866 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()