/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_replace_opselects_with_conditional_branches.cpp | 163 auto predecessor = GetIRContext()->get_instr_block( in InstructionNeedsSplitBefore() local
|
H A D | transformation_replace_opselect_with_conditional_branch.cpp | 88 auto predecessor = ir_context->get_instr_block(pred_id); in IsApplicable() local 107 auto predecessor = in Apply() local [all...] |
H A D | fuzzer_pass_add_opphi_synonyms.cpp | 278 auto predecessor = fuzzerutil::MaybeFindBlock(GetIRContext(), pred_id); GetSuitableIds() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_replace_opselects_with_conditional_branches.cpp | 163 auto predecessor = GetIRContext()->get_instr_block( in InstructionNeedsSplitBefore() local
|
H A D | transformation_replace_opselect_with_conditional_branch.cpp | 88 auto predecessor = ir_context->get_instr_block(pred_id); in IsApplicable() local 107 auto predecessor = in Apply() local [all...] |
H A D | fuzzer_pass_add_opphi_synonyms.cpp | 278 auto predecessor = fuzzerutil::MaybeFindBlock(GetIRContext(), pred_id); GetSuitableIds() local [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_replace_opselects_with_conditional_branches.cpp | 163 auto predecessor = GetIRContext()->get_instr_block( in InstructionNeedsSplitBefore() local
|
H A D | transformation_replace_opselect_with_conditional_branch.cpp | 88 auto predecessor = ir_context->get_instr_block(pred_id); in IsApplicable() local 107 auto predecessor = in Apply() local [all...] |
H A D | fuzzer_pass_add_opphi_synonyms.cpp | 278 auto predecessor = fuzzerutil::MaybeFindBlock(GetIRContext(), pred_id); GetSuitableIds() local [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-basic-block.h | 60 void set_empty_block_predecessor(BasicBlock* predecessor) { in set_empty_block_predecessor() argument
|
H A D | maglev-interpreter-frame-state.h | 247 MergePointInterpreterFrameState( const MaglevCompilationUnit& info, const InterpreterFrameState& state, int merge_offset, int predecessor_count, BasicBlock* predecessor, const compiler::BytecodeLivenessState* liveness) MergePointInterpreterFrameState() argument 290 Merge(MaglevCompilationUnit& compilation_unit, const InterpreterFrameState& unmerged, BasicBlock* predecessor, int merge_offset) Merge() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 214 GetIncomingBlock(Instruction* phi, uint32_t predecessor) GetIncomingBlock() argument 220 GetIncomingValue(Instruction* phi, uint32_t predecessor) GetIncomingValue() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | if_conversion.cpp | 214 GetIncomingBlock(Instruction* phi, uint32_t predecessor) GetIncomingBlock() argument 220 GetIncomingValue(Instruction* phi, uint32_t predecessor) GetIncomingValue() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 224 GetIncomingBlock(Instruction* phi, uint32_t predecessor) GetIncomingBlock() argument 230 GetIncomingValue(Instruction* phi, uint32_t predecessor) GetIncomingValue() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrule.cpp | 108 makeRules(UnicodeString& description, NFRuleSet *owner, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) makeRules() argument [all...] |
H A D | nfsubs.cpp | 317 makeSubstitution(int32_t pos, const NFRule* rule, const NFRule* predecessor, const NFRuleSet* ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) makeSubstitution() argument 829 ModulusSubstitution(int32_t _pos, const NFRule* rule, const NFRule* predecessor, const NFRuleSet* _ruleSet, const UnicodeString& description, UErrorCode& status) ModulusSubstitution() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrule.cpp | 108 makeRules(UnicodeString& description, NFRuleSet *owner, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) makeRules() argument [all...] |
H A D | nfsubs.cpp | 335 makeSubstitution(int32_t pos, const NFRule* rule, const NFRule* predecessor, const NFRuleSet* ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) makeSubstitution() argument 847 ModulusSubstitution(int32_t _pos, const NFRule* rule, const NFRule* predecessor, const NFRuleSet* _ruleSet, const UnicodeString& description, UErrorCode& status) ModulusSubstitution() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrule.cpp | 108 makeRules(UnicodeString& description, NFRuleSet *owner, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) makeRules() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NFRule.java | 131 makeRules(String description, NFRuleSet owner, NFRule predecessor, RuleBasedNumberFormat ownersOwner, List<NFRule> returnList) makeRules() argument 414 extractSubstitutions(NFRuleSet owner, String ruleText, NFRule predecessor) extractSubstitutions() argument 461 extractSubstitution(NFRuleSet owner, NFRule predecessor) extractSubstitution() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NFRule.java | 132 makeRules(String description, NFRuleSet owner, NFRule predecessor, RuleBasedNumberFormat ownersOwner, List<NFRule> returnList) makeRules() argument 415 extractSubstitutions(NFRuleSet owner, String ruleText, NFRule predecessor) extractSubstitutions() argument 462 extractSubstitution(NFRuleSet owner, NFRule predecessor) extractSubstitution() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_legalize.c | 101 struct ir3_block *predecessor = block->predecessors[i]; in legalize_block() local 118 struct ir3_block *predecessor = block->physical_predecessors[i]; in legalize_block() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir.c | 677 qir_link_blocks(struct qblock *predecessor, struct qblock *successor) in qir_link_blocks() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | spill-placer.cc | 359 InstructionBlock* predecessor = code->InstructionBlockAt(predecessor_id); in ForwardPass() local 465 void SpillPlacer::CommitSpill(int vreg, InstructionBlock* predecessor, in CommitSpill() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | schedule.cc | 49 void BasicBlock::AddPredecessor(BasicBlock* predecessor) { in AddPredecessor() argument [all...] |