| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_insn.cpp | 211 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
|
| D | aarch64_emitter.cpp | 104 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/ |
| D | cg_phi_elimination.cpp | 104 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 | 130 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/ |
| 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() 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/ |
| 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 | 824 MIRFunction *GetFunctionFromPuidx(PUIdx pIdx) const in GetFunctionFromPuidx() 830 void SetFunctionItem(uint32 pIdx, MIRFunction *func) in SetFunctionItem()
|
| D | mir_nodes.h | 855 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/ |
| D | scheduler.cpp | 67 size_t pIdx = parent[idx]; in CalculateDominatorTree() local
|
| D | graph_linearizer.cpp | 234 size_t pIdx = parentIdx_[idx]; in UnionFind() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_parser.cpp | 815 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/ |
| D | x64_emitter.cpp | 2231 PUIdx pIdx = GetCG()->GetMIRModule()->CurFunction()->GetPuidx(); in EmitDwFormAddr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1716 PregIdx pIdx = GetCurrentFunc()->GetPregTab()->CreatePreg(ptyp); in LowerSwitchOpnd() local 3536 PregIdx pIdx = GetCurrentFunc()->GetPregTab()->CreatePreg(pType); in LowerIntrinsicMplClearStack() local
|