Searched refs:Backend (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DPhases.cpp20 case Backend: return "backend";
H A DDriver.cpp389 FinalPhase = phases::Backend;
3208 if (CompileDeviceOnly || CurPhase == phases::Backend) {
3270 } else if (CurPhase > phases::Backend) {
3277 assert(CurPhase < phases::Backend && "Generating single CUDA "
3345 // code and pass to host in Backend phase.
3355 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM &&
3387 C, Args, phases::Backend, CudaDeviceActions[I],
4615 case phases::Backend: {
4959 /// - Assemble + Backend + Compile;
4960 /// - Assemble + Backend ;
[all...]
/openbsd-current/gnu/llvm/llvm/utils/
H A Dllvm-native-gxx10 $Backend = 'cbe';
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc') {
168 CompileBytecodeToNative ($LinkedBCFile, $Backend,
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DPhases.h21 Backend, enumerator in enum:clang::driver::phases::ID
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DO.pm72 perl -MO=[-q,]Backend[,OPTIONS] foo.pl
99 desired backend (named C<B::Backend> for the example above) to
110 use O ("Backend", OPTIONS);
112 The C<O::import> function loads the appropriate C<B::Backend> module
H A DB.pm298 B - The Perl Compiler Backend
/openbsd-current/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h256 LTO(Config Conf, ThinBackend Backend = nullptr,
318 ThinLTOState(ThinBackend Backend);
320 ThinBackend Backend; member in struct:llvm::lto::LTO::ThinLTOState
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCAssembler.h117 std::unique_ptr<MCAsmBackend> Backend; member in namespace:llvm
243 MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend> Backend,
323 MCAsmBackend *getBackendPtr() const { return Backend.get(); }
329 MCAsmBackend &getBackend() const { return *Backend; }
472 /// \name Backend Data Access
/openbsd-current/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp326 ThinBackend Backend; local
328 Backend =
334 Backend = createInProcessThinBackend(
355 LTO Lto(std::move(Conf), std::move(Backend));
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp438 MCAsmBackend &Backend = Assembler.getBackend(); local
439 if (!(Backend.mayNeedRelaxation(Inst, STI) ||
440 Backend.allowEnhancedRelaxation())) {
453 while (Backend.mayNeedRelaxation(Relaxed, STI))
454 Backend.relaxInstruction(Relaxed, STI);
H A DMCAssembler.cpp1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===//
85 std::unique_ptr<MCAsmBackend> Backend,
88 : Context(Context), Backend(std::move(Backend)),
84 MCAssembler(MCContext &Context, std::unique_ptr<MCAsmBackend> Backend, std::unique_ptr<MCCodeEmitter> Emitter, std::unique_ptr<MCObjectWriter> Writer) argument
H A DXCOFFObjectWriter.cpp609 MCAsmBackend &Backend = Asm.getBackend(); local
610 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
H A DELFObjectWriter.cpp1431 MCAsmBackend &Backend = Asm.getBackend(); local
1432 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp519 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) argument
520 : Backend(Backend), CombinedIndex(/*HaveGVs*/ false) {
521 if (!Backend)
522 this->Backend =
526 LTO::LTO(Config Conf, ThinBackend Backend, argument
530 ThinLTO(std::move(Backend)) {}
1605 ThinLTO.Backend(Conf, ThinLTO.CombinedIndex, ModuleToDefinedGVSummaries,
/openbsd-current/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp867 ThinBackend Backend;
898 Backend = createWriteIndexesThinBackend(OldPrefix, NewPrefix,
902 Backend = createInProcessThinBackend(
966 return std::make_unique<LTO>(std::move(Conf), Backend,
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
H A DCoreList.pm3086 'CPANPLUS::Backend' => undef,
3087 'CPANPLUS::Backend::RV' => undef,
7850 'CPANPLUS::Backend' => '0.9135',
7851 'CPANPLUS::Backend::RV' => '0.9135',
8280 'CPANPLUS::Backend' => 1,
8281 'CPANPLUS::Backend::RV' => 1,
21280 CPANPLUS::Backend
21281 CPANPLUS::Backend::RV
21376 CPANPLUS::Backend
21377 CPANPLUS::Backend
[all...]
/openbsd-current/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp505 lto::ThinBackend Backend; local
507 Backend =
562 return std::make_unique<lto::LTO>(std::move(Conf), Backend);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm1815 Test::Builder - Backend for building test libraries

Completed in 721 milliseconds