Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp306 IS.setLSUTokenID(LSU.dispatch(IR)); in dispatch()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h624 void setLSUTokenID(unsigned LSUTok) { LSUTokenID = LSUTok; } in setLSUTokenID() function