Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble…
39 … PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble…
40 … PP_CL, "cl", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble…
41 … PP_CL, INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble…
42 … PP_CLCXX, "clcpp", phases::Preprocess, 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…
45 … PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble…
46 … PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble…
47 … PP_HIP, INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble…
[all …]
H A DPhases.h21 Backend, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h62 std::unique_ptr<MCAsmBackend> Backend; variable
140 MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend> Backend,
184 MCAsmBackend *getBackendPtr() const { return Backend.get(); } in getBackendPtr()
188 MCAsmBackend &getBackend() const { return *Backend; } in getBackend()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h277 LTO(Config Conf, ThinBackend Backend = nullptr,
340 ThinLTOState(ThinBackend Backend);
342 ThinBackend Backend; member
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DPhases.cpp20 case Backend: return "backend"; in getPhaseName()
H A DDriver.cpp379 FinalPhase = phases::Backend; in getFinalPhase()
3317 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences()
3379 } else if (CurPhase > phases::Backend) { in getDeviceDependences()
3386 assert(CurPhase < phases::Backend && "Generating single CUDA " in getDeviceDependences()
3478 // code and pass to host in Backend phase. in getDeviceDependences()
3490 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences()
3522 C, Args, phases::Backend, CudaDeviceActions[I], in getDeviceDependences()
4850 case phases::Backend: { in ConstructPhaseAction()
5213 /// - Assemble + Backend + Compile;
5214 /// - Assemble + Backend ;
[all...]
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp347 ThinBackend Backend; in run() local
349 Backend = createWriteIndexesThinBackend(/*OldPrefix=*/"", in run()
356 Backend = createInProcessThinBackend( in run()
390 LTO Lto(std::move(Conf), std::move(Backend), 1, LTOMode); in run()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCategories.td11 class CatBackend : DiagCategory<"Backend Issue">;
H A DDiagnosticGroups.td1375 // Backend warnings.
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp363 MCAsmBackend &Backend = Assembler.getBackend(); in emitInstructionImpl() local
364 if (!(Backend.mayNeedRelaxation(Inst, STI) || in emitInstructionImpl()
365 Backend.allowEnhancedRelaxation())) { in emitInstructionImpl()
378 while (Backend.mayNeedRelaxation(Relaxed, STI)) in emitInstructionImpl()
379 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
H A DMCAssembler.cpp83 std::unique_ptr<MCAsmBackend> Backend, in MCAssembler() argument
86 : Context(Context), Backend(std::move(Backend)), in MCAssembler()
H A DELFObjectWriter.cpp1338 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local
1339 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
H A DXCOFFObjectWriter.cpp692 MCAsmBackend &Backend = Asm.getBackend(); in recordRelocation() local
693 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp598 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState() argument
599 : Backend(Backend), CombinedIndex(/*HaveGVs*/ false) { in ThinLTOState()
600 if (!Backend) in ThinLTOState()
601 this->Backend = in ThinLTOState()
605 LTO::LTO(Config Conf, ThinBackend Backend, in LTO() argument
609 ThinLTO(std::move(Backend)), in LTO()
1846 ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries, in runThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1552 auto &Backend = static_cast<X86AsmBackend &>(S.getAssembler().getBackend()); in emitInstruction() local
1553 Backend.emitInstructionBegin(S, Inst, STI); in emitInstruction()
1555 Backend.emitInstructionEnd(S, Inst); in emitInstruction()
/freebsd/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/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/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/usr.sbin/services_mkdb/
H A Dservices1708 hpiod 2208/tcp #HP I/O Backend
1709 hpiod 2208/udp #HP I/O Backend
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td1599 // Backend is supposed to lower these types to appropriate MVTs.
H A DIntrinsicsAArch64.td909 // Backend optimizations may change tag_offset; the only guarantee is that calls