Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp216 bool IsALoad = IS.getMayLoad(); in onInstructionRetired() local
218 assert((IsALoad || IsAStore) && "Expected a memory operation!"); in onInstructionRetired()
220 if (IsALoad) { in onInstructionRetired()