Searched refs:assigner (Results 1 – 4 of 4) sorted by relevance
46 ir3_delayslots(struct ir3_instruction *assigner, in ir3_delayslots() argument60 if (is_meta(assigner) || is_meta(consumer)) in ir3_delayslots()63 if (writes_addr0(assigner) || writes_addr1(assigner)) in ir3_delayslots()66 if (soft && is_ss_producer(assigner)) in ir3_delayslots()67 return soft_ss_delay(assigner); in ir3_delayslots()70 if (is_ss_producer(assigner) || is_sy_producer(assigner)) in ir3_delayslots()86 bool mismatched_half = (assigner->dsts[0]->flags & IR3_REG_HALF) != in ir3_delayslots()130 ir3_delayslots_with_repeat(struct ir3_instruction *assigner, in ir3_delayslots_with_repeat() argument134 unsigned delay = ir3_delayslots(assigner, consumer, consumer_n, false); in ir3_delayslots_with_repeat()137 struct ir3_register *dst = assigner->dsts[assigner_n]; in ir3_delayslots_with_repeat()[all …]
1722 int ir3_delayslots(struct ir3_instruction *assigner,1724 unsigned ir3_delayslots_with_repeat(struct ir3_instruction *assigner,
755 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =766 }, assigner); in internalBuildGeneratedFileFrom() argument
2296 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS() local2297 assigner.DecideSpillingMode(); in DECL_PIPELINE_PHASE_CONSTANTS()2305 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS() local2306 assigner.AssignSpillSlots(); in DECL_PIPELINE_PHASE_CONSTANTS()2315 OperandAssigner assigner(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS() local2316 assigner.CommitAssignment(); in DECL_PIPELINE_PHASE_CONSTANTS()