Home
last modified time | relevance | path

Searched defs:symLoc (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp63 X64SymbolAlloc *symLoc = memAllocator->GetMemPool()->New<X64SymbolAlloc>(); in LayoutFormalParams() local
111 X64SymbolAlloc *symLoc = memAllocator->GetMemPool()->New<X64SymbolAlloc>(); in LayoutLocalVariables() local
133 X64SymbolAlloc *symLoc = memAllocator->GetMemPool()->New<X64SymbolAlloc>(); in AssignSpillLocationsToPseudoRegisters() local
Dx64_args.cpp187 …auto symLoc = static_cast<const X64SymbolAlloc *>(x64CGFunc->GetMemlayout()->GetSymAllocInfo(mirSy… in LoadStackArgsToVReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp77 AArch64SymbolAlloc *symLoc = memAllocator->GetMemPool()->New<AArch64SymbolAlloc>(); in LayoutFormalParams() local
151 auto *symLoc = memAllocator->GetMemPool()->New<AArch64SymbolAlloc>(); in LayoutLocalVariables() local
181 AArch64SymbolAlloc *symLoc = static_cast<AArch64SymbolAlloc *>(GetSymAllocInfo(stIndex)); in LayoutActualParams() local
Daarch64_args.cpp48 auto *symLoc = aarFunc->GetMemlayout()->GetSymAllocInfo(sym->GetStIndex()); in MoveRegisterArgs() local
Daarch64_cgfunc.cpp3795 AArch64SymbolAlloc *symLoc = in GetOrCreateMemOpnd() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_args.h34 const X64SymbolAlloc *symLoc; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h216 auto *symLoc = CreateSymbolAlloc(); in AssignLocationToSpillReg() local
Dcgfunc.h1083 const SymbolAlloc *symLoc = memLayout->GetSpillLocOfPseduoRegister(idx); in GetPseudoRegisterSpillLocation() local
1089 auto *symLoc = GetMemlayout()->GetLocOfSpillRegister(vrNum, memByteSize); in GetOrCreatSpillRegLocation() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp770 const SymbolAlloc *symLoc = cgFunc->GetMemlayout()->GetSpillLocOfPseduoRegister(pregIdx); in SelectRegassign() local
790 const SymbolAlloc *symLoc = cgFunc->GetMemlayout()->GetSpillLocOfPseduoRegister(pregIdx); in SelectRegread() local