Home
last modified time | relevance | path

Searched refs:Front (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp178 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local
182 Front.push_back(MI); in eraseInstrWithNoUses()
184 while (Front.size() != 0) { in eraseInstrWithNoUses()
185 MI = Front.pop_back_val(); in eraseInstrWithNoUses()
358 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
359 Front.push_back(MI); in elideCopiesAndPHIs()
360 while (Front.size() != 0) { in elideCopiesAndPHIs()
361 MI = Front.pop_back_val(); in elideCopiesAndPHIs()
375 Front.push_back(NewMI); in elideCopiesAndPHIs()
383 Front.push_back(NewMI); in elideCopiesAndPHIs()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-zii-ultra-zest.dts21 "Headphone", "Headphone Jack Front",
24 "Headphone Jack Front", "HPA1 HPLEFT",
25 "Headphone Jack Front", "HPA1 HPRIGHT",
H A Dimx8mq-zii-ultra-rmb3.dts21 "Headphone", "Headphone Jack Front";
23 "Headphone Jack Front", "HPA1 HPLEFT",
24 "Headphone Jack Front", "HPA1 HPRIGHT",
/freebsd/contrib/netbsd-tests/usr.bin/grep/
H A Dd_zgrep.out1 Front of the line
2 This is a another line with a Front and an ending
H A Dd_input3 Front of the line
4 This is a another line with a Front and an ending
H A Dd_begin_end_a.out1 Front of the line
H A Dd_begin_end_b.out1 This is a another line with a Front and an ending
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h52 Elem* Front();
120 Elem* e = Front(); in PopFront()
135 Elem* IList<Base, Node, Elem>::Front() { in Front() function
H A Dtsan_rtl.cpp156 auto part = parts->Front(); in DoResetImpl()
180 trace->local_head = parts->Front(); in DoResetImpl()
919 trace, trace->parts.Front(), part, pos); in TraceSkipGap()
1033 trace->parts.Front(), trace->parts.Back(), in TraceSwitchPartImpl()
H A Dtsan_rtl_report.cpp357 TracePart *part = trace->parts.Front(); in TraceReplay()
467 first_part = trace->parts.Front(); in RestoreStack()
485 trace->parts.Front(), last_part, last_pos); in RestoreStack()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-openblocks-ax3-4.dts156 /* Front side USB 0 */
161 /* Front side USB 1 */
H A Darmada-385-clearfog-gtr.dtsi45 42 - Front LED1, or front panel CON1
54 52 - Front LED2, or front panel
55 53 - Front button
307 label = "Front Button";
H A Dkirkwood-laplug.dts114 regulator-name = "USB Power Front";
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,q6afe.txt1 Qualcomm Audio Front End (Q6AFE) binding
H A Dfsl,asrc.txt5 output clock. The driver currently works as a Front End of DPCM with other Back
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp108 DirectoryWatcher::Event Front = Events.front(); in pop_front_blocking() local
110 return Front; in pop_front_blocking()
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dbrcm,dpfe-cpu.txt1 DDR PHY Front End (DPFE) for Broadcom STB
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih418-b2199.dts30 label = "Front Panel LED";
H A Dstihxxx-b2120.dtsi13 label = "Front Panel LED";
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dti-am437x-vpfe.txt4 The Video Processing Front End (VPFE) is a key component for image capture
/freebsd/contrib/diff/doc/
H A Dfdl.texi78 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
79 the Document is released under this License. A Front-Cover Text may
153 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
286 You may add a passage of up to five words as a Front-Cover Text, and a
289 Front-Cover Text and one of Back-Cover Text may be added by (or
423 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
429 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
435 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp722 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
726 if (Front != '?') { in demanglePE32ExternCFunc()
743 if (!IsVectorCall && (Front == '_' || Front == '@')) in demanglePE32ExternCFunc()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dxpedite5200.dts194 /* eTSEC1: Front panel port 0 */
243 /* eTSEC2: Front panel port 1 */
H A Dxpedite5200_xmon.dts198 /* eTSEC1: Front panel port 0 */
247 /* eTSEC2: Front panel port 1 */
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.txt37 4 - Audio Front End Service.

123