Searched refs:AddImm (Results 1 – 4 of 4) sorted by relevance
318 inst->AddImm(GetGraph()->GetAllocator(), imm<%= imm_index %>);331 inst->AddImm(GetGraph()->GetAllocator(), m_idx<%= id16_index %>);335 inst->AddImm(GetGraph()->GetAllocator(), string_id<%= id16_index %>);339 inst->AddImm(GetGraph()->GetAllocator(), literalarray_id<%= id16_index %>);
325 intrinsicClone->AddImm(targetGraph->GetAllocator(), imm); in Clone()
607 IrConstructor &AddImm(uint32_t imm) in AddImm() function609 CurrentInst()->CastToIntrinsic()->AddImm(graph_->GetAllocator(), imm); in AddImm()
2551 void AddImm(ArenaAllocator *allocator, uint32_t imm) in AddImm() function