Searched defs:puIdx (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_builder.h | 274 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()
|
| D | cmpl.h | 363 PUIdx puIdx; // 32bit now member
|
| D | mir_const.h | 307 PUIdx puIdx; variable
|
| D | mir_module.h | 470 void SetPuIdxFieldSet(PUIdx puIdx, MapleSet<FieldID> *fieldIDSet) in SetPuIdxFieldSet()
|
| D | mir_function.h | 1560 PUIdx puIdx = 0; // the PU index of this function variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | ssa_tab.h | 74 OriginalSt *CreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in CreateSymbolOriginalSt() 79 OriginalSt *FindOrCreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in FindOrCreateSymbolOriginalSt()
|
| D | orig_symbol.h | 379 PUIdx puIdx; variable
|
| D | me_ir.h | 858 AddroffuncMeExpr(int32 exprID, PUIdx puIdx) in AddroffuncMeExpr()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_export.cpp | 155 void BinaryMplExport::OutputFuncViaSym(PUIdx puIdx) in OutputFuncViaSym()
|
| D | mir_builder.cpp | 668 AddroffuncNode *MIRBuilder::CreateExprAddroffunc(PUIdx puIdx, MemPool *memPool) in CreateExprAddroffunc() 921 CallNode *MIRBuilder::CreateStmtCall(PUIdx puIdx, const MapleVector<BaseNode *> &args, Opcode opCod… in CreateStmtCall() 1033 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MIRSymbol *ret, Opcode op) in CreateStmtCallAssigned() 1043 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, cons… in CreateStmtCallAssigned() 1056 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, PregIdx pRegIdx, Opcode opcode, BaseNo… in CreateStmtCallRegassigned() 1067 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, P… in CreateStmtCallRegassigned()
|
| D | mir_lower.cpp | 1094 PUIdx puIdx = addrofFunc->GetPUIdx(); in FuncTypeFromFuncPtrExpr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_occur.h | 535 PUIdx puIdx; // if 0, its occ span multiple PUs; initial value must variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 76 char *puIdx = strdup(std::to_string(pIdx).c_str()); in EmitBBHeaderLabel() local
|