Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp109 Value *PointerOperand, Value *ValueOperand,
1833 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1953 if (ValueOperand) { in expandAtomicOpToLibcall()
1956 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
1959 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1962 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
2003 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1868 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local
1879 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()
1880 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()
1884 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()