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 | 230 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()
|
| D | aarch64_reaching.cpp | 32 CCLocInfo pLoc; in InitStartGen() local
|
| D | aarch64_cgfunc.cpp | 1926 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/ |
| D | x64_call_conv.cpp | 177 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction … in LocateNextParm() 210 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal()
|
| D | x64_MPIsel.cpp | 857 CCLocInfo pLoc; in SelectCVaStart() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_call_conv.h | 191 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/ |
| D | aarch64_call_conv.h | 55 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/ |
| D | call_conv.h | 251 void InitCCLocInfo(CCLocInfo &pLoc) const in InitCCLocInfo()
|