Home
last modified time | relevance | path

Searched refs:Backend (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble…
41 … PP_CL, INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble…
43 … PP_CLCXX, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble…
44 … PP_CUDA, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble…
47 … PP_HIP, INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble…
50 …ut", PP_ObjC, INVALID, "mi", phases::Compile, phases::Backend, phases::Assemble…
51 … PP_ObjC_Alias, INVALID, "mi", phases::Compile, phases::Backend, phases::Assemble…
53 … PP_CXX, INVALID, "ii", phases::Compile, phases::Backend, phases::Assemble…
55 …tput", PP_ObjCXX, INVALID, "mii", phases::Compile, phases::Backend, phases::Assemble…
56 … PP_ObjCXX_Alias, INVALID, "mii", phases::Compile, phases::Backend, phases::Assemble…
[all …]
H A DPhases.h21 Backend, enumerator
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Damlogic,axg-sound-card.txt24 Required TDM Backend dai-link properties:
27 Optional TDM Backend dai-link properties:
40 Backend dai-link subnodes:
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h117 std::unique_ptr<MCAsmBackend> Backend; variable
246 MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend> Backend,
326 MCAsmBackend *getBackendPtr() const { return Backend.get(); } in getBackendPtr()
332 MCAsmBackend &getBackend() const { return *Backend; } in getBackend()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DPhases.cpp20 case Backend: return "backend"; in getPhaseName()
H A DDriver.cpp368 FinalPhase = phases::Backend; in getFinalPhase()
3276 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences()
3338 } else if (CurPhase > phases::Backend) { in getDeviceDependences()
3345 assert(CurPhase < phases::Backend && "Generating single CUDA " in getDeviceDependences()
3449 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences()
3481 C, Args, phases::Backend, CudaDeviceActions[I], in getDeviceDependences()
4764 case phases::Backend: { in ConstructPhaseAction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h275 LTO(Config Conf, ThinBackend Backend = nullptr,
338 ThinLTOState(ThinBackend Backend);
340 ThinBackend Backend; member
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-display-backend.yaml7 title: Allwinner A10 Display Engine Backend
30 - description: Display Backend registers
61 - description: The Backend reset line
H A Dallwinner,sun4i-a10-display-engine.yaml27 Frontend 0 [0] ------- [0] Backend 0 [0] ------- [0] TCON 0
33 Frontend 1 [1] ------- [1] Backend 1 [1] ------- [1] TCON 1
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DREADME.md7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCategories.td11 class CatBackend : DiagCategory<"Backend Issue">;
H A DDiagnosticGroups.td1326 // Backend warnings.
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp325 ThinBackend Backend; in run() local
327 Backend = createWriteIndexesThinBackend(/*OldPrefix=*/"", in run()
334 Backend = createInProcessThinBackend( in run()
368 LTO Lto(std::move(Conf), std::move(Backend), 1, LTOMode); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp446 MCAsmBackend &Backend = Assembler.getBackend(); in emitInstructionImpl() local
447 if (!(Backend.mayNeedRelaxation(Inst, STI) || in emitInstructionImpl()
448 Backend.allowEnhancedRelaxation())) { in emitInstructionImpl()
461 while (Backend.mayNeedRelaxation(Relaxed, STI)) in emitInstructionImpl()
462 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
H A DMCAssembler.cpp85 std::unique_ptr<MCAsmBackend> Backend, in MCAssembler() argument
88 : Context(Context), Backend(std::move(Backend)), in MCAssembler()
H A DXCOFFObjectWriter.cpp678 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local
679 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
H A DELFObjectWriter.cpp1442 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local
1443 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp584 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState() argument
585 : Backend(Backend), CombinedIndex(/*HaveGVs*/ false) { in ThinLTOState()
586 if (!Backend) in ThinLTOState()
587 this->Backend = in ThinLTOState()
591 LTO::LTO(Config Conf, ThinBackend Backend, in LTO() argument
595 ThinLTO(std::move(Backend)), in LTO()
1814 ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries, in runThinLTO()
/freebsd-14.2/sys/cam/ctl/
H A DREADME.ctl.txt100 LUN Backend Size (Blocks) BS Serial Number Device ID
118 LUN Backend Size (Blocks) BS Serial Number Device ID
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt282 3. Backend-specific and performance improvements.
H A Dwhatsnew-2.1.txt589 3. Backend/OS-specific improvements
/freebsd-14.2/contrib/libevent/
H A Dwhatsnew-2.0.txt282 3. Backend-specific and performance improvements.
H A Dwhatsnew-2.1.txt589 3. Backend/OS-specific improvements
/freebsd-14.2/usr.sbin/services_mkdb/
H A Dservices1711 hpiod 2208/tcp #HP I/O Backend
1712 hpiod 2208/udp #HP I/O Backend
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td1579 // Backend is supposed to lower these types to appropriate MVTs.

12