Home
last modified time | relevance | path

Searched defs:pLoc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp35 static void AllocateHomogeneousAggregatesRegister(CCLocInfo &pLoc, std::vector<AArch64reg> &regList… in AllocateHomogeneousAggregatesRegister()
68 void AArch64CallConvImpl::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
112 uint64 AArch64CallConvImpl::AllocateRegisterForAgg(const MIRType &mirType, CCLocInfo &pLoc, uint64 … in AllocateRegisterForAgg()
161 void AArch64CallConvImpl::AllocateGPRegister(const MIRType &mirType, CCLocInfo &pLoc, uint64 size, … in AllocateGPRegister()
219 static void SetupCCLocInfoRegCount(CCLocInfo &pLoc) in SetupCCLocInfoRegCount()
260 uint64 AArch64CallConvImpl::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, M… in LocateNextParm()
335 uint64 AArch64WebKitJSCC::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIR… in LocateNextParm()
357 void AArch64WebKitJSCC::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
456 void AArch64WebKitJSCC::InitReturnInfo(MIRType &retTy, CCLocInfo &pLoc) in InitReturnInfo()
468 uint64 GHCCC::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFuncType *tF… in LocateNextParm()
[all …]
Daarch64_reaching.cpp32 CCLocInfo pLoc; in InitStartGen() local
Daarch64_cgfunc.cpp2197 CCLocInfo pLoc; in LmbcFindTotalStkUsed() local
9622 CCLocInfo pLoc; in SelectCVaStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_call_conv.cpp183 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction … in LocateNextParm()
216 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
Dx64_MPIsel.cpp858 CCLocInfo pLoc; in SelectCVaStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h199 void AllocateTwoGPParmRegisters(CCLocInfo &pLoc) in AllocateTwoGPParmRegisters()
222 void AllocateTwoGPReturnRegisters(CCLocInfo &pLoc) in AllocateTwoGPReturnRegisters()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_call_conv.h54 void SetupToReturnThroughMemory(CCLocInfo &pLoc) const in SetupToReturnThroughMemory()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h269 void InitCCLocInfo(CCLocInfo &pLoc) const in InitCCLocInfo()