Home
last modified time | relevance | path

Searched defs:Insert (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp227 static MachineInstr *GetVRegDef(unsigned Reg, const MachineInstr *Insert, in GetVRegDef()
276 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in IsSafeToMove()
437 MachineInstr *Insert, LiveIntervals &LIS, in MoveForSingleUse()
478 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in RematerializeCheapDef()
538 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in MoveAndTeeForMultiUse()
591 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState()
672 void MaybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in MaybeCommute()
724 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp265 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef()
313 const MachineInstr *Insert, in isSafeToMove()
522 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse()
567 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef()
635 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse()
695 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState()
773 void maybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in maybeCommute()
824 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
H A DWebAssemblyDebugValueManager.cpp39 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move()
52 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp269 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef()
316 static bool isSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in isSafeToMove()
485 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse()
530 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef()
598 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse()
658 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState()
737 void maybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in maybeCommute()
789 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
H A DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move()
37 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone()
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/
H A Dgapic_metadata.json40 "Insert": { object
67 "Insert": { object
100 "Insert": { object
145 "Insert": { object
211 "Insert": { object
250 "Insert": { object
295 "Insert": { object
340 "Insert": { object
370 "Insert": { object
400 "Insert": { object
[all …]
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py109 def Insert(self, request, global_params=None): member in StorageV1.BucketAccessControlsService
301 def Insert(self, request, global_params=None): member in StorageV1.BucketsService
555 def Insert(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService
721 def Insert(self, request, global_params=None): member in StorageV1.NotificationsService
835 def Insert(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService
1096 def Insert(self, request, global_params=None, upload=None, download=None): member in StorageV1.ObjectsService
/aosp_15_r20/bootable/recovery/otautil/
H A Drangeset.cpp244 void SortedRangeSet::Insert(const Range& to_insert) { in Insert() function in SortedRangeSet
250 void SortedRangeSet::Insert(const SortedRangeSet& rs) { in Insert() function in SortedRangeSet
276 void SortedRangeSet::Insert(size_t start, size_t len) { in Insert() function in SortedRangeSet
/aosp_15_r20/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py108 def Insert(self, request, global_params=None): member in FusiontablesV1.ColumnService
342 def Insert(self, request, global_params=None): member in FusiontablesV1.StyleService
610 def Insert(self, request, global_params=None): member in FusiontablesV1.TableService
864 def Insert(self, request, global_params=None): member in FusiontablesV1.TemplateService
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp231 Instruction *Insert; in handleLoopCondition() local
244 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
252 Instruction *Insert = L->getHeader()->getFirstNonPHIOrDbgOrLifetime(); in handleLoopCondition() local
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/
H A Dlru_inode_cache.cc34 void LRUInodeCache::Insert(InodeKey k, InodeMapValue v) { in Insert() function in perfetto::LRUInodeCache
39 void LRUInodeCache::Insert(typename MapType::iterator map_it, in Insert() function in perfetto::LRUInodeCache
/aosp_15_r20/external/cronet/base/win/
H A Dvariant_vector.h62 void Insert( in Insert() function
76 void Insert(bool value) { in Insert() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
H A Drevived_objects.h48 void Insert(std::unique_ptr<T> object) { in Insert() function
53 void Insert(std::unique_ptr<T> object, int node_id) { in Insert() function
/aosp_15_r20/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py107 def Insert(self, request, global_params=None): member in BigqueryV2.DatasetsService
307 def Insert(self, request, global_params=None, upload=None): member in BigqueryV2.JobsService
549 def Insert(self, request, global_params=None): member in BigqueryV2.TablesService
/aosp_15_r20/external/leveldb/util/
H A Dcache.cc79 LRUHandle* Insert(LRUHandle* h) { in Insert() function in leveldb::__anon852f22290111::HandleTable
267 Cache::Handle* LRUCache::Insert(const Slice& key, uint32_t hash, void* value, in Insert() function in leveldb::__anon852f22290111::LRUCache
359 Handle* Insert(const Slice& key, void* value, size_t charge, in Insert() function in leveldb::__anon852f22290111::ShardedLRUCache
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/
H A Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dsequence.hpp42 const InsertT& Insert ) in insert()
183 const InsertT& Insert ) in replace()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/
H A Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/
H A Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/
H A Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/aosp_15_r20/external/abseil-cpp/absl/hash/
H A Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/
H A Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dcache.cc91 LRUHandle* Insert(LRUHandle* h) { in Insert() function in tensorflow::table::__anonf43ee0d80111::HandleTable
279 Cache::Handle* LRUCache::Insert(const Slice& key, uint32_t hash, void* value, in Insert() function in tensorflow::table::__anonf43ee0d80111::LRUCache
371 Handle* Insert(const Slice& key, void* value, size_t charge, in Insert() function in tensorflow::table::__anonf43ee0d80111::ShardedLRUCache
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dhash_table.h126 bool HashTable<Key, T, Hash>::Partition::Insert(T* value) { in Insert() function
175 void HashTable<Key, T, Hash>::Insert(T* value) { in Insert() function

12345678910>>...29