Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp114 Value *PointerOperand, Value *ValueOperand,
1705 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1834 if (ValueOperand) { in expandAtomicOpToLibcall()
1837 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall()
1840 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()
1845 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1889 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1859 Value *ValueOperand = SI->getValueOperand(); in replaceArgumentUses() local
1870 if (!isa<PHINode>(ValueOperand) || in replaceArgumentUses()
1871 Region.Candidate->getGVN(ValueOperand).has_value()) { in replaceArgumentUses()
1875 Region.findCorrespondingValueIn(*Group.Regions[0], ValueOperand); in replaceArgumentUses()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp339 Value *ValueOperand = getNewValue(Stmt, Store->getValueOperand(), BBMap, in generateArrayStore() local
344 ": ", ValueOperand, "\n"); in generateArrayStore()
346 Builder.CreateAlignedStore(ValueOperand, NewPointer, Store->getAlign()); in generateArrayStore()