Home
last modified time | relevance | path

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/
DPromoteMemoryToRegister.cpp391 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/
DAMDGPURewriteOutArguments.cpp325 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/
DOMPIRBuilder.h110 Value *&ReplVal)>;