/external/turbine/java/com/google/turbine/binder/lookup/ |
D | ImportIndex.java | 50 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/ |
D | mojo_core.cc | 30 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/ |
D | ir_emitter_unnested.cc | 504 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 …]
|
D | sequential_thunk.h | 35 SequentialThunk(std::vector<std::unique_ptr<Thunk>> thunks, 40 const std::vector<std::unique_ptr<Thunk>>& thunks() const { return thunks_; } in thunks() function
|
D | sequential_thunk.cc | 24 SequentialThunk::SequentialThunk(std::vector<std::unique_ptr<Thunk>> thunks, in SequentialThunk() argument 26 : Thunk(Kind::kSequential, hlo), thunks_(std::move(thunks)) {} in SequentialThunk()
|
D | thunk_schedule.cc | 51 std::unique_ptr<ThunkSequence> thunks, in ThunkSchedule() argument 54 : thunks_(std::move(thunks)), in ThunkSchedule()
|
D | thunk_schedule.h | 49 ThunkSchedule(std::unique_ptr<ThunkSequence> thunks,
|
/external/libcxx/utils/symcheck-blacklists/ |
D | linux_blacklist.txt | 7 # all non-virtual thunks 9 # all virtual thunks
|
D | osx_blacklist.txt | 7 # all non-virtual thunks 9 # all virtual thunks
|
/external/libchrome/mojo/public/c/system/ |
D | BUILD.gn | 9 "thunks.cc", 34 "thunks.h",
|
D | thunks.cc | 29 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/ |
D | BUILD.gn | 11 # TODO(vtl): Convert this to thunks http://crbug.com/386799
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | Makefile | 97 $(OUTPUT)/sysret_ss_attrs_64: thunks.S
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/ |
D | symbol-filters.test | 4 ; 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/ |
D | retpoline-external.ll | 159 ; Lastly check that no thunks were emitted.
|
D | musttail-indirect.ll | 40 ; Inalloca thunks shouldn't require any stores to the stack.
|
D | retpoline.ll | 269 ; Lastly check that the necessary thunks were emitted.
|
/external/llvm/test/CodeGen/X86/ |
D | musttail-indirect.ll | 40 ; Inalloca thunks shouldn't require any stores to the stack.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/ |
D | mergefunc-preserve-debug-info.ll | 4 ; Preserve debug info in thunks under -mergefunc -mergefunc-preserve-debug-info
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 185 "ambiguous vftable component for %0 introduced via covariant thunks; "
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-pdbutil.rst | 205 =thunks - Display thunk symbols
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86.td | 377 // Rely on external thunks for the emitted retpoline calls. This allows users
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Passes.rst | 932 overridable thunks to it.
|
D | CodeGenerator.rst | 2380 such as thunks and vararg functions, enough space to cache the argument
|
/external/llvm/docs/ |
D | Passes.rst | 894 overridable thunks to it.
|