Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp211 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Visit() local
227 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Visit() local
490 PUIdx pIdx = CG::GetCurCGFunc()->GetMirModule().CurFunction()->GetPuidx(); in Visit() local
Daarch64_emitter.cpp104 PUIdx pIdx = currCG->GetMIRModule()->CurFunction()->GetPuidx(); in EmitFastLSDA() local
182 PUIdx pIdx = cgFunc.GetMirModule().CurFunction()->GetPuidx(); in EmitFullLSDA() local
221 PUIdx pIdx = cgFunc.GetMirModule().CurFunction()->GetPuidx(); in EmitFullLSDA() local
285 PUIdx pIdx = currCG->GetMIRModule()->CurFunction()->GetPuidx(); in EmitBBHeaderLabel() local
562 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Run() local
583 PUIdx pIdx = cgFunc.GetMirModule().CurFunction()->GetPuidx(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phi_elimination.cpp104 void PhiEliminate::RecordRematInfo(regno_t vRegNO, PregIdx pIdx) in RecordRematInfo()
Dcfi.cpp107 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Visit() local
Demit.cpp130 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitLabelRef() local
351 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitAsmLabel() local
790 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitScalarConstant() local
2221 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()
337 …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.h824 MIRFunction *GetFunctionFromPuidx(PUIdx pIdx) const in GetFunctionFromPuidx()
830 void SetFunctionItem(uint32 pIdx, MIRFunction *func) in SetFunctionItem()
Dmir_nodes.h855 ResolveFuncNode(Opcode o, PrimType typ, PUIdx pIdx, BaseNode *opnd0, BaseNode *opnd1) in ResolveFuncNode()
1593 explicit RegreadNode(PregIdx pIdx) : BaseNode(OP_regread), regIdx(pIdx) {} in RegreadNode()
1595 RegreadNode(PrimType primType, PregIdx pIdx) : RegreadNode(pIdx) in RegreadNode()
1629 AddroffuncNode(PrimType typ, PUIdx pIdx) : BaseNode(OP_addroffunc, typ, 0), puIdx(pIdx) {} in AddroffuncNode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp67 size_t pIdx = parent[idx]; in CalculateDominatorTree() local
Dgraph_linearizer.cpp234 size_t pIdx = parentIdx_[idx]; in UnionFind() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp815 PUIdx pIdx = EnterUndeclaredFunction(true); in ParseStmtCallMcount() local
877 PUIdx pIdx; in ParseStmtCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2231 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitDwFormAddr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1716 PregIdx pIdx = GetCurrentFunc()->GetPregTab()->CreatePreg(ptyp); in LowerSwitchOpnd() local
3536 PregIdx pIdx = GetCurrentFunc()->GetPregTab()->CreatePreg(pType); in LowerIntrinsicMplClearStack() local