Searched defs:pLoc (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 35 static void AllocateHomogeneousAggregatesRegister(CCLocInfo &pLoc, std::vector<AArch64reg> ®List… 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 …]
|
| D | aarch64_reaching.cpp | 32 CCLocInfo pLoc; in InitStartGen() local
|
| D | aarch64_cgfunc.cpp | 2197 CCLocInfo pLoc; in LmbcFindTotalStkUsed() local 9622 CCLocInfo pLoc; in SelectCVaStart() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_call_conv.cpp | 183 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction … in LocateNextParm() 216 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
|
| D | x64_MPIsel.cpp | 858 CCLocInfo pLoc; in SelectCVaStart() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_call_conv.h | 199 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/ |
| D | aarch64_call_conv.h | 54 void SetupToReturnThroughMemory(CCLocInfo &pLoc) const in SetupToReturnThroughMemory()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | call_conv.h | 269 void InitCCLocInfo(CCLocInfo &pLoc) const in InitCCLocInfo()
|