Searched refs:CreateCallStructParamPassByStack (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_MPISel.h | 92 void CreateCallStructParamPassByStack(MemOperand &addrOpnd, int32 symSize, int32 baseOffset);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 148 void X64MPIsel::CreateCallStructParamPassByStack(MemOperand &memOpnd, int32 symSize, int32 baseOffs… in CreateCallStructParamPassByStack() function in maplebe::X64MPIsel 211 CreateCallStructParamPassByStack(memOpnd, argSize, ploc.memOffset); in SelectParmListForAggregate()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 915 …void CreateCallStructParamPassByStack(int32 symSize, const MIRSymbol *sym, RegOperand *addrOpnd, i…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 7793 CreateCallStructParamPassByStack(symSize, &sym, nullptr, ploc.memOffset); in SelectParmListDreadSmallAggregate() 7825 CreateCallStructParamPassByStack(symSize, nullptr, addrOpnd1, ploc.memOffset); in SelectParmListIreadSmallAggregate() 7929 void AArch64CGFunc::CreateCallStructParamPassByStack(int32 symSize, const MIRSymbol *sym, RegOperan… in CreateCallStructParamPassByStack() function in maplebe::AArch64CGFunc
|