Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp325 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp325 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp391 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
492 Value *ReplVal = std::prev(I)->second->getOperand(0); in promoteSingleBlockAlloca() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp402 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
507 Value *ReplVal = std::prev(I)->second->getOperand(0); in promoteSingleBlockAlloca() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp1743 Optional<Value *> ReplVal = getValueForCall(A, &I, ICV); in updateImpl() local
1825 Optional<Value *> ReplVal; in getReplacementValue() local
1920 Optional<Value *> &ReplVal = ICVReplacementValuesMap[ICV]; in updateImpl() local
1993 Optional<Value *> ReplVal; member
2060 Optional<Value *> &ReplVal = ICVReplacementValuesMap[ICV]; in updateImpl() local
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp385 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1696 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPParallelDirective()