| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 214 static UserValue *merge(UserValue *L1, UserValue *L2) { in merge() function in __anon24031::UserValue
|
| H A D | MachineBlockPlacement.cpp | 273 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge() function in __anon24043::BlockChain
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1582 AttrBuilder &AttrBuilder::merge(const AttrBuilder &B) { in merge() function in AttrBuilder
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_cfg.cpp | 272 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/spirv-tools/source/opt/ |
| H A D | loop_descriptor.cpp | 306 void Loop::SetMergeBlock(BasicBlock* merge) { in SetMergeBlock() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | loop_descriptor.cpp | 306 void Loop::SetMergeBlock(BasicBlock* merge) { in SetMergeBlock() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_cfg.cpp | 272 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 D | SampleProf.h | 269 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 D | JsonFormat.java | 473 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 D | translate.rs | 1047 fn merge(&mut self, previous: &Flags) { in merge() functions
|
| /third_party/selinux/libsepol/src/ |
| H A D | write.c | 105 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 D | loop_descriptor.cpp | 304 void Loop::SetMergeBlock(BasicBlock* merge) { in SetMergeBlock() argument [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validate_cfg.cpp | 278 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 D | bink.c | 221 static void merge(GetBitContext *gb, uint8_t *dst, uint8_t *src, int size) in merge() function
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | linkValidate.cpp | 86 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 D | SpvBuilder.h | 640 Block &head, &body, &merge, &continue_target; member
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | qpu_schedule.c | 947 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 D | nv50_ir_ra.cpp | 324 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 D | nv50_ir_lowering_nv50.cpp | 2107 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 D | pre-process.c | 543 static int merge(struct token *left, struct token *right) in merge() function
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-call-reducer.cc | 161 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 D | js-generic-lowering.cc | 1214 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false); in LowerJSStackCheck() local
|
| H A D | scheduler.cc | 559 void ConnectMerge(Node* merge) { in ConnectMerge() argument 1769 Node* merge = NodeProperties::GetControlInput(use, 0); GetBlockForUse() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_wrapper.h | 1515 ANGLE_INLINE VkResult PipelineCache::merge(VkDevice device, in merge() function in rx::DescriptorSetIndex::PipelineCache
|
| /third_party/skia/src/pathops/ |
| H A D | SkOpAngle.cpp | 833 bool SkOpAngle::merge(SkOpAngle* angle) { in merge() function in SkOpAngle
|