HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 126 - 150 of 260) sorted by null

1 2 3 4 56 7 8 91011

  /external/v8/src/compiler/
common-operator.h 329 const Operator* Merge(int control_input_count);
377 // Constructs a new merge or phi operator with the same opcode as {op}, but
wasm-compiler.cc 322 graph()->NewNode(common()->Merge(1), *control_ptr);
407 bool WasmGraphBuilder::IsPhiWithMerge(Node* phi, Node* merge) {
409 NodeProperties::GetControlInput(phi) == merge;
425 void WasmGraphBuilder::AppendToMerge(Node* merge, Node* from) {
426 DCHECK(IrOpcode::IsMergeOpcode(merge->opcode()));
427 merge->AppendInput(jsgraph()->zone(), from);
428 int new_size = merge->InputCount();
430 merge, jsgraph()->common()->ResizeMergeOrPhi(merge->op(), new_size));
441 Node* WasmGraphBuilder::Merge(unsigned count, Node** controls)
1869 Node* merge = graph()->NewNode(common->Merge(2), is_heap, is_smi); local
2399 Node* merge = graph()->NewNode(common->Merge(2), if_true, if_false); local
2615 Node* merge = graph()->NewNode(common->Merge(2), if_not_smi, if_smi); local
    [all...]
simplified-lowering.cc 400 type = op_typer_.Merge(type, FeedbackTypeOf(node->InputAt(i)));
406 return op_typer_.Merge(FeedbackTypeOf(node->InputAt(1)),
3043 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 211 /// When Merge is true, the existing AA metadata is merged with that from this
213 void getAAMetadata(AAMDNodes &N, bool Merge = false) const;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 219 // static void Merge(const Type& from, Type* to);
338 static void Merge(const GenericType& from, GenericType* to) {
346 inline void GenericTypeHandler<MessageLite>::Merge(
384 static void Merge(const string& from, string* to) { *to = from; }
866 TypeHandler::Merge(other.template Get<TypeHandler>(i), Add<TypeHandler>());
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 219 // static void Merge(const Type& from, Type* to);
338 static void Merge(const GenericType& from, GenericType* to) {
346 inline void GenericTypeHandler<MessageLite>::Merge(
384 static void Merge(const string& from, string* to) { *to = from; }
866 TypeHandler::Merge(other.template Get<TypeHandler>(i), Add<TypeHandler>());
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 219 // static void Merge(const Type& from, Type* to);
338 static void Merge(const GenericType& from, GenericType* to) {
346 inline void GenericTypeHandler<MessageLite>::Merge(
384 static void Merge(const string& from, string* to) { *to = from; }
866 TypeHandler::Merge(other.template Get<TypeHandler>(i), Add<TypeHandler>());
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 219 // static void Merge(const Type& from, Type* to);
338 static void Merge(const GenericType& from, GenericType* to) {
346 inline void GenericTypeHandler<MessageLite>::Merge(
384 static void Merge(const string& from, string* to) { *to = from; }
866 TypeHandler::Merge(other.template Get<TypeHandler>(i), Add<TypeHandler>());
    [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 144 // Support for global analysis with HFlowEngine: Merge given state with
146 static HCheckTable* Merge(HCheckTable* succ_state, HBasicBlock* succ_block,
155 return succ_state->Merge(succ_block, pred_state, pred_block, zone);
310 // Merge this state with the other incoming state.
311 HCheckTable* Merge(HBasicBlock* succ, HCheckTable* that,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 189 virtual HRESULT STDMETHODCALLTYPE Merge(
346 HRESULT (STDMETHODCALLTYPE *Merge)(
468 #define IImageList_Merge(This,i1,punk2,i2,dx,dy,riid,ppv) (This)->lpVtbl->Merge(This,i1,punk2,i2,dx,dy,riid,ppv)
530 return This->lpVtbl->Merge(This,i1,punk2,i2,dx,dy,riid,ppv);
1009 HRESULT (STDMETHODCALLTYPE *Merge)(
    [all...]
  /external/protobuf/src/google/protobuf/
struct.pb.cc 419 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
885 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
    [all...]
any.pb.cc 343 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
message.cc 70 << ": Tried to merge from a message with a different type. "
73 ReflectionOps::Merge(from, this);
  /art/runtime/verifier/
method_verifier.h 75 // branch target addresses (because we merge into that).
270 // Merge src into this. Uses the most severe failure kind, and the union of types.
271 void Merge(const FailureData& src);
668 * Control can transfer to "next_insn". Merge the registers from merge_line into the table at
670 * In the case of fall-through, update the merge line on a change as its the working line for the
    [all...]
  /build/kati/
dep.go 170 glog.V(1).Infof("merge? %q", db.ruleVars)
171 glog.V(1).Infof("merge? %q", outputs[0])
179 glog.V(1).Info("merge!")
181 v.Merge(ivars)
182 v.Merge(vars)
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 408 // Merge Corpora[1:] into Corpora[0].
409 void Merge(const std::vector<std::string> &Corpora);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 333 /// The top-down traversal uses this to merge information about predecessors to
360 // merge the entries. Otherwise, copy the entry and merge it with an empty
365 Pair.first->second.Merge(Pair.second ? TopDownPtrState() : MI->second,
370 // same key, force it to merge with an empty entry.
373 MI->second.Merge(TopDownPtrState(), /*TopDown=*/true);
376 /// The bottom-up traversal uses this to merge information about successors to
403 // same key, merge the entries. Otherwise, copy the entry and merge
408 Pair.first->second.Merge(Pair.second ? BottomUpPtrState() : MI->second
    [all...]
  /external/nanopb-c/generator/google/protobuf/
text_format.py 43 'PrintFieldValue', 'Merge' ]
146 def Merge(text, message):
151 message: A protocol buffer message to merge into.

Completed in 2800 milliseconds

1 2 3 4 56 7 8 91011