Home
last modified time | relevance | path

Searched defs:StartCycle (Results 1 – 9 of 9) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrItineraries.h157 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/MC/
DMCInstrItineraries.h157 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrItineraries.h157 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrItineraries.h157 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DInstruction.h396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DInstruction.h396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DInstruction.h396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/MCA/
DInstruction.h396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go1398 func (c *GCController) StartCycle(stackSize, globalsSize uint64, scannableFrac float64, gomaxprocs … func