Home
last modified time | relevance | path

Searched defs:predecessor (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp163 auto predecessor = GetIRContext()->get_instr_block( in InstructionNeedsSplitBefore() local
H A Dtransformation_replace_opselect_with_conditional_branch.cpp88 auto predecessor = ir_context->get_instr_block(pred_id); in IsApplicable() local
107 auto predecessor = in Apply() local
[all...]
H A Dfuzzer_pass_add_opphi_synonyms.cpp278 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 Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp163 auto predecessor = GetIRContext()->get_instr_block( in InstructionNeedsSplitBefore() local
H A Dtransformation_replace_opselect_with_conditional_branch.cpp88 auto predecessor = ir_context->get_instr_block(pred_id); in IsApplicable() local
107 auto predecessor = in Apply() local
[all...]
H A Dfuzzer_pass_add_opphi_synonyms.cpp278 auto predecessor = fuzzerutil::MaybeFindBlock(GetIRContext(), pred_id); GetSuitableIds() local
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp163 auto predecessor = GetIRContext()->get_instr_block( in InstructionNeedsSplitBefore() local
H A Dtransformation_replace_opselect_with_conditional_branch.cpp88 auto predecessor = ir_context->get_instr_block(pred_id); in IsApplicable() local
107 auto predecessor = in Apply() local
[all...]
H A Dfuzzer_pass_add_opphi_synonyms.cpp278 auto predecessor = fuzzerutil::MaybeFindBlock(GetIRContext(), pred_id); GetSuitableIds() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-basic-block.h60 void set_empty_block_predecessor(BasicBlock* predecessor) { in set_empty_block_predecessor() argument
H A Dmaglev-interpreter-frame-state.h247 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 Dif_conversion.cpp214 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 Dif_conversion.cpp214 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 Dif_conversion.cpp224 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 Dnfrule.cpp108 makeRules(UnicodeString& description, NFRuleSet *owner, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) makeRules() argument
[all...]
H A Dnfsubs.cpp317 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 Dnfrule.cpp108 makeRules(UnicodeString& description, NFRuleSet *owner, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) makeRules() argument
[all...]
H A Dnfsubs.cpp335 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 Dnfrule.cpp108 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 DNFRule.java131 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 DNFRule.java132 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 Dir3_legalize.c101 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 Dvc4_qir.c677 qir_link_blocks(struct qblock *predecessor, struct qblock *successor) in qir_link_blocks() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc359 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 Dschedule.cc49 void BasicBlock::AddPredecessor(BasicBlock* predecessor) { in AddPredecessor() argument
[all...]

Completed in 19 milliseconds

12