Searched refs:ReplVal (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 391 Value *ReplVal = OnlyStore->getOperand(0); in rewriteSingleStoreAlloca() local 394 if (ReplVal == LI) in rewriteSingleStoreAlloca() 395 ReplVal = UndefValue::get(LI->getType()); in rewriteSingleStoreAlloca() 401 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT)) in rewriteSingleStoreAlloca() 404 LI->replaceAllUsesWith(ReplVal); in rewriteSingleStoreAlloca() 492 Value *ReplVal = std::prev(I)->second->getOperand(0); in promoteSingleBlockAlloca() local 494 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT)) in promoteSingleBlockAlloca() 499 if (ReplVal == LI) in promoteSingleBlockAlloca() 500 ReplVal = UndefValue::get(LI->getType()); in promoteSingleBlockAlloca() 502 LI->replaceAllUsesWith(ReplVal); in promoteSingleBlockAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 325 Value *ReplVal = Store.second->getValueOperand(); in runOnFunction() local 339 ValVec.emplace_back(OutArg, ReplVal); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 110 Value *&ReplVal)>;
|