Home
last modified time | relevance | path

Searched defs:puIdx (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h274 CallNode *CreateStmtVirtualCall(PUIdx puIdx, const MapleVector<BaseNode *> &args) in CreateStmtVirtualCall()
279 CallNode *CreateStmtSuperclassCall(PUIdx puIdx, const MapleVector<BaseNode *> &args) in CreateStmtSuperclassCall()
284 CallNode *CreateStmtInterfaceCall(PUIdx puIdx, const MapleVector<BaseNode *> &args) in CreateStmtInterfaceCall()
Dcmpl.h364 PUIdx puIdx; // 32bit now member
Dmir_const.h307 PUIdx puIdx; variable
Dmir_module.h473 void SetPuIdxFieldSet(PUIdx puIdx, MapleSet<FieldID> *fieldIDSet) in SetPuIdxFieldSet()
Dmir_function.h1536 PUIdx puIdx = 0; // the PU index of this function variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_tab.h74 OriginalSt *CreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in CreateSymbolOriginalSt()
79 OriginalSt *FindOrCreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in FindOrCreateSymbolOriginalSt()
Dorig_symbol.h372 PUIdx puIdx; variable
Dme_ir.h858 AddroffuncMeExpr(int32 exprID, PUIdx puIdx) in AddroffuncMeExpr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp90 PUIdx puIdx = ImportFuncViaSym(func); in ImportLocalSymbol() local
205 PUIdx puIdx = ImportFuncViaSym(func); in ImportExpression() local
927 PUIdx puIdx = ImportFunction(); in ReadFunctionBodyField() local
Dmir_builder.cpp659 AddroffuncNode *MIRBuilder::CreateExprAddroffunc(PUIdx puIdx, MemPool *memPool) in CreateExprAddroffunc()
910 CallNode *MIRBuilder::CreateStmtCall(PUIdx puIdx, const MapleVector<BaseNode *> &args, Opcode opCod… in CreateStmtCall()
1020 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MIRSymbol *ret, Opcode op) in CreateStmtCallAssigned()
1030 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, cons… in CreateStmtCallAssigned()
1043 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, PregIdx pRegIdx, Opcode opcode, BaseNo… in CreateStmtCallRegassigned()
1054 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, P… in CreateStmtCallRegassigned()
Dbin_func_export.cpp154 void BinaryMplExport::OutputFuncViaSym(PUIdx puIdx) in OutputFuncViaSym()
Dbin_mpl_import.cpp140 PUIdx puIdx = ImportFunction(); in ImportConst() local
148 PUIdx puIdx = func->GetPuidx(); in ImportConst() local
1043 PUIdx puIdx = funcTab[static_cast<uint64>(-tag)]->GetPuidx(); in ImportFunction() local
Dmir_lower.cpp1116 PUIdx puIdx = addrofFunc->GetPUIdx(); in FuncTypeFromFuncPtrExpr() local
Dbin_mpl_export.cpp720 void BinaryMplExport::OutputFunction(PUIdx puIdx) in OutputFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_occur.h535 PUIdx puIdx; // if 0, its occ span multiple PUs; initial value must variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp404 CGNode *CallGraph::GetOrGenCGNode(PUIdx puIdx, bool isVcall, bool isIcall) in GetOrGenCGNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp286 char *puIdx = strdup(std::to_string(pIdx).c_str()); in EmitBBHeaderLabel() local