Home
last modified time | relevance | path

Searched defs:stIdx (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol_builder.cpp22 const StIdx stIdx = symbolTable.GetStIdxFromStrIdx(strIdx); in GetLocalDecl() local
44 const StIdx stIdx = GlobalTables::GetGsymTable().GetStIdxFromStrIdx(strIdx); in GetGlobalDecl() local
Dmir_module.cpp106 void MIRModule::AddSymbol(StIdx stIdx) in AddSymbol()
302 for (StIdx stIdx : symbolSet) { in DumpGlobalArraySymbol() local
Dmir_nodes.cpp1222 StIdx stIdx = nrets.begin()->first; in DumpCallReturns() local
1246 StIdx stIdx = (it)->first; in DumpCallReturns() local
1313 StIdx stIdx = nRets.begin()->first; in GetCallReturnSymbol() local
1361 StIdx stIdx = nRets.begin()->first; in GetCallReturnSymbol() local
1602 StIdx stIdx = asmOutputs[i].first; in DumpOutputs() local
1860 inline MIRTypeKind GetTypeKind(StIdx stIdx) in GetTypeKind()
1911 inline bool IsStructureVerify(FieldID fieldID, StIdx stIdx) in IsStructureVerify()
Dmir_builder.cpp270 MIRFunction *MIRBuilder::GetFunctionFromStidx(StIdx stIdx) in GetFunctionFromStidx()
315 MIRFunction *MIRBuilder::CreateFunction(StIdx stIdx, bool addToTable) const in CreateFunction()
332 StIdx stIdx = GlobalTables::GetGsymTable().GetStIdxFromStrIdx(strIdx); in GetOrCreateGlobalDecl() local
352 StIdx stIdx = symbolTable.GetStIdxFromStrIdx(strIdx); in GetOrCreateLocalDecl() local
932 StIdx stIdx = GlobalTables::GetGsymTable().GetStIdxFromStrIdx(strIdx); in CreateStmtCall() local
Dparser.cpp406 StIdx stIdx = classType.GetMethodsElement(i).first; in ParseClassType() local
444 StIdx stIdx = interfaceType.GetMethodsElement(i).first; in ParseInterfaceType() local
Dmir_lower.cpp71 StIdx stIdx = static_cast<DreadNode *>(condExpr)->GetStIdx(); in LowerCondGotoStmtWithBuiltinExpect() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h197 SymbolAlloc *GetSymAllocInfo(uint32 stIdx) in GetSymAllocInfo()
203 void SetSymAllocInfo(uint32 stIdx, SymbolAlloc &symAlloc) in SetSymAllocInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp129 auto stIdx = cnode.GetNthReturnVec(0).first; in SimplifyMathMethod() local
314 StIdx stIdx = static_cast<const AddrofNode *>(expr)->GetStIdx(); in UseGlobalVar() local
393 auto stIdx = dread.GetStIdx(); in ReplaceExprWithConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h388 : stIdx(stIdx), fldIDAndOffset((static_cast<int64>(offset.val) << 32U) + fld), tyIdx(tyIdx) in stIdx() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp139 for (StIdx stIdx : mirModule->GetSymbolSet()) { in GenPrimordialObjectList() local
Demit.cpp867 StIdx stIdx = symAddr.GetSymbolIndex(); in EmitScalarConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp874 DassignNode *CGLowerer::SaveReturnValueInLocal(StIdx stIdx, uint16 fieldID) in SaveReturnValueInLocal()
1050 StIdx stIdx = p2nRets[0].first; in GenBlockNode() local
1176 auto stIdx = returnPair->first; in LowerIntrinsiccallAassignedToAssignStmt() local
2017 StIdx stIdx = cgLowerer.GetSymbolReferredToByPseudoRegister(rRead.GetRegIdx()); in IsAccessingTheSameMemoryLocation() local
2407 BaseNode *CGLowerer::ExtractSymbolAddress(const StIdx &stIdx) in ExtractSymbolAddress()
2421 StIdx stIdx = dread.GetStIdx(); in LowerDreadToThreadLocal() local
2450 StIdx stIdx = dAssign.GetStIdx(); in LowerDassignToThreadLocal() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h357 StIdx stIdx; member
Dglobal_tables.h879 void SetStrIdxStIdxMap(GStrIdx strIdx, StIdx stIdx) in SetStrIdxStIdxMap()
Dmir_function.h648 void SetStIdx(StIdx stIdx) in SetStIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1812 StIdx stIdx = symAddr.GetSymbolIndex(); in EmitAddrofElement() local
Dx64_MPIsel.cpp823 StIdx stIdx = (*p2nrets)[0].first; in SelectOverFlowCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1148 void AArch64CGFunc::SelectDassign(StIdx stIdx, FieldID fieldId, PrimType rhsPType, Operand &opnd0) in SelectDassign()
1499 StIdx stIdx = node.asmOutputs[i].first; in SelectAsm() local
7987 StIdx stIdx = (*p2nrets)[0].first; in SelectIcall() local