Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move()
37 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone()
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
/third_party/node/deps/v8/src/interpreter/
Dconstant-array-builder.cc223 size_t ConstantArrayBuilder::Insert(Smi smi) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
231 size_t ConstantArrayBuilder::Insert(double number) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
242 size_t ConstantArrayBuilder::Insert(const AstRawString* raw_string) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
250 size_t ConstantArrayBuilder::Insert(AstBigInt bigint) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
258 size_t ConstantArrayBuilder::Insert(const Scope* scope) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_testing.h281 struct Insert { struct
282 using type = TypeSet<U, T...>;
/third_party/skia/third_party/externals/dawn/src/common/
DConcurrentCache.h38 std::pair<T*, bool> Insert(T* object) { in Insert() function
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.cc81 void TextGenerator::TextBuffer::Insert(const std::string& line, in Insert() function in tint::writer::TextGenerator::TextBuffer
102 void TextGenerator::TextBuffer::Insert(const TextBuffer& tb, in Insert() function in tint::writer::TextGenerator::TextBuffer
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string_list.cpp88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
/third_party/node/deps/v8/src/utils/
Didentity-map.h140 void Insert(Handle<Object> key, V v) { Insert(*key, v); } in Insert() function
141 void Insert(Object key, V v) { in Insert() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp234 Instruction *Insert; in handleLoopCondition() local
247 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
DAMDGPUAtomicOptimizer.cpp504 Value *const Insert = in optimizeAtomic() local
603 Value *const Insert = in optimizeAtomic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
/third_party/node/deps/v8/src/heap/
Dslot-set.cc24 void TypedSlots::Insert(SlotType type, uint32_t offset) { in Insert() function in v8::internal::TypedSlots
Dremembered-set.h31 static void Insert(SlotSet* slot_set, MemoryChunk* chunk, Address slot_addr) { in Insert() function
93 static void Insert(MemoryChunk* chunk, Address slot_addr) { in Insert() function
/third_party/node/deps/v8/src/compiler/
Descape-analysis-reducer.h66 void Insert(Node* node) { cache_.insert(node); } in Insert() function
Dloop-analysis.cc726 void NodeCopier::Insert(Node* original, const NodeVector& new_copies) { in Insert() function in v8::internal::compiler::NodeCopier
733 void NodeCopier::Insert(Node* original, Node* copy) { in Insert() function in v8::internal::compiler::NodeCopier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeShrink.cpp167 MachineInstr *Insert = nullptr; in runOnMachineFunction() local
/third_party/node/src/permission/
Dfs_permission.cc200 void FSPermission::RadixTree::Insert(const std::string& path) { in Insert() function in node::permission::FSPermission::RadixTree
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.h34 void Insert(size_t Idx, T Arg1, T Arg2) { in Insert() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_integer.inl276 …GLM_FUNC_QUALIFIER genIUType bitfieldInsert(genIUType const & Base, genIUType const & Insert, int …
282 …vecType<T, P> bitfieldInsert(vecType<T, P> const & Base, vecType<T, P> const & Insert, int Offset,…
/third_party/gn/src/gn/
Dstring_atom.cc101 void Insert(Node* node, size_t hash, KeyType key) { in Insert() function
Dunique_vector.h69 void Insert(Node* node, size_t hash, size_t index) { in Insert() function
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs577 public void Insert(int index, T item) in Insert() method in Google.Protobuf.Collections.RepeatedField
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_set_modifiers_test.h44 TYPED_TEST_P(ModifiersTest, Insert) { in TYPED_TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h320 Insert, enumerator
/third_party/lzma/CPP/Common/
DMyVector.h242 void Insert(unsigned index, const T item) in Insert() function
554 void Insert(unsigned index, const T& item) in Insert() function

1234