Home
last modified time | relevance | path

Searched defs:ReplVal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp274 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp577 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
726 Value *ReplVal; in promoteSingleBlockAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2339 std::optional<Value *> ReplVal = getValueForCall(A, I, ICV); in updateImpl() local
2429 std::optional<Value *> ReplVal; in getReplacementValue() local
2524 std::optional<Value *> &ReplVal = ICVReplacementValuesMap[ICV]; in updateImpl() local
2599 std::optional<Value *> ReplVal; member
2667 std::optional<Value *> &ReplVal = ICVReplacementValuesMap[ICV]; in updateImpl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1827 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPParallelDirective()
4387 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective()