Home
last modified time | relevance | path

Searched defs:pIdx (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp213 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Visit() local
230 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Visit() local
500 PUIdx pIdx = CG::GetCurCGFunc()->GetMirModule().CurFunction()->GetPuidx(); in Visit() local
Daarch64_emitter.cpp40 PUIdx pIdx = currCG->GetMIRModule()->CurFunction()->GetPuidx(); in EmitFastLSDA() local
75 PUIdx pIdx = currCG->GetMIRModule()->CurFunction()->GetPuidx(); in EmitBBHeaderLabel() local
332 PUIdx pIdx = cgFunc.GetMirModule().CurFunction()->GetPuidx(); in Run() local
Daarch64_cgfunc.cpp2736 PregIdx pIdx = regAssignNode.GetRegIdx(); in SelectIreadoff() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phi_elimination.cpp108 void PhiEliminate::RecordRematInfo(regno_t vRegNO, PregIdx pIdx) in RecordRematInfo()
Dcfi.cpp107 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Visit() local
Demit.cpp139 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitLabelRef() local
364 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitAsmLabel() local
882 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitScalarConstant() local
2313 PUIdx pIdx = cgFunc.GetMirModule().CurFunction()->GetPuidx(); in EmitLocalVariable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h43 OriginalSt(uint32 index, PregIdx rIdx, PUIdx pIdx, MapleAllocator &alloc) in OriginalSt()
48 OriginalSt(uint32 index, MIRSymbol &mirSt, PUIdx pIdx, FieldID fieldID, MapleAllocator &alloc) in OriginalSt()
344 …inalSt(OStIdx index, MapleAllocator &alloc, bool local, bool isFormal, FieldID fieldID, PUIdx pIdx, in OriginalSt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_occur.h413 PreWorkCand(MapleAllocator &alloc, Operand *curOpnd, PUIdx pIdx) in PreWorkCand()
427 void AddRealOccAsLast(CgOccur &occ, PUIdx pIdx) in AddRealOccAsLast()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h828 MIRFunction *GetFunctionFromPuidx(PUIdx pIdx) const in GetFunctionFromPuidx()
834 void SetFunctionItem(uint32 pIdx, MIRFunction *func) in SetFunctionItem()
Dmir_nodes.h863 ResolveFuncNode(Opcode o, PrimType typ, PUIdx pIdx, BaseNode *opnd0, BaseNode *opnd1) in ResolveFuncNode()
1602 explicit RegreadNode(PregIdx pIdx) : BaseNode(OP_regread), regIdx(pIdx) {} in RegreadNode()
1604 RegreadNode(PrimType primType, PregIdx pIdx) : RegreadNode(pIdx) in RegreadNode()
1638 AddroffuncNode(PrimType typ, PUIdx pIdx) : BaseNode(OP_addroffunc, typ, 0), puIdx(pIdx) {} in AddroffuncNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp79 PUIdx pIdx = EnterUndeclaredFunction(true); in ParseStmtCallMcount() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp27 size_t pIdx = parent[idx]; in UnionFind() local
Dgraph_linearizer.cpp236 size_t pIdx = parentIdx_[idx]; in UnionFind() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1385 auto genRetvalSave = [this, &newBlk](PregIdx &pIdx, SpecialReg sreg) { in LowerStructReturnInGpRegs()
1502 PregIdx pIdx = GetCurrentFunc()->GetPregTab()->CreatePreg(ptyp); in LowerSwitchOpnd() local
2765 PregIdx pIdx = GetCurrentFunc()->GetPregTab()->CreatePreg(pType); in LowerIntrinsicMplClearStack() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2240 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitDwFormAddr() local