Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h277 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isReady()
285 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isPending()
293 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in isWaiting()
299 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in hasDependentUsers()
329 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in onInstructionIssued()
/openbsd/src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp206 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in onInstructionExecuted()
239 unsigned GroupID = IS.getLSUTokenID(); in onInstructionExecuted()
DScheduler.cpp88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl()
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h656 unsigned getLSUTokenID() const { return LSUTokenID; } in getLSUTokenID() function