Home
last modified time | relevance | path

Searched refs:ReplVal (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp485 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
488 if (ReplVal == LI) in rewriteSingleStoreAlloca()
489 ReplVal = PoisonValue::get(LI->getType()); in rewriteSingleStoreAlloca()
491 convertMetadataToAssumes(LI, ReplVal, DL, AC, &DT); in rewriteSingleStoreAlloca()
492 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca()
579 Value *ReplVal; in promoteSingleBlockAlloca() local
583 ReplVal = UndefValue::get(LI->getType()); in promoteSingleBlockAlloca()
591 ReplVal = std::prev(I)->second->getOperand(0); in promoteSingleBlockAlloca()
594 convertMetadataToAssumes(LI, ReplVal, DL, AC, &DT); in promoteSingleBlockAlloca()
598 if (ReplVal == LI) in promoteSingleBlockAlloca()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1681 Value *ReplVal = nullptr) { in deduplicateRuntimeCalls()
1683 if (!UV || UV->size() + (ReplVal != nullptr) < 2) in deduplicateRuntimeCalls()
1688 << (ReplVal ? " with an existing value\n" : "\n") << "\n"); in deduplicateRuntimeCalls()
1690 assert((!ReplVal || (isa<Argument>(ReplVal) && in deduplicateRuntimeCalls()
1691 cast<Argument>(ReplVal)->getParent() == &F)) && in deduplicateRuntimeCalls()
1707 if (!ReplVal) { in deduplicateRuntimeCalls()
1734 ReplVal = CI; in deduplicateRuntimeCalls()
1737 if (!ReplVal) in deduplicateRuntimeCalls()
1744 if (CallBase *CI = dyn_cast<CallBase>(ReplVal)) { in deduplicateRuntimeCalls()
1756 if (!CI || CI == ReplVal || &F != &Caller) in deduplicateRuntimeCalls()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp276 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local
291 ValVec.emplace_back(OutArg, ReplVal); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h301 Value &Inner, Value *&ReplVal)>;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1762 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPParallelDirective() argument
1765 ReplVal = &Val; in EmitOMPParallelDirective()
4159 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective() argument
4162 ReplVal = &Val; in EmitOMPSectionsDirective()