/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
H A D | x64_MPISel.h | 25 X64MPIsel(MemPool &mp, MapleAllocator &allocator, CGFunc &f) : MPISel(mp, allocator, f) {} in X64MPIsel() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cg_phasemanager.h | 38 explicit CgFuncPM(MemPool *mp) : FunctionPM(mp, &id) {} in CgFuncPM() argument
|
H A D | cg_irbuilder.h | 63 MemPool *mp; member in maplebe::InsnBuilder 77 explicit OperandBuilder(MemPool &mp, uint32 mirPregNum = 0) : alloc(&mp) in OperandBuilder() argument [all...] |
H A D | isel.h | 30 MPISel(MemPool &mp, MapleAllocator &allocator, CGFunc &f) : isMp(&mp), cgFunc(&f) {} in MPISel() argument
|
H A D | cg.h | 156 GCTIBPattern(GCTIBKey &patternKey, MemPool &mp) in GCTIBPattern() argument 372 virtual LiveAnalysis *CreateLiveAnalysis(MemPool &mp, CGFunc &f) const in CreateLiveAnalysis() argument 378 virtual MoveRegArgs *CreateMoveRegArgs(MemPool &mp, CGFunc &f) const in CreateMoveRegArgs() argument 382 virtual MPISel *CreateMPIsel(MemPool &mp, MapleAllocator &allocator, CGFunc &f) const in CreateMPIsel() argument 386 virtual Standardize *CreateStandardize(MemPool &mp, CGFunc &f) const in CreateStandardize() argument [all...] |
H A D | operand.h | 1466 LabelOperand(const char *parent, LabelIdx labIdx, MemPool &mp) in LabelOperand() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_cg.cpp | 57 PhiOperand &X64CG::CreatePhiOperand(MemPool &mp, MapleAllocator &mAllocator) in CreatePhiOperand() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cg.cpp | 225 PhiOperand &AArch64CG::CreatePhiOperand(MemPool &mp, MapleAllocator &mAllocator) in CreatePhiOperand() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cg_irbuilder.cpp | 77 ImmOperand &OperandBuilder::CreateImm(uint32 size, int64 value, MemPool *mp) in CreateImm() argument 82 ImmOperand &OperandBuilder::CreateImm(uint32 size, int64 value, bool isSigned, MemPool *mp) in CreateImm() argument 87 CreateImm(const MIRSymbol &symbol, int64 offset, int32 relocs, MemPool *mp) CreateImm() argument 93 CreateOfst(int64 offset, uint32 size, MemPool *mp) CreateOfst() argument 98 CreateMem(uint32 size, MemPool *mp) CreateMem() argument 103 CreateMem(RegOperand &baseOpnd, int64 offset, uint32 size, MemPool *mp) CreateMem() argument 112 CreateMem(uint32 size, RegOperand &baseOpnd, ImmOperand &ofstOperand, MemPool *mp) CreateMem() argument 120 CreateMem(uint32 size, RegOperand &baseOpnd, ImmOperand &ofstOperand, const MIRSymbol &symbol, MemPool *mp) CreateMem() argument 129 CreateBitShift(BitShiftOperand::ShiftOp op, uint32 amount, uint32 bitLen, MemPool *mp) CreateBitShift() argument 137 CreateVReg(uint32 size, RegType type, MemPool *mp) CreateVReg() argument 145 CreateVReg(regno_t vRegNO, uint32 size, RegType type, MemPool *mp) CreateVReg() argument 152 CreatePReg(regno_t pRegNO, uint32 size, RegType type, MemPool *mp) CreatePReg() argument 157 CreateList(MemPool *mp) CreateList() argument 162 CreateFuncNameOpnd(MIRSymbol &symbol, MemPool *mp) CreateFuncNameOpnd() argument 167 CreateLabel(const char *parent, LabelIdx idx, MemPool *mp) CreateLabel() argument [all...] |
H A D | peep.cpp | 527 MemPool *mp = GetPhaseMemPool(); in PhaseRun() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
H A D | maple_phase.h | 27 MaplePhase(MaplePhaseKind kind, MaplePhaseID id, MemPool &mp) in MaplePhase() argument 78 MapleModulePhase(MaplePhaseID id, MemPool *mp) : MaplePhase(kModulePhase, id, *mp) {} in MapleModulePhase() argument 87 MapleFunctionPhase(MaplePhaseID id, MemPool *mp) : MaplePhase(kFunctionPhase, id, *mp) {} in MapleFunctionPhase() argument 95 MapleSccPhase(MaplePhaseID id, MemPool *mp) : MaplePhase(kSccPhase, id, *mp) {} in MapleSccPhase() argument [all...] |
H A D | maple_phase_support.h | 139 explicit AnalysisDep(MemPool &mp) in AnalysisDep() argument
|
H A D | maple_phase_manager.h | 288 ModulePM(MemPool *mp, MaplePhaseID id) : MaplePhase(kModulePM, id, *mp), MaplePhaseManager(*mp) {} in ModulePM() argument 295 FunctionPM(MemPool *mp, MaplePhaseID id) : MapleModulePhase(id, mp), MaplePhaseManager(*mp) {} in FunctionPM() argument 302 SccPM(MemPool *mp, MaplePhaseID id) : MapleModulePhase(id, mp), MaplePhaseManager(*mp) {} in SccPM() argument 310 FunctionPhaseGroup(MemPool *mp, MaplePhaseI argument [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_date.cpp | 111 int64_t mp = (COEFFICIENT_TO_CIVIL[0] * doy + MONTH_COEFFICIENT) / local
|