Home
last modified time | relevance | path

Searched defs:paramInfo (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dcallconv64_test.cpp103 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
119 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
135 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
151 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
167 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
Dencoder64_test.cpp2852 auto paramInfo = test->GetCallconv()->GetParameterInfo(0); in TestParam() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h623 …ALWAYS_INLINE inline void AddParamRegsInLiveMasksHandleArgs(ParameterInfo *paramInfo, RegMask *liv… in AddParamRegsInLiveMasksHandleArgs()
647 auto paramInfo = callconv->GetParameterInfo(0); in AddParamRegsInLiveMasks() local
717 auto paramInfo = GetCallingConvention()->GetParameterInfo(0); in EncodeImms() local
1167 ParameterInfo *paramInfo, SpillFillInst *regMoves, ArenaVector<Reg> *spMoves, in FillCallParamsHandleOperands()
1223 auto paramInfo = GetCallingConvention()->GetParameterInfo(0); in FillCallParams() local
Dcodegen.cpp1336 auto paramInfo = GetCallingConvention()->GetParameterInfo(explicitArgs); in CreateCallIntrinsic() local
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.h89 std::vector<ParamInfo> paramInfo; member
Ddebug_info_extractor.cpp206 std::vector<ParamInfo> paramInfo; in Extract() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp30 auto paramInfo = GetAllocator()->New<amd64::Amd64ParameterInfo>(); in GetParameterInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp34 auto paramInfo = GetAllocator()->New<aarch32::Aarch32ParameterInfo>(); in GetParameterInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp32 auto paramInfo = GetAllocator()->New<aarch64::Aarch64ParameterInfo>(); in GetParameterInfo() local