Home
last modified time | relevance | path

Searched defs:merge (Results 101 - 125 of 141) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp272 const auto merge = _.FindDef(merge_id); in ValidateLoopMerge() local
460 FindCaseFallThrough( ValidationState_t& _, BasicBlock* target_block, uint32_t* case_fall_through, const BasicBlock* merge, const std::unordered_set<uint32_t>& case_targets, Function* function) FindCaseFallThrough() argument
519 StructuredSwitchChecks(ValidationState_t& _, Function* function, const Instruction* switch_inst, const BasicBlock* header, const BasicBlock* merge) StructuredSwitchChecks() argument
641 auto* merge = &_.ordered_instructions()[index - 1]; ValidateStructuredSelections() local
724 auto merge = construct.exit_block(); StructuredControlFlowChecks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProf.h269 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) { in merge() function in llvm::sampleprof::SampleRecord
446 sampleprof_error merge(const FunctionSamples &Other, uint64_t Weight = 1) { in merge() function in llvm::sampleprof::FunctionSamples
658 void merge(const ProfileSymbolList &List) { in merge() function in llvm::sampleprof::ProfileSymbolList
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java473 public void merge(String json, Message.Builder builder) throws InvalidProtocolBufferException { in merge() method in JsonFormat.Parser
487 public void merge(Reader json, Message.Builder builder) throws IOException { in merge() method in JsonFormat.Parser
1318 void merge(Reader json, Message.Builder builder) throws IOException { in merge() method in JsonFormat.ParserImpl
1338 void merge(String json, Message.Builder builder) throws InvalidProtocolBufferException { in merge() method in JsonFormat.ParserImpl
1352 void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in merge() method
1452 private void merge(JsonElement json, Message.Builder builder) merge() method in JsonFormat.ParserImpl
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs1047 fn merge(&mut self, previous: &Flags) { in merge() functions
/third_party/selinux/libsepol/src/
H A Dwrite.c105 avtab_write_item(policydb_t * p, avtab_ptr_t cur, struct policy_file *fp, unsigned merge, unsigned commit, uint32_t * nel) avtab_write_item() argument
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.cpp304 void Loop::SetMergeBlock(BasicBlock* merge) { in SetMergeBlock() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp278 const auto merge = _.FindDef(merge_id); in ValidateLoopMerge() local
466 FindCaseFallThrough( ValidationState_t& _, BasicBlock* target_block, uint32_t* case_fall_through, const BasicBlock* merge, const std::unordered_set<uint32_t>& case_targets, Function* function) FindCaseFallThrough() argument
525 StructuredSwitchChecks(ValidationState_t& _, Function* function, const Instruction* switch_inst, const BasicBlock* header, const BasicBlock* merge) StructuredSwitchChecks() argument
648 auto* merge = &_.ordered_instructions()[index - 1]; ValidateStructuredSelections() local
733 auto merge = construct.exit_block(); StructuredControlFlowChecks() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbink.c221 static void merge(GetBitContext *gb, uint8_t *dst, uint8_t *src, int size) in merge() function
/third_party/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp86 void TIntermediate::merge(TInfoSink& infoSink, TIntermediate& unit) in merge() function in glslang::TIntermediate
603 bool merge = true; in mergeBlockDefinitions() local
710 bool merge = true; mergeLinkerObjects() local
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.h640 Block &head, &body, &merge, &continue_target; member
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c947 struct v3d_qpu_instr merge = *a; in qpu_merge_inst() local
2182 struct schedule_node *merge = NULL; schedule_instructions() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp324 void merge() { in merge() function in nv50_ir::MergedDefs
1997 Instruction *merge = *it; in resolveSplitsAndMerges() local
2189 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); in condenseSrcs() local
[all...]
H A Dnv50_ir_lowering_nv50.cpp2107 Instruction *merge = bld.mkOp(OP_MERGE, bytes < 4 ? TYPE_U32 : ty, bld.getSSA(bytes < 4 ? 4 : bytes)); in handleSUSTP() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c543 static int merge(struct token *left, struct token *right) in merge() function
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc161 auto merge = gasm_->MakeLabel(); in ~IfBuilder0() local
228 auto merge = gasm_->MakeLabel(kPhiRepresentation); in Value() local
402 Node* merge = gasm_->graph()->NewNode(gasm_->common()->Merge(size), MergeExceptionalPaths() local
[all...]
H A Djs-generic-lowering.cc1214 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false); in LowerJSStackCheck() local
H A Dscheduler.cc559 void ConnectMerge(Node* merge) { in ConnectMerge() argument
1769 Node* merge = NodeProperties::GetControlInput(use, 0); GetBlockForUse() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp273 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge() function in __anon24043::BlockChain
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h1515 ANGLE_INLINE VkResult PipelineCache::merge(VkDevice device, in merge() function in rx::DescriptorSetIndex::PipelineCache
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp833 bool SkOpAngle::merge(SkOpAngle* angle) { in merge() function in SkOpAngle
H A DSkPathOpsTSect.cpp1692 void merge(const SkClosestRecord& mate) { in merge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp601 void InstrProfValueSiteRecord::merge(InstrProfValueSiteRecord &Input, in merge() function in llvm::InstrProfValueSiteRecord
655 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight, in merge() function in llvm::InstrProfRecord
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1320 bool WaitcntBrackets::merge(const WaitcntBrackets &Other) { in merge() function in WaitcntBrackets
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java1447 public static void merge(final Readable input, final Message.Builder builder) throws IOException { in merge() method in TextFormat
1452 public static void merge(final CharSequence input, final Message.Builder builder) in merge() method in TextFormat
1475 public static void merge( in merge() method in TextFormat
1488 public static void merge( merge() method in TextFormat
1641 public void merge(final Readable input, final Message.Builder builder) throws IOException { merge() method in TextFormat.Parser
1648 public void merge(final CharSequence input, final Message.Builder builder) merge() method in TextFormat.Parser
1657 public void merge( merge() method in TextFormat.Parser
1748 public void merge( merge() method in TextFormat.Parser
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h1758 void btree_node<P>::merge(btree_node *src, allocator_type *alloc) { in merge() function in absl::container_internal::btree_node

Completed in 60 milliseconds

123456