Home
last modified time | relevance | path

Searched refs:AddSpill (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp492 spill_fill_inst->AddSpill(R1, slot1, DataType::UINT64); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2176 void AddSpill(Register src, StackSlot dst, DataType::Type type) in AddSpill() function