Home
last modified time | relevance | path

Searched defs:CyclesLeft (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h104 int CyclesLeft; variable
195 unsigned CyclesLeft = getDependentWriteCyclesLeft(); in isReady() local
241 int CyclesLeft; variable
461 int CyclesLeft; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/Stages/
DInOrderIssueStage.h38 unsigned CyclesLeft; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
DInstruction.h202 int CyclesLeft; variable
294 unsigned CyclesLeft = getDependentWriteCyclesLeft(); in isReady() local
340 int CyclesLeft; variable
616 int CyclesLeft; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/
DRegisterFile.h241 int CyclesLeft; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCA/
DAMDGPUCustomBehaviour.cpp127 const int CyclesLeft = PrevInst.getCyclesLeft(); in handleWaitCnt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp593 int CyclesLeft = WS->getCyclesLeft() - ReadAdvance; in checkRAWHazards() local
607 int CyclesLeft = NegReadAdvance - Elapsed; in checkRAWHazards() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/
DInOrderIssueStage.cpp91 int CyclesLeft = WS.getCyclesLeft(); in findFirstWriteBackCycle() local