Home
last modified time | relevance | path

Searched refs:InsertInsnBegin (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_live.cpp42 bb.InsertInsnBegin(pseudoInsn1); in InitEhDefine()
47 bb.InsertInsnBegin(pseudoInsn2); in InitEhDefine()
Daarch64_args.cpp367 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn1); in MoveLocalRefVarToRefLocals()
368 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn); in MoveLocalRefVarToRefLocals()
391 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn); in LoadStackArgsToVReg()
415 aarchCGFunc->GetCurBB()->InsertInsnBegin(vInsn); in MoveArgsToVReg()
424 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn); in MoveArgsToVReg()
Daarch64_reaching.cpp69 bb->InsertInsnBegin(pseudoInsn); in InitStartGen()
75 bb->InsertInsnBegin(pseudoInsn1); in InitStartGen()
82 bb->InsertInsnBegin(pseudoInsn1); in InitStartGen()
89 bb->InsertInsnBegin(pseudoInsn1); in InitStartGen()
117 bb->InsertInsnBegin(pseudoInsnTemp); in InitStartGen()
131 bb->InsertInsnBegin(pseudoInsn); in InitStartGen()
144 bb.InsertInsnBegin(pseudoInsn); in InitEhDefine()
150 bb.InsertInsnBegin(newPseudoInsn); in InitEhDefine()
Daarch64_color_ra.cpp3121 tgtBB->InsertInsnBegin(*remat); in SpillOperandForSpillPost()
3161 tgtBB->InsertInsnBegin(*newLd); in SpillOperandForSpillPost()
4721 exitSucc.InsertInsnBegin(*exitCom); in SplitVregAroundLoop()
Daarch64_proepilog.cpp821 static_cast<void>(coldBB->InsertInsnBegin(*in)); in IsolateFastPath()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp222 x64CGFunc->GetCurBB()->InsertInsnBegin(insn); in LoadStackArgsToVReg()
258 x64CGFunc->GetCurBB()->InsertInsnBegin(insn); in MoveArgsToVReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssa.cpp109 phiBB->InsertInsnBegin(phiInsn); in PrunedPhiInsertion()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h177 void InsertInsnBegin(Insn &insn) in InsertInsnBegin() function