Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h168 bool isNormalMemory() const { in isNormalMemory() function
180 return (isNormalMemory() || isBarrier()); in isNormalMemoryOrBarrier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp43 if (!SU->Preds[i].isNormalMemory() && !SU->Preds[i].isBarrier()) in isLoadAfterStore()