Home
last modified time | relevance | path

Searched defs:vregs (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dcode_info_test.cpp73 …areVRegs(CodeInfo &codeInfo, StackMap stackMap, int inlineInfoIndex, std::array<VRegInfo, N> vregs) in CompareVRegs()
100 void CodeInfoTest::SingleStackMapDoCheck(CodeInfo &codeInfo, const std::array<VRegInfo, 3U> &vregs) in SingleStackMapDoCheck()
146 …std::array vregs = {VRegInfo(1U, VRegInfo::Location::FP_REGISTER, VRegInfo::Type::INT64, VRegInfo:… in TEST_F() local
181 ArenaVector<uint8_t> CodeInfoTest::MultipleStackmapsBuild(const std::array<VRegInfo, 6U> &vregs, vo… in MultipleStackmapsBuild()
241 …MultipleStackmapsCheck1(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vregs, void *methodStu… in MultipleStackmapsCheck1()
262 …id CodeInfoTest::MultipleStackmapsCheck2(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vregs) in MultipleStackmapsCheck2()
311 std::array vregs = { in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp71 …Regs(CodeInfo &code_info, StackMap stack_map, int inline_info_index, std::array<VRegInfo, N> vregs) in CompareVRegs()
95 std::array vregs = {VRegInfo(1, VRegInfo::Location::FP_REGISTER, VRegInfo::Type::INT64, false), in TEST_F() local
166 std::array vregs = { in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp56 uint8_t Aarch32CallingConvention::PushPopVRegs(VRegMask vregs, bool isPush = true) in PushPopVRegs()
119 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool isCallee) in PushRegs()
157 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool isCallee) in PopRegs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp60 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs()
85 size_t Amd64CallingConvention::PopRegs(RegList regs, RegList vregs) in PopRegs()
/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor-inl.h71 …uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId code_id, uint32_t *vregs) in GetInstructions()
/arkcompiler/runtime_core/static_core/libpandafile/
Dcode_data_accessor-inl.h72 … uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId, uint32_t *vregs) in GetInstructions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp64 …Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, in PushRegs()
82 …64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, bool… in PopRegs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp481 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst() local
503 const auto &vregs = catch_phi->GetThrowableInsts(); in ReplaceThrowableInst() local
Dir_constructor.h741 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp213 auto vregs = GetCallerRegsMask(GetArch(), true); in IntrinsicSaveTlabStatsSafe() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp90 …BlockStates(size_t regs, size_t vregs, size_t stackSlots, size_t stackParams, ArenaAllocator *allo… in BlockStates()
204 BlockState::BlockState(size_t regs, size_t vregs, size_t stackSlots, size_t stackParams, ArenaAlloc… in BlockState()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h930 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs()
954 auto &vregs = saveStateInstVregsMap_[CurrentInstIndex()]; in CleanupInputs() local
1242 void ConstructInput(Inst *inst, size_t inputIdx, const std::vector<int> &vregs, size_t idx) in ConstructInput()
Dgraph.cpp722 const auto &vregs = catchPhi->GetThrowableInsts(); in RemoveThrowableInst() local
747 const auto &vregs = catchPhi->GetThrowableInsts(); in ReplaceThrowableInst() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp250 auto vregs = vregSlots / VREG_RECORD_SIZE; in BuildRegMap() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp899 static void FillRegisters(Frame *interpreterFrame, PandaVector<uint64_t> &vregs, in FillRegisters()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp667 …gAllocator::ClassifyOperand(std::unordered_set<regno_t> &pregs, std::unordered_set<regno_t> &vregs, in ClassifyOperand()