Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp101 bool IsAStore = Desc.MayStore; in isReady() local
102 assert((IsALoad || IsAStore) && "Not a memory operation!"); in isReady()
104 assert((!IsAStore || StoreQueue.count(Index) == 1) && "Store not in queue!"); in isReady()
116 if (IsAStore && !StoreBarriers.empty()) { in isReady()
152 return !IsAStore; in isReady()
159 bool IsAStore = Desc.MayStore; in onInstructionExecuted() local
174 if (IsAStore) { in onInstructionExecuted()