Home
last modified time | relevance | path

Searched defs:Cycle (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h89 DenseMap<MachineInstr *, int> Cycle; variable
107 DenseMap<MachineInstr *, int> Cycle, in ModuloSchedule()
H A DMachineTraceMetrics.h77 unsigned Cycle = 0; member
H A DScheduleDAG.h546 void setCurCycle(unsigned Cycle) { in setCurCycle()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h197 using Cycle = llvm::iterator_range<VecTy::const_reverse_iterator>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp792 unsigned Cycle = 0; in updateDepth() local
1098 unsigned Cycle = 0; in computeInstrHeights() local
H A DModuloSchedule.cpp2139 static void parseSymbolString(StringRef S, int &Cycle, int &Stage) { in parseSymbolString()
2163 DenseMap<MachineInstr *, int> Cycle, Stage; in runOnLoop() local
H A DMachinePipeliner.cpp614 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 DIfConversion.cpp287 unsigned Cycle, unsigned Extra, in MeetIfcvtSizeLimit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp36 void WriteRef::notifyExecuted(unsigned Cycle) { in notifyExecuted()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp439 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 DInstruction.h299 bool contains(unsigned Cycle) const { return Cycle >= Begin && Cycle < End; } in contains()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1134 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 Dpackage.d3621 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 DPPCInstrInfo.cpp156 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency() local