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.cpp230 int32 AArch64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
286 int32 AArch64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunct… in LocateNextParm()
410 int32 AArch64CallConvImpl::ProcessPtyAggWhenLocateNextParm(MIRType &mirType, CCLocInfo &pLoc, uint6… in ProcessPtyAggWhenLocateNextParm()
683 int32 AArch64WebKitJSCC::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunctio… in LocateNextParm()
705 int32 AArch64WebKitJSCC::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
804 void AArch64WebKitJSCC::InitReturnInfo(MIRType &retTy, CCLocInfo &pLoc) in InitReturnInfo()
816 int32 GHCCC::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction *tFunc) in LocateNextParm()
845 int32 GHCCC::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
898 void GHCCC::InitReturnInfo(MIRType &retTy, CCLocInfo &pLoc) in InitReturnInfo()
Daarch64_reaching.cpp32 CCLocInfo pLoc; in InitStartGen() local
Daarch64_cgfunc.cpp1926 CCLocInfo pLoc; in SelectAggDassign() local
2303 CCLocInfo pLoc; in LmbcFindTotalStkUsed() local
2443 CCLocInfo pLoc; in SelectAggIassign() local
2792 CCLocInfo pLoc; in SelectReturnSendOfStructInRegs() local
10703 CCLocInfo pLoc; in SelectCVaStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_call_conv.cpp177 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction … in LocateNextParm()
210 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
Dx64_MPIsel.cpp857 CCLocInfo pLoc; in SelectCVaStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_call_conv.h191 void AllocateTwoGPParmRegisters(CCLocInfo &pLoc) in AllocateTwoGPParmRegisters()
213 void AllocateTwoGPReturnRegisters(CCLocInfo &pLoc) in AllocateTwoGPReturnRegisters()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_call_conv.h55 void SetupToReturnThroughMemory(CCLocInfo &pLoc) const in SetupToReturnThroughMemory()
83 void AllocateTwoGPRegisters(CCLocInfo &pLoc) in AllocateTwoGPRegisters()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h251 void InitCCLocInfo(CCLocInfo &pLoc) const in InitCCLocInfo()