Home
last modified time | relevance | path

Searched refs:Backend (Results 1 – 22 of 22) 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.h63 std::unique_ptr<MCAsmBackend> Backend; variable
137 std::unique_ptr<MCAsmBackend> Backend,
181 MCAsmBackend *getBackendPtr() const { return Backend.get(); } in getBackendPtr()
185 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/tools/llvm-lto2/
H A Dllvm-lto2.cpp370 ThinBackend Backend; in run() local
372 Backend = createWriteIndexesThinBackend(llvm::hardware_concurrency(Threads), in run()
380 Backend = createOutOfProcessThinBackend( in run()
386 Backend = createInProcessThinBackend( in run()
420 LTO Lto(std::move(Conf), std::move(Backend), 1, LTOMode); in run()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DPhases.cpp20 case Backend: return "backend"; in getPhaseName()
H A DDriver.cpp443 FinalPhase = phases::Backend; in getFinalPhase()
3580 if (CompileDeviceOnly || CurPhase == phases::Backend) { in getDeviceDependences()
3642 } else if (CurPhase > phases::Backend) { in getDeviceDependences()
3649 assert(CurPhase < phases::Backend && "Generating single CUDA " in getDeviceDependences()
3755 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences()
3790 C, Args, phases::Backend, CudaDeviceActions[I], in getDeviceDependences()
5186 case phases::Backend: { in ConstructPhaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCategories.td11 class CatBackend : DiagCategory<"Backend Issue">;
H A DDiagnosticGroups.td1549 // Backend warnings.
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp355 MCAsmBackend &Backend = Assembler.getBackend(); in emitInstructionImpl() local
356 if (!(Backend.mayNeedRelaxation(Inst.getOpcode(), Inst.getOperands(), STI) || in emitInstructionImpl()
357 Backend.allowEnhancedRelaxation())) { in emitInstructionImpl()
370 while (Backend.mayNeedRelaxation(Relaxed.getOpcode(), Relaxed.getOperands(), in emitInstructionImpl()
372 Backend.relaxInstruction(Relaxed, STI); in emitInstructionImpl()
H A DMCAssembler.cpp79 std::unique_ptr<MCAsmBackend> Backend, in MCAssembler() argument
82 : Context(Context), Backend(std::move(Backend)), in MCAssembler()
84 if (this->Backend) in MCAssembler()
85 this->Backend->setAssembler(this); in MCAssembler()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h394 LLVM_ABI LTO(Config Conf, ThinBackend Backend = {},
459 LLVM_ABI ThinLTOState(ThinBackend Backend);
461 ThinBackend Backend; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp605 : Backend(std::move(BackendParam)), CombinedIndex(/*HaveGVs*/ false) { in ThinLTOState()
606 if (!Backend.isValid()) in ThinLTOState()
607 Backend = in ThinLTOState()
611 LTO::LTO(Config Conf, ThinBackend Backend, in LTO() argument
615 ThinLTO(std::move(Backend)), in LTO()
2095 ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries, in runThinLTO()
2108 auto Parallelism = ThinLTO.Backend.getParallelism(); in runThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1556 auto &Backend = static_cast<X86AsmBackend &>(S.getAssembler().getBackend()); in emitInstruction() local
1557 Backend.emitInstructionBegin(S, Inst, STI); in emitInstruction()
1559 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.td1643 // Backend is supposed to lower these types to appropriate MVTs.
H A DIntrinsicsAArch64.td943 // Backend optimizations may change tag_offset; the only guarantee is that calls