Home
last modified time | relevance | path

Searched refs:DepSI (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp850 StoreInst *DepSI, in AnalyzeLoadFromClobberingStore() argument
853 if (DepSI->getValueOperand()->getType()->isStructTy() || in AnalyzeLoadFromClobberingStore()
854 DepSI->getValueOperand()->getType()->isArrayTy()) in AnalyzeLoadFromClobberingStore()
857 Value *StorePtr = DepSI->getPointerOperand(); in AnalyzeLoadFromClobberingStore()
858 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in AnalyzeLoadFromClobberingStore()
1318 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) { in processNonLocalLoad() local
1321 DepSI, *TD); in processNonLocalLoad()
1324 DepSI->getValueOperand(), in processNonLocalLoad()
1704 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) { in processLoad() local
1707 DepSI, *TD); in processLoad()
[all …]
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp886 StoreInst *DepSI) { in AnalyzeLoadFromClobberingStore() argument
888 if (DepSI->getValueOperand()->getType()->isStructTy() || in AnalyzeLoadFromClobberingStore()
889 DepSI->getValueOperand()->getType()->isArrayTy()) in AnalyzeLoadFromClobberingStore()
892 const DataLayout &DL = DepSI->getModule()->getDataLayout(); in AnalyzeLoadFromClobberingStore()
893 Value *StorePtr = DepSI->getPointerOperand(); in AnalyzeLoadFromClobberingStore()
894 uint64_t StoreSize =DL.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in AnalyzeLoadFromClobberingStore()
1234 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) { in AnalyzeLoadAvailability() local
1236 if (Address && LI->isAtomic() <= DepSI->isAtomic()) { in AnalyzeLoadAvailability()
1238 AnalyzeLoadFromClobberingStore(LI->getType(), Address, DepSI); in AnalyzeLoadAvailability()
1240 Res = AvailableValue::get(DepSI->getValueOperand(), Offset); in AnalyzeLoadAvailability()