Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h301 unsigned RCUTokenID; variable
320 : Desc(D), Stage(IS_INVALID), CyclesLeft(UNKNOWN_CYCLES), RCUTokenID(0), in Instruction()
330 unsigned getRCUTokenID() const { return RCUTokenID; } in getRCUTokenID()
346 void dispatch(unsigned RCUTokenID);
DInstruction.cpp112 RCUTokenID = RCUToken; in dispatch()