Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp554 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
557 if (ReplVal == LI) in rewriteSingleStoreAlloca()
558 ReplVal = PoisonValue::get(LI->getType()); in rewriteSingleStoreAlloca()
560 convertMetadataToAssumes(LI, ReplVal, DL, AC, &DT); in rewriteSingleStoreAlloca()
561 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca()
654 Value *ReplVal; in promoteSingleBlockAlloca() local
658 ReplVal = UndefValue::get(LI->getType()); in promoteSingleBlockAlloca()
666 ReplVal = std::prev(I)->second->getOperand(0); in promoteSingleBlockAlloca()
673 if (ReplVal == LI) in promoteSingleBlockAlloca()
674 ReplVal = PoisonValue::get(LI->getType()); in promoteSingleBlockAlloca()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1828 assert((!ReplVal || (isa<Argument>(ReplVal) && in deduplicateRuntimeCalls()
1845 if (!ReplVal) { in deduplicateRuntimeCalls()
1859 if (!ReplVal) in deduplicateRuntimeCalls()
1860 ReplVal = CI; in deduplicateRuntimeCalls()
1863 if (!ReplVal) in deduplicateRuntimeCalls()
2339 if (ReplVal && ValuesMap.insert(std::make_pair(&I, *ReplVal)).second) in updateImpl()
2460 if (!ReplVal) { in getReplacementValue()
2473 return ReplVal; in getReplacementValue()
2481 return ReplVal; in getReplacementValue()
2579 if (!ReplVal || !*ReplVal) in manifest()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp276 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local
291 ValVec.emplace_back(OutArg, ReplVal); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h578 Value &Inner, Value *&ReplVal)>;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1757 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPParallelDirective() argument
1760 ReplVal = &Val; in EmitOMPParallelDirective()
4159 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective() argument
4162 ReplVal = &Val; in EmitOMPSectionsDirective()