Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp306 IS.setLSUTokenID(LSU.dispatch(IR)); in dispatch()
/openbsd/gnu/llvm/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp201 IS.setLSUTokenID(LSU.dispatch(IR)); in execute()
/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h657 void setLSUTokenID(unsigned LSUTok) { LSUTokenID = LSUTok; } in setLSUTokenID() function