| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_insn.cpp | 213 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
|
| D | aarch64_emitter.cpp | 40 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
|
| D | aarch64_cgfunc.cpp | 2736 PregIdx pIdx = regAssignNode.GetRegIdx(); in SelectIreadoff() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_phi_elimination.cpp | 108 void PhiEliminate::RecordRematInfo(regno_t vRegNO, PregIdx pIdx) in RecordRematInfo()
|
| D | cfi.cpp | 107 PUIdx pIdx = emitter.GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in Visit() local
|
| D | emit.cpp | 139 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/ |
| D | orig_symbol.h | 43 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/ |
| D | cg_occur.h | 413 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/ |
| D | global_tables.h | 828 MIRFunction *GetFunctionFromPuidx(PUIdx pIdx) const in GetFunctionFromPuidx() 834 void SetFunctionItem(uint32 pIdx, MIRFunction *func) in SetFunctionItem()
|
| D | mir_nodes.h | 863 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/ |
| D | mir_parser.cpp | 79 PUIdx pIdx = EnterUndeclaredFunction(true); in ParseStmtCallMcount() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | scheduler.cpp | 27 size_t pIdx = parent[idx]; in UnionFind() local
|
| D | graph_linearizer.cpp | 236 size_t pIdx = parentIdx_[idx]; in UnionFind() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1385 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/ |
| D | x64_emitter.cpp | 2240 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitDwFormAddr() local
|