| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_ssa_update.cpp | 49 void VectorVersionStacks::RecordCurrentStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackS… in RecordCurrentStackSize() 60 void MapVersionStacks::RecordCurrentStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecordCurrentStackSize() 70 void VectorVersionStacks::RecoverStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecoverStackSize() 82 void MapVersionStacks::RecoverStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecoverStackSize()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ssa_update.h | 45 virtual void RecordCurrentStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecordCurrentStackSize() 51 virtual void RecoverStackSize(std::vector<std::pair<uint32, OStIdx>> &origStackSize) in RecoverStackSize()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | phase_driver.h | 32 virtual void ProcessRun(uint32, void *, void *) {} in ProcessRun() argument 34 virtual void ProcessFinish(uint32, void *, void *) {} in ProcessFinish() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_basic.cpp | 237 bool DefaultO0RegAllocator::CheckRangesOverlap(const std::pair<uint32, uint32> &range1, in CheckRangesOverlap() 238 … const MapleVector<std::pair<uint32, uint32>> &ranges2) const in CheckRangesOverlap() argument 246 …[](const std::pair<uint32, uint32> &r2, const std::pair<uint32, uint32> &r1) { return r1.first >= … in CheckRangesOverlap()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 29 void X64MoveRegArgs::CollectRegisterArgs(std::map<uint32, X64reg> &argsList, std::vector<uint32> &i… in CollectRegisterArgs() 75 ArgInfo X64MoveRegArgs::GetArgInfo(std::map<uint32, X64reg> &argsList, uint32 argIndex, std::vector… in GetArgInfo()
|
| D | elf_assembler.cpp | 624 void ElfAssembler::AppendFixup(int64 labelIdx, FixupKind kind, const std::pair<uint32, size_t> &off… in AppendFixup() 720 void ElfAssembler::AppendRela(const Label &label, const std::pair<uint32, size_t> &offsetPair, uint… in AppendRela()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_args.cpp | 30 void AArch64MoveRegArgs::CollectRegisterArgs(std::map<uint32, AArch64reg> &argsList, std::vector<ui… in CollectRegisterArgs() 76 ArgInfo AArch64MoveRegArgs::GetArgInfo(std::map<uint32, AArch64reg> &argsList, std::vector<uint32> … in GetArgInfo()
|
| D | aarch64_prop.cpp | 1996 std::unordered_map<uint32, bool> &visited) in DFSFindValidDefInsns() 2281 Insn &A64PregCopyPattern::CreateNewPhiInsn(std::unordered_map<uint32, RegOperand *> &newPhiList, In… in CreateNewPhiInsn() 2342 RegOperand &A64PregCopyPattern::DFSBuildPhiInsn(Insn *curInsn, std::unordered_map<uint32, RegOperan… in DFSBuildPhiInsn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | util.h | 22 using uint32 = uint32_t; variable
|
| D | operand.h | 283 Fixup(int64 index, FixupKind kind, const std::pair<uint32, size_t> &offset, int64 dispVal) in Fixup() 313 void SetOffset(const std::pair<uint32, size_t> &fixupOffset) in SetOffset()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | sparse_datainfo.h | 139 void EnlargeCapacityToAdaptSize(uint32 /* bitNO */) const in EnlargeCapacityToAdaptSize() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_scheduler.h | 92 virtual MplSchedulerParam *EncodeThreadMainEnvironment(uint32) in EncodeThreadMainEnvironment() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | types_def.h | 35 using uint32 = std::uint32_t; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_color_ra.h | 618 MapleMap<uint32, LiveUnit *>::iterator EraseLuMap(MapleMap<uint32, LiveUnit *>::iterator it) in EraseLuMap()
|