Home
last modified time | relevance | path

Searched defs:stIdx (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol_builder.cpp22 const StIdx stIdx = symbolTable.GetStIdxFromStrIdx(strIdx); in GetLocalDecl() local
H A Dmir_nodes.cpp530 StIdx stIdx = nrets.begin()->first; in DumpCallReturns() local
554 StIdx stIdx = (it)->first; in DumpCallReturns() local
H A Dmir_module.cpp103 void MIRModule::AddSymbol(StIdx stIdx) in AddSymbol() argument
H A Dmir_lower.cpp55 StIdx stIdx = static_cast<DreadNode *>(condExpr)->GetStIdx(); in LowerCondGotoStmtWithBuiltinExpect() local
H A Dmir_builder.cpp108 StIdx stIdx = symbolTable.GetStIdxFromStrIdx(strIdx); in GetOrCreateLocalDecl() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dmemlayout.h197 SymbolAlloc *GetSymAllocInfo(uint32 stIdx) in GetSymAllocInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dcmpl.h352 StIdx stIdx; member
H A Dmir_const.h255 StIdx stIdx; member in maple::MIRAddrofConst
H A Dmir_nodes.h953 StIdx stIdx; member in AddrofNode
978 StIdx stIdx; member in DreadoffNode
[all...]
H A Dmir_function.h634 void SetStIdx(StIdx stIdx) in SetStIdx() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1602 StIdx stIdx = symAddr.GetSymbolIndex(); in EmitAddrofElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp122 DassignNode *CGLowerer::SaveReturnValueInLocal(StIdx stIdx, uint16 fieldID) in SaveReturnValueInLocal() argument
250 StIdx stIdx = p2nRets[0].first; in GenBlockNode() local
329 auto stIdx in LowerIntrinsiccallAassignedToAssignStmt() local
654 StIdx stIdx = cgLowerer.GetSymbolReferredToByPseudoRegister(rRead.GetRegIdx()); IsAccessingTheSameMemoryLocation() local
756 ExtractSymbolAddress(const StIdx &stIdx) ExtractSymbolAddress() argument
770 StIdx stIdx = dread.GetStIdx(); LowerDreadToThreadLocal() local
799 StIdx stIdx = dAssign.GetStIdx(); LowerDassignToThreadLocal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp694 void AArch64CGFunc::SelectDassign(StIdx stIdx, FieldID fieldId, PrimType rhsPType, Operand &opnd0) in SelectDassign() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp701 StIdx stIdx = symAddr.GetSymbolIndex(); in EmitAsmLabel() local

Completed in 26 milliseconds