Searched refs:ReplVal (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | PromoteMemoryToRegister.cpp | 577 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local 583 isa<Instruction>(ReplVal) || !isGuaranteedNotToBePoison(ReplVal); in rewriteSingleStoreAlloca() 625 if (ReplVal == LI) in rewriteSingleStoreAlloca() 626 ReplVal = PoisonValue::get(LI->getType()); in rewriteSingleStoreAlloca() 628 convertMetadataToAssumes(LI, ReplVal, DL, AC, &DT); in rewriteSingleStoreAlloca() 629 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca() 726 Value *ReplVal; in promoteSingleBlockAlloca() local 730 ReplVal = UndefValue::get(LI->getType()); in promoteSingleBlockAlloca() 738 ReplVal = std::prev(I)->second->getOperand(0); in promoteSingleBlockAlloca() 741 convertMetadataToAssumes(LI, ReplVal, DL, AC, &DT); in promoteSingleBlockAlloca() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 1821 Value *ReplVal = nullptr) { in deduplicateRuntimeCalls() 1823 if (!UV || UV->size() + (ReplVal != nullptr) < 2) in deduplicateRuntimeCalls() 1828 << (ReplVal ? " with an existing value\n" : "\n") << "\n"); in deduplicateRuntimeCalls() 1830 assert((!ReplVal || (isa<Argument>(ReplVal) && in deduplicateRuntimeCalls() 1831 cast<Argument>(ReplVal)->getParent() == &F)) && in deduplicateRuntimeCalls() 1847 if (!ReplVal) { in deduplicateRuntimeCalls() 1861 if (!ReplVal) in deduplicateRuntimeCalls() 1862 ReplVal = CI; in deduplicateRuntimeCalls() 1865 if (!ReplVal) in deduplicateRuntimeCalls() 1868 cast<Instruction>(ReplVal)->moveBefore(IP->getIterator()); in deduplicateRuntimeCalls() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 274 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local 286 ValVec.emplace_back(OutArg, ReplVal); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 657 Value &Inner, Value *&ReplVal)>;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1827 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPParallelDirective() argument 1830 ReplVal = &Val; in EmitOMPParallelDirective() 4387 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective() argument 4390 ReplVal = &Val; in EmitOMPSectionsDirective()
|