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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 182 StoreInst *Store0) {
183 LLVM_DEBUG(dbgs() << "can Sink? : "; Store0->dump(); dbgs() << "\n");
184 BasicBlock *BB0 = Store0->getParent();
190 MemoryLocation Loc0 = MemoryLocation::get(Store0);
192 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
194 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h 86 Store0 = 2,
fetch_jit.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 379 StoreInst *Store0) {
380 DEBUG(dbgs() << "can Sink? : "; Store0->dump(); dbgs() << "\n");
381 BasicBlock *BB0 = Store0->getParent();
387 MemoryLocation Loc0 = MemoryLocation::get(Store0);
389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) &&
391 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) {
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 520 : ComponentControl::Store0;
524 : ComponentControl::Store0;
528 : ComponentControl::Store0;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp     [all...]

Completed in 69 milliseconds