Home
last modified time | relevance | path

Searched defs:srcOpnds (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6771 ListOperand *srcOpnds = CreateListOpnd(*GetFuncScopeAllocator()); in GenerateCleanupCode() local
7035 ListOperand *srcOpnds = CreateListOpnd(*GetFuncScopeAllocator()); in GenSaveMethodInfoCode() local
7383 ListOperand *srcOpnds = CreateListOpnd(*GetFuncScopeAllocator()); in GenRetCleanup() local
7398 ListOperand *srcOpnds = CreateListOpnd(*GetFuncScopeAllocator()); in GenRetCleanup() local
7622 ListOperand *srcOpnds = CreateListOpnd(*GetFuncScopeAllocator()); in HandleRCCall() local
7657 ListOperand *srcOpnds = CreateListOpnd(*GetFuncScopeAllocator()); in HandleRCCall() local
7674 ListOperand *srcOpnds = CreateListOpnd(*GetFuncScopeAllocator()); in HandleRCCall() local
7761 …SelectParmListDreadSmallAggregate(const MIRSymbol &sym, MIRType &structType, ListOperand &srcOpnds, in SelectParmListDreadSmallAggregate()
7814 ListOperand &srcOpnds, int32 offset, in SelectParmListIreadSmallAggregate()
7873 …SelectParmListDreadLargeAggregate(const MIRSymbol &sym, MIRType &structType, ListOperand &srcOpnds, in SelectParmListDreadLargeAggregate()
[all …]
Daarch64_proepilog.cpp442 ListOperand *srcOpnds = aarchCGFunc.CreateListOpnd(*cgFunc.GetFuncScopeAllocator()); in GenStackGuardCheckInsn() local
Daarch64_color_ra.cpp1152 auto &srcOpnds = static_cast<ListOperand &>(opnd1); in ComputeLiveRangesUpdateIfInsnIsCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp235 void X64MPIsel::SelectParmList(StmtNode &naryNode, ListOperand &srcOpnds, uint32 &fpNum) in SelectParmList()