Home
last modified time | relevance | path

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

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