Home
last modified time | relevance | path

Searched refs:getLSUTokenID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h274 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isReady()
282 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isPending()
290 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isWaiting()
296 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in hasDependentUsers()
326 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in onInstructionIssued()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp206 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in onInstructionExecuted()
239 unsigned GroupID = IS.getLSUTokenID(); in onInstructionExecuted()
H A DScheduler.cpp88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h656 unsigned getLSUTokenID() const { return LSUTokenID; } in getLSUTokenID() function