Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h70 bool isNormalMemory : 1; member
96 bool isNormalMemory = false, bool isMustAlias = false,
112 Contents.Order.isNormalMemory = isNormalMemory; in Dep()
127 return Contents.Order.isNormalMemory ==
128 Other.Contents.Order.isNormalMemory &&
176 bool isNormalMemory() const { in isNormalMemory() function
177 return getKind() == Order && Contents.Order.isNormalMemory; in isNormalMemory()
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h165 bool isNormalMemory() const { in isNormalMemory() function
179 return (isNormalMemory() || isBarrier()); in isNormalMemoryOrBarrier()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp45 if (!SU->Preds[i].isNormalMemory() && !SU->Preds[i].isBarrier()) in isLoadAfterStore()