Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MCA/Stages/
DDispatchStage.cpp165 if (Inst.getBeginGroup() && AvailableEntries != DispatchWidth) in isAvailable()
DInOrderIssueStage.cpp73 if (Inst.getBeginGroup() && NumIssued != 0) in isAvailable()
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h591 bool getBeginGroup() const { return BeginGroup; } in getBeginGroup() function