Home
last modified time | relevance | path

Searched full:sf2 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.cpp83 std::sort(it, next, [](auto sf1, auto sf2) { return sf1.DstValue() > sf2.DstValue(); }); in SortSpillFillData() argument
86 std::sort(it, next, [](auto sf1, auto sf2) { return sf1.SrcValue() > sf2.SrcValue(); }); in SortSpillFillData() argument
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.acc.yaml74 .function void R.sf2(i32 a0, i32 a1) {
89 .function void sf2(i32 a0, i32 a1) {
136 - values: ['R.sf2, v1, 1']
137 - values: ['R.sf2, v2, v1, 2']
138 - values: ['R.sf2, v3, v2, v1, 3']
161 - values: ['sf2, v1, 1']
162 - values: ['sf2, v2, v1, 2']
163 - values: ['sf2, v3, v2, v1, 3']
Dcall.virt.acc.short.yaml69 .function void R.sf2(i32 a0, i32 a1) {
81 .function void sf2(i32 a0, i32 a1) {
104 - values: ['R.sf2, v0, 1']
113 - values: ['sf2, v0, 1']