Home
last modified time | relevance | path

Searched defs:Executed (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp218 void Scheduler::updateIssuedSet(SmallVectorImpl<InstRef> &Executed) { in updateIssuedSet()
265 SmallVectorImpl<InstRef> &Executed, in cycleEvent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DRetireControlUnit.h54 bool Executed; // True if the instruction is past the WB stage. member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp95 SmallVector<InstRef, 4> Executed; in cycleStart() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DHWEventListener.h45 Executed, enumerator
/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h97 size_t Executed; member
/external/clang/lib/CodeGen/
DCGStmt.cpp587 const Stmt *Executed = S.getThen(); in EmitIfStmt() local