Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp100 bool IsALoad = Desc.MayLoad; in isReady() local
102 assert((IsALoad || IsAStore) && "Not a memory operation!"); in isReady()
103 assert((!IsALoad || LoadQueue.count(Index) == 1) && "Load not in queue!"); in isReady()
106 if (IsALoad && !LoadBarriers.empty()) { in isReady()
128 if (NoAlias && IsALoad) in isReady()
158 bool IsALoad = Desc.MayLoad; in onInstructionExecuted() local
161 if (IsALoad) { in onInstructionExecuted()