Home
last modified time | relevance | path

Searched refs:DefCycle (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h207 int DefCycle = getOperandCycle(DefClass, DefIdx); in getOperandLatency() local
208 if (DefCycle == -1) in getOperandLatency()
215 UseCycle = DefCycle - UseCycle + 1; in getOperandLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3752 int DefCycle; in getVLDMDefCycle() local
3755 DefCycle = RegNo / 2 + 1; in getVLDMDefCycle()
3757 ++DefCycle; in getVLDMDefCycle()
3759 DefCycle = RegNo; in getVLDMDefCycle()
3774 ++DefCycle; in getVLDMDefCycle()
3777 DefCycle = RegNo + 2; in getVLDMDefCycle()
3780 return DefCycle; in getVLDMDefCycle()
3809 int DefCycle; in getLDMDefCycle() local
3813 DefCycle = RegNo / 2; in getLDMDefCycle()
3814 if (DefCycle < 1) in getLDMDefCycle()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp1117 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency() local
1118 return (DefCycle != -1 && DefCycle <= 1); in hasLowDefLatency()
DModuloSchedule.cpp1193 int DefCycle = Schedule.getCycle(&Phi); in isLoopCarried() local
1204 return (LoopCycle > DefCycle) || (LoopStage <= DefStage); in isLoopCarried()
DMachinePipeliner.cpp2594 unsigned DefCycle = cycleScheduled(DefSU); in isLoopCarried() local
2607 return (LoopCycle > DefCycle) || (LoopStage <= DefStage); in isLoopCarried()