Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp398 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
401 if (ReplVal == LI) in rewriteSingleStoreAlloca()
402 ReplVal = PoisonValue::get(LI->getType()); in rewriteSingleStoreAlloca()
408 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT)) in rewriteSingleStoreAlloca()
411 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca()
503 Value *ReplVal = std::prev(I)->second->getOperand(0); in promoteSingleBlockAlloca() local
505 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT)) in promoteSingleBlockAlloca()
510 if (ReplVal == LI) in promoteSingleBlockAlloca()
511 ReplVal = PoisonValue::get(LI->getType()); in promoteSingleBlockAlloca()
513 LI->replaceAllUsesWith(ReplVal); in promoteSingleBlockAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1560 assert((!ReplVal || (isa<Argument>(ReplVal) && in deduplicateRuntimeCalls()
1577 if (!ReplVal) { in deduplicateRuntimeCalls()
1604 ReplVal = CI; in deduplicateRuntimeCalls()
1607 if (!ReplVal) in deduplicateRuntimeCalls()
2237 return ReplVal; in getReplacementValue()
2245 return ReplVal; in getReplacementValue()
2345 if (!ReplVal.hasValue() || !ReplVal.getValue()) in manifest()
2361 Optional<Value *> ReplVal; member
2377 ReplVal = NewReplVal; in updateImpl()
2385 return ReplVal; in getUniqueReplacementValue()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp306 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local
321 ValVec.emplace_back(OutArg, ReplVal); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h146 Value &Inner, Value *&ReplVal)>;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1727 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPParallelDirective() argument
1730 ReplVal = &Val; in EmitOMPParallelDirective()
3863 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective() argument
3866 ReplVal = &Val; in EmitOMPSectionsDirective()