Home
last modified time | relevance | path

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

12

/external/turbine/java/com/google/turbine/binder/lookup/
DImportIndex.java50 private final Map<String, Supplier<ImportScope>> thunks; field in ImportIndex
52 public ImportIndex(TurbineLogWithSource log, ImmutableMap<String, Supplier<ImportScope>> thunks) { in ImportIndex() argument
53 this.thunks = thunks; in ImportIndex()
62 Map<String, Supplier<ImportScope>> thunks = new HashMap<>(); in create() local
67 thunks.put( in create()
84 thunks.putIfAbsent( in create()
94 return new ImportIndex(log, ImmutableMap.copyOf(thunks)); in create()
167 Supplier<ImportScope> thunk = thunks.get(lookup.first().value());
/external/libchrome/mojo/core/
Dmojo_core.cc30 EXPORT_FROM_MOJO_CORE void MojoGetSystemThunks(MojoSystemThunks* thunks) { in MojoGetSystemThunks() argument
38 CHECK_GE(thunks->size, g_thunks.size); in MojoGetSystemThunks()
39 memcpy(thunks, &g_thunks, g_thunks.size); in MojoGetSystemThunks()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc504 std::vector<std::unique_ptr<Thunk>> thunks; in HandleCustomCall() local
507 thunks.push_back(absl::make_unique<DeviceToDeviceCopyThunk>( in HandleCustomCall()
513 thunks.push_back(absl::make_unique<CholeskyThunk>( in HandleCustomCall()
519 if (thunks.size() == 1) { in HandleCustomCall()
520 AddThunkToThunkSequence(std::move(thunks[0])); in HandleCustomCall()
523 absl::make_unique<SequentialThunk>(std::move(thunks), custom_call)); in HandleCustomCall()
550 std::vector<std::unique_ptr<Thunk>> thunks; in HandleTriangularSolve() local
557 thunks.push_back(absl::make_unique<DeviceToDeviceCopyThunk>( in HandleTriangularSolve()
563 thunks.push_back(BuildTriangularSolveThunk(hlo)); in HandleTriangularSolve()
566 if (thunks.size() == 1) { in HandleTriangularSolve()
[all …]
Dsequential_thunk.h35 SequentialThunk(std::vector<std::unique_ptr<Thunk>> thunks,
40 const std::vector<std::unique_ptr<Thunk>>& thunks() const { return thunks_; } in thunks() function
Dsequential_thunk.cc24 SequentialThunk::SequentialThunk(std::vector<std::unique_ptr<Thunk>> thunks, in SequentialThunk() argument
26 : Thunk(Kind::kSequential, hlo), thunks_(std::move(thunks)) {} in SequentialThunk()
Dthunk_schedule.cc51 std::unique_ptr<ThunkSequence> thunks, in ThunkSchedule() argument
54 : thunks_(std::move(thunks)), in ThunkSchedule()
Dthunk_schedule.h49 ThunkSchedule(std::unique_ptr<ThunkSequence> thunks,
/external/libcxx/utils/symcheck-blacklists/
Dlinux_blacklist.txt7 # all non-virtual thunks
9 # all virtual thunks
Dosx_blacklist.txt7 # all non-virtual thunks
9 # all virtual thunks
/external/libchrome/mojo/public/c/system/
DBUILD.gn9 "thunks.cc",
34 "thunks.h",
Dthunks.cc29 typedef void (*MojoGetSystemThunksFunction)(MojoSystemThunks* thunks);
473 void MojoEmbedderSetSystemThunks(const MojoSystemThunks* thunks) { in MojoEmbedderSetSystemThunks() argument
476 DCHECK_EQ(thunks->size, sizeof(*g_thunks)); in MojoEmbedderSetSystemThunks()
481 DCHECK(g_thunks->size == 0 || !memcmp(&*g_thunks, thunks, sizeof(*g_thunks))) in MojoEmbedderSetSystemThunks()
485 *g_thunks = *thunks; in MojoEmbedderSetSystemThunks()
/external/libchrome/mojo/public/c/test_support/
DBUILD.gn11 # TODO(vtl): Convert this to thunks http://crbug.com/386799
/external/linux-kselftest/tools/testing/selftests/x86/
DMakefile97 $(OUTPUT)/sysret_ss_attrs_64: thunks.S
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dsymbol-filters.test4 ; RUN: llvm-pdbutil pretty -globals -module-syms -sym-types=thunks %p/Inputs/FilterTest.pdb \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dretpoline-external.ll159 ; Lastly check that no thunks were emitted.
Dmusttail-indirect.ll40 ; Inalloca thunks shouldn't require any stores to the stack.
Dretpoline.ll269 ; Lastly check that the necessary thunks were emitted.
/external/llvm/test/CodeGen/X86/
Dmusttail-indirect.ll40 ; Inalloca thunks shouldn't require any stores to the stack.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/
Dmergefunc-preserve-debug-info.ll4 ; Preserve debug info in thunks under -mergefunc -mergefunc-preserve-debug-info
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td185 "ambiguous vftable component for %0 introduced via covariant thunks; "
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst205 =thunks - Display thunk symbols
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86.td377 // Rely on external thunks for the emitted retpoline calls. This allows users
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DPasses.rst932 overridable thunks to it.
DCodeGenerator.rst2380 such as thunks and vararg functions, enough space to cache the argument
/external/llvm/docs/
DPasses.rst894 overridable thunks to it.

12