Home
last modified time | relevance | path

Searched defs:mp (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_MPISel.h25 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 Dcg_phasemanager.h38 explicit CgFuncPM(MemPool *mp) : FunctionPM(mp, &id) {} in CgFuncPM() argument
H A Dcg_irbuilder.h63 MemPool *mp; member in maplebe::InsnBuilder
77 explicit OperandBuilder(MemPool &mp, uint32 mirPregNum = 0) : alloc(&mp) in OperandBuilder() argument
[all...]
H A Disel.h30 MPISel(MemPool &mp, MapleAllocator &allocator, CGFunc &f) : isMp(&mp), cgFunc(&f) {} in MPISel() argument
H A Dcg.h156 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 Doperand.h1466 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 Dx64_cg.cpp57 PhiOperand &X64CG::CreatePhiOperand(MemPool &mp, MapleAllocator &mAllocator) in CreatePhiOperand() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cg.cpp225 PhiOperand &AArch64CG::CreatePhiOperand(MemPool &mp, MapleAllocator &mAllocator) in CreatePhiOperand() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_irbuilder.cpp77 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 Dpeep.cpp527 MemPool *mp = GetPhaseMemPool(); in PhaseRun() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dmaple_phase.h27 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 Dmaple_phase_support.h139 explicit AnalysisDep(MemPool &mp) in AnalysisDep() argument
H A Dmaple_phase_manager.h288 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 Djs_date.cpp111 int64_t mp = (COEFFICIENT_TO_CIVIL[0] * doy + MONTH_COEFFICIENT) / local

Completed in 13 milliseconds