Searched defs:Cycle (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ModuloSchedule.h | 89 DenseMap<MachineInstr *, int> Cycle; variable 107 DenseMap<MachineInstr *, int> Cycle, in ModuloSchedule()
|
H A D | MachineTraceMetrics.h | 77 unsigned Cycle = 0; member
|
H A D | ScheduleDAG.h | 546 void setCurCycle(unsigned Cycle) { in setCurCycle()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTImporter.h | 197 using Cycle = llvm::iterator_range<VecTy::const_reverse_iterator>; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 792 unsigned Cycle = 0; in updateDepth() local 1098 unsigned Cycle = 0; in computeInstrHeights() local
|
H A D | ModuloSchedule.cpp | 2139 static void parseSymbolString(StringRef S, int &Cycle, int &Stage) { in parseSymbolString() 2163 DenseMap<MachineInstr *, int> Cycle, Stage; in runOnLoop() local
|
H A D | MachinePipeliner.cpp | 614 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle(); in schedule() local 2914 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule() local
|
H A D | IfConversion.cpp | 287 unsigned Cycle, unsigned Extra, in MeetIfcvtSizeLimit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 36 void WriteRef::notifyExecuted(unsigned Cycle) { in notifyExecuted()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 439 unsigned Cycle = getTransSwizzle(TransSwz, i); in isLegalUpTo() local 500 unsigned Cycle = getTransSwizzle(TransSwz, i); in isConstCompatible() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 299 bool contains(unsigned Cycle) const { return Cycle >= Begin && Cycle < End; } in contains()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1134 ValueSeq &Cycle) { in findCycle() 1166 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 3621 alias Cycle = R; variable 3673 @property inout(Cycle) save() inout @safe in inout() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 156 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency() local
|