Searched refs:Lat (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp740 unsigned Lat = 0; local
743 Lat = InstrInfo.getInstrLatency(getInstrItineraryData(), *I);
744 else if (Lat)
745 --Lat;
747 Dep.setLatency(Lat);
753 unsigned Lat = InstrInfo.getInstrLatency(getInstrItineraryData(), *DefI); local
754 for (++I; I != E && I->isBundledWithPred() && Lat; ++I) {
757 --Lat;
759 Dep.setLatency(Lat);
866 unsigned Lat variable
[all...]
H A DSIInstrInfo.cpp7151 unsigned Lat = 0, Count = 0; local
7154 Lat = std::max(Lat, SchedModel.computeInstrLatency(&*I));
7156 return Lat + Count - 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp466 void HexagonSubtarget::changeLatency(SUnit *Src, SUnit *Dst, unsigned Lat)
472 I.setLatency(Lat);
478 F->setLatency(Lat);
H A DHexagonSubtarget.h318 void changeLatency(SUnit *Src, SUnit *Dst, unsigned Lat) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h147 void setLatency(unsigned Lat) { argument
148 Latency = Lat;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c130 * Lat,Long,Ht, cable-delay, offset, and the ReceiverID (along with the
3119 double Lat, Lon, Ht; local
3126 Lat = lat;
3130 Lat /= 3600000;
3135 "Ga Posn Lat = %.7f, Lon = %.7f, Ht = %.2f", Lat,
3724 "Lat = %c %11.7fdeg, Long = %c %11.7fdeg, Alt = %5.2fm (%5.2fft) GPS",
3734 "Lat = %c %3ddeg %7.4fm, Long = %c %3ddeg %8.5fm, Alt = %7.2fm (%7.2fft) GPS",
3744 "Lat = %c %3ddeg %2dm %5.2fs, Long = %c %3ddeg %2dm %5.2fs, Alt = %7.2fm (%7.2fft) GPS",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1206 unsigned Lat = D.getLatency(); local
1209 Dep.setLatency(Lat);

Completed in 276 milliseconds