Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp73 assert((IS.getMayLoad() || IS.getMayStore()) && "Not a memory operation!"); in dispatch()
77 if (IS.getMayStore()) in dispatch()
80 if (IS.getMayStore()) { in dispatch()
200 if (IS.getMayStore() && isSQFull()) in isAvailable()
217 bool IsAStore = IS.getMayStore(); in onInstructionRetired()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DSchedulerStatistics.cpp56 if (SQResourceID && Inst.getMayStore() && in onEvent()
67 if (SQResourceID && Inst.getMayStore()) { in onEvent()
/openbsd/src/gnu/llvm/llvm/lib/MCA/Stages/
DExecuteStage.cpp168 assert(!Inst.getMayLoad() && !Inst.getMayStore() && in verifyInstructionEliminated()
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h589 bool getMayStore() const { return MayStore; } in getMayStore() function