HomeSort by relevance Sort by last modified time
    Searched refs:ReplVal (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 405 Value *ReplVal = OnlyStore->getOperand(0);
408 if (ReplVal == LI)
409 ReplVal = UndefValue::get(LI->getType());
415 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT))
418 LI->replaceAllUsesWith(ReplVal);
509 Value *ReplVal = std::prev(I)->second->getOperand(0);
511 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT))
516 if (ReplVal == LI)
517 ReplVal = UndefValue::get(LI->getType());
519 LI->replaceAllUsesWith(ReplVal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 325 Value *ReplVal = Store.second->getValueOperand();
339 ValVec.emplace_back(OutArg, ReplVal);
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 385 Value *ReplVal = OnlyStore->getOperand(0);
388 if (ReplVal == LI)
389 ReplVal = UndefValue::get(LI->getType());
390 LI->replaceAllUsesWith(ReplVal);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]

Completed in 649 milliseconds