Home
last modified time | relevance | path

Searched defs:TokenID (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp48 unsigned TokenID = NextAvailableSlotIdx; in dispatch() local
88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp46 unsigned TokenID = NextAvailableSlotIdx; in dispatch() local
85 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/
H A DRetireStage.cpp53 unsigned TokenID = IS.getRCUTokenID(); in execute() local
/aosp_15_r20/external/clang/include/clang/Basic/
H A DIdentifierTable.h48 unsigned TokenID : 9; // Front-end token ID or tok::identifier. variable