Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DModuloSchedule.h89 DenseMap<MachineInstr *, int> Cycle; variable
107 DenseMap<MachineInstr *, int> Cycle, in ModuloSchedule()
DMachineTraceMetrics.h77 unsigned Cycle = 0; member
DScheduleDAG.h546 void setCurCycle(unsigned Cycle) { in setCurCycle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp793 unsigned Cycle = 0; in updateDepth() local
1098 unsigned Cycle = 0; in computeInstrHeights() local
DModuloSchedule.cpp2127 static void parseSymbolString(StringRef S, int &Cycle, int &Stage) { in parseSymbolString()
2151 DenseMap<MachineInstr *, int> Cycle, Stage; in runOnLoop() local
DMachinePipeliner.cpp533 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle(); in schedule() local
2838 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule() local
DIfConversion.cpp286 unsigned Cycle, unsigned Extra, in MeetIfcvtSizeLimit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp462 unsigned Cycle = getTransSwizzle(TransSwz, i); in isLegalUpTo() local
523 unsigned Cycle = getTransSwizzle(TransSwz, i); in isConstCompatible() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h299 bool contains(unsigned Cycle) const { return Cycle >= Begin && Cycle < End; } in contains()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1116 ValueSeq &Cycle) { in findCycle()
1148 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle()
/third_party/node/src/crypto/
Dcrypto_tls.cc2061 void TLSWrap::Cycle() { in Cycle() function in node::crypto::TLSWrap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp165 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency() local