Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h465 unsigned RCUTokenID; variable
495 RCUTokenID(0), LSUTokenID(0), UsedBuffers(D.UsedBuffers), in Instruction()
499 unsigned getRCUTokenID() const { return RCUTokenID; } in getRCUTokenID()
512 void dispatch(unsigned RCUTokenID);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp124 unsigned RCUTokenID = RCU.dispatch(IR); in dispatch() local
126 IS.dispatch(RCUTokenID); in dispatch()
H A DInOrderIssueStage.cpp234 unsigned RCUTokenID = RetireControlUnit::UnhandledTokenID; in tryIssue() local
235 IS.dispatch(RCUTokenID); in tryIssue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstruction.cpp154 RCUTokenID = RCUToken; in dispatch()