Home
last modified time | relevance | path

Searched defs:symLoc (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_args.h34 const X64SymbolAlloc *symLoc; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_memlayout.cpp66 X64SymbolAlloc *symLoc = memAllocator->GetMemPool()->New<X64SymbolAlloc>(); in LayoutFormalParams() local
114 X64SymbolAlloc *symLoc = memAllocator->GetMemPool()->New<X64SymbolAlloc>(); in LayoutLocalVariables() local
136 X64SymbolAlloc *symLoc = memAllocator->GetMemPool()->New<X64SymbolAlloc>(); AssignSpillLocationsToPseudoRegisters() local
[all...]
H A Dx64_args.cpp188 auto symLoc = static_cast<const X64SymbolAlloc *>(x64CGFunc->GetMemlayout()->GetSymAllocInfo(mirSym.GetStIndex())); in LoadStackArgsToVReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_args.cpp51 auto *symLoc = aarFunc->GetMemlayout()->GetSymAllocInfo(sym->GetStIndex()); in MoveRegisterArgs() local
H A Daarch64_memlayout.cpp78 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)); LayoutActualParams() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp730 const SymbolAlloc *symLoc = cgFunc->GetMemlayout()->GetSpillLocOfPseduoRegister(pregIdx); in SelectRegassign() local
759 const SymbolAlloc *symLoc = cgFunc->GetMemlayout()->GetSpillLocOfPseduoRegister(pregIdx); in SelectRegread() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h1080 const SymbolAlloc *symLoc = memLayout->GetSpillLocOfPseduoRegister(idx); in GetPseudoRegisterSpillLocation() local
1086 auto *symLoc = GetMemlayout()->GetLocOfSpillRegister(vrNum, memByteSize); in GetOrCreatSpillRegLocation() local

Completed in 8 milliseconds