Searched defs:ReplVal (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 276 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 554 Value *ReplVal = OnlyStore->getOperand(0); rewriteSingleStoreAlloca() local 654 Value *ReplVal; promoteSingleBlockAlloca() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 2338 std::optional<Value *> ReplVal = getValueForCall(A, I, ICV); updateImpl() local 2427 std::optional<Value *> ReplVal; getReplacementValue() local 2522 std::optional<Value *> &ReplVal = ICVReplacementValuesMap[ICV]; updateImpl() local 2597 std::optional<Value *> ReplVal; global() member 2665 std::optional<Value *> &ReplVal = ICVReplacementValuesMap[ICV]; updateImpl() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1757 __anonb66eefd10a02(InsertPointTy AllocaIP, InsertPointTy CodeGenIP, llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) EmitOMPParallelDirective() argument 4159 __anonb66eefd14002(InsertPointTy AllocaIP, InsertPointTy CodeGenIP, llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) EmitOMPSectionsDirective() argument
|