Searched refs:InsertInsnBefore (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_standardize.cpp | 134 insn.GetBB()->InsertInsnBefore(insn, movInsn0); in StdzFloatingNeg() 144 insn.GetBB()->InsertInsnBefore(insn, movabs); in StdzFloatingNeg() 149 insn.GetBB()->InsertInsnBefore(insn, xorq); in StdzFloatingNeg() 154 insn.GetBB()->InsertInsnBefore(insn, xorq); in StdzFloatingNeg() 160 insn.GetBB()->InsertInsnBefore(insn, movq); in StdzFloatingNeg() 179 insn.GetBB()->InsertInsnBefore(insn, copyInsn); in StdzShiftOp()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_mop_split.h | 130 (void)bb->InsertInsnBefore(*insn, newInsn); in AddInsnSplit() 164 (void)bb->InsertInsnBefore(*insn, movInsn); in AddInsnSplit() 181 (void)bb->InsertInsnBefore(*insn, movInsn); in AddInsnSplit() 236 (void)bb->InsertInsnBefore(*insn, newInsn); in SubInsnSplit() 266 (void)bb->InsertInsnBefore(*insn, movInsn); in SubInsnSplit() 283 (void)bb->InsertInsnBefore(*insn, movInsn); in SubInsnSplit() 317 (void)bb->InsertInsnBefore(*insn, movInsn); in AddsSubsInsnSplit() 322 (void)bb->InsertInsnBefore(*insn, newInsn); in AddsSubsInsnSplit() 373 bb->InsertInsnBefore(*insn, addInsn); in MemOfstSplitWithAdd() 418 bb->InsertInsnBefore(*ins in CondCompareInsnSplit() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/ |
H A D | cg_cgbb_test.cpp | 53 maplebe::Insn *ans = test_bb.InsertInsnBefore(existing, newInsn); in TEST() 58 ans = test_bb.InsertInsnBefore(existing, newInsn1); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | standardize.cpp | 86 (void)insn.GetBB()->InsertInsnBefore(insn, newInsn); in AddressMapping()
|
H A D | cfi_generator.cpp | 59 (void)bb.InsertInsnBefore(*bb.GetFirstInsn(), startProcInsn); in GenerateStartDirective()
|
H A D | reg_alloc_lsra.cpp | 1195 insn.GetBB()->InsertInsnBefore(*nextInsn, *stInsn); in InsertCallerSave() 1211 insn.GetBB()->InsertInsnBefore(insn, *ldInsn); in InsertCallerSave() 1325 insn.GetBB()->InsertInsnBefore(*nextInsn, *stInsn); in SpillOperand() 1348 insn.GetBB()->InsertInsnBefore(insn, *ldInsn); in SpillOperand()
|
H A D | cgbb.cpp | 25 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore() function in maplebe::BB
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cgbb.h | 175 Insn *InsertInsnBefore(Insn &existing, Insn &newInsn); 188 InsertInsnBefore(*firstInsn, insn);
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_peep.cpp | 1095 bb.InsertInsnBefore(insn, newInsn); in Run() 1863 bb.InsertInsnBefore(*prevPrevInsn, ubfxInsn); in Run()
|
H A D | aarch64_cgfunc.cpp | 4235 insn.GetBB()->InsertInsnBefore(insn, newInsn); 4249 insn.GetBB()->InsertInsnBefore(insn, newInsn); 4262 (void)insn.GetBB()->InsertInsnBefore(insn, movInsn); 4263 (void)insn.GetBB()->InsertInsnBefore(insn, newInsn);
|
Completed in 18 milliseconds