Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp205 unsigned GroupID = IR.getInstruction()->getLSUTokenID(); in onInstructionExecuted()
238 unsigned GroupID = IS.getLSUTokenID(); in onInstructionExecuted()
H A DScheduler.cpp88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h500 unsigned getLSUTokenID() const { return LSUTokenID; } in getLSUTokenID() function