Searched refs:RCUTokenID (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp127 unsigned RCUTokenID = RCU.dispatch(IR); local
129 IS.dispatch(RCUTokenID);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h464 unsigned RCUTokenID; member in class:llvm::Instruction
494 RCUTokenID(0), LSUTokenID(0), UsedBuffers(D.UsedBuffers),
498 unsigned getRCUTokenID() const { return RCUTokenID; }
511 void dispatch(unsigned RCUTokenID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp161 RCUTokenID = RCUToken;

Completed in 50 milliseconds