Searched defs:pandaIns (Results 1 – 2 of 2) sorted by relevance
174 …32_t FunctionEmitter::UpdateForReturnIns(const ir::AstNode *astNode, panda::pandasm::Ins *pandaIns) in UpdateForReturnIns()202 bool FunctionEmitter::NeedToAddColumnForPandaIns(panda::pandasm::Ins *pandaIns) in NeedToAddColumnForPandaIns()218 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, panda::pandasm::Ins *pandaIns) in GenInstructionDebugInfo()473 auto *pandaIns = ins->Transform(); in GenFunctionInstructions() local
204 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, pandasm::Ins *pandaIns) in GenInstructionDebugInfo()239 auto &pandaIns = func->ins.emplace_back(); in GenFunctionInstructions() local