Home
last modified time | relevance | path

Searched defs:paramInfo (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dcallconv64_test.cpp91 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
107 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
123 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
142 auto paramInfo in TEST_F() local
158 auto paramInfo = GetCallconv()->GetParameterInfo(0); TEST_F() local
[all...]
H A Dencoder64_test_2.cpp769 auto paramInfo = test->GetCallconv()->GetParameterInfo(0); in TestParam() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dcallconv64_test.cpp94 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
110 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
126 auto paramInfo = GetCallconv()->GetParameterInfo(0); in TEST_F() local
145 auto paramInfo in TEST_F() local
161 auto paramInfo = GetCallconv()->GetParameterInfo(0); TEST_F() local
[all...]
H A Dencoder64_test_2.cpp602 auto paramInfo = test->GetCallconv()->GetParameterInfo(0); in TestParam() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dcallconv32_test.cpp87 auto paramInfo = GetCallconv()->GetParameterInfo(0); in CheckMissesDueAlign() local
128 auto paramInfo in CheckMixHfloatSfloat1() local
168 CheckMixHfloatSfloatSlotsPart1(ParameterInfo *paramInfo) CheckMixHfloatSfloatSlotsPart1() argument
211 auto paramInfo = GetCallconv()->GetParameterInfo(0); BigCheckMixHfloatSfloatSlots() local
251 auto paramInfo = GetCallconv()->GetParameterInfo(0); CheckUintParams() local
267 auto paramInfo = GetCallconv()->GetParameterInfo(0); CheckUintParams() local
283 auto paramInfo = GetCallconv()->GetParameterInfo(0); CheckUintParams() local
314 auto paramInfo = GetCallconv()->GetParameterInfo(0); TEST_F() local
330 auto paramInfo = GetCallconv()->GetParameterInfo(0); TEST_F() local
[all...]
H A Dencoder32_test_2.cpp584 auto paramInfo = test->GetCallconv()->GetParameterInfo(0); in TestParam() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_info_extractor.h103 std::vector<ParamInfo> paramInfo; member
H A Ddebug_info_extractor.cpp186 std::vector<ParamInfo> paramInfo; in EnumerateParameters() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dcallconv.cpp40 auto paramInfo = GetAllocator()->New<amd64::Amd64ParameterInfo>(); in GetParameterInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dcallconv.cpp47 auto paramInfo = GetAllocator()->New<aarch64::Aarch64ParameterInfo>(); in GetParameterInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dcallconv.cpp38 auto paramInfo = GetAllocator()->New<aarch32::Aarch32ParameterInfo>(); in GetParameterInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen-inl.h301 ALWAYS_INLINE void Codegen::AddParamRegsInLiveMasksHandleArgs(ParameterInfo *paramInfo, RegMask *liveRegs, in AddParamRegsInLiveMasksHandleArgs() argument
325 auto paramInfo = callconv->GetParameterInfo(0); in AddParamRegsInLiveMasks() local
367 auto paramInfo = GetCallingConvention()->GetParameterInfo(0); in EncodeImms() local
388 FillCallParamsHelper(Codegen *cg, ParameterInfo *paramInfo, SpillFillInst *regMoves, ArenaVector<Reg> *spMoves, in FillCallParamsHelper() argument
456 auto paramInfo = GetCallingConvention()->GetParameterInfo(0); FillCallParams() local
[all...]
H A Dcodegen.cpp1395 auto paramInfo = GetCallingConvention()->GetParameterInfo(explicitArgs); in CreateCallIntrinsic() local

Completed in 15 milliseconds