Searched refs:ValueOperand (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 84 Value *PointerOperand, Value *ValueOperand, 1454 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument 1560 if (ValueOperand) { in expandAtomicOpToLibcall() 1563 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall() 1566 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall() 1571 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall() 1614 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 109 Value *PointerOperand, Value *ValueOperand, 1642 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument 1762 if (ValueOperand) { in expandAtomicOpToLibcall() 1765 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall() 1768 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall() 1773 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall() 1817 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 109 Value *PointerOperand, Value *ValueOperand, 1612 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument 1727 if (ValueOperand) { in expandAtomicOpToLibcall() 1730 Builder.CreateBitOrPointerCast(ValueOperand, SizedIntTy); in expandAtomicOpToLibcall() 1733 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall() 1738 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall() 1782 if (ValueOperand && !UseSizedLibcall) in expandAtomicOpToLibcall()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | BlockGenerators.cpp | 339 Value *ValueOperand = getNewValue(Stmt, Store->getValueOperand(), BBMap, in generateArrayStore() local 344 ": ", ValueOperand, "\n"); in generateArrayStore() 346 Builder.CreateAlignedStore(ValueOperand, NewPointer, Store->getAlign()); in generateArrayStore()
|