Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp52 uint8_t Aarch32CallingConvention::PushPopVRegs(VRegMask vregs, bool isPush = true) in PushPopVRegs()
106 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool isCallee) in PushRegs()
144 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool isCallee) in PopRegs()
/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/tests/
Dcode_info_test.cpp73 …areVRegs(CodeInfo &codeInfo, StackMap stackMap, int inlineInfoIndex, std::array<VRegInfo, N> vregs) in CompareVRegs()
97 …std::array vregs = {VRegInfo(1U, VRegInfo::Location::FP_REGISTER, VRegInfo::Type::INT64, VRegInfo:… in TEST_F() local
168 std::array vregs = { in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp50 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs()
75 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.cpp49 …Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, in PushRegs()
67 …64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList vregs, bool… in PopRegs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp480 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst() local
502 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/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/
Dgraph.cpp716 const auto &vregs = catchPhi->GetThrowableInsts(); in RemoveThrowableInst() local
738 const auto &vregs = catchPhi->GetThrowableInsts(); in ReplaceThrowableInst() local
Dir_constructor.h930 IrConstructor &SrcVregs(std::vector<int> &&vregs) in SrcVregs()
954 auto &vregs = saveStateInstVregsMap_[CurrentInstIndex()]; in CleanupInputs() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp900 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.cpp974 …gAllocator::ClassifyOperand(std::unordered_set<regno_t> &pregs, std::unordered_set<regno_t> &vregs, in ClassifyOperand()
1000 std::unordered_set<regno_t> vregs; in SetOpndConflict() local