Home
last modified time | relevance | path

Searched refs:LS0 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedThunderX3T110.td289 // 1 cycle on LS0/LS1.
295 // 2 cycles on LS0/LS1.
301 // 4 cycles on LS0/LS1.
308 // 5 cycles on LS0/LS1.
314 // 6 cycles on LS0/LS1.
320 // 4 + 5 cycles on LS0/LS1.
330 // 4 + 8 cycles on LS0/LS1.
340 // 11 cycles on LS0/LS1 and I1.
347 // 1 cycles on LS0/LS1 and I0/I1/I2/I3.
354 // 1 cycles on LS0/LS1 and 2 of I0/I1/I2/I3.
[all …]
DAArch64SchedThunderX2T99.td212 // 1 cycles on LS0 or LS1.
217 // 1 cycles on LS0 or LS1 and I0, I1, or I2.
223 // 1 cycles on LS0 or LS1 and 2 of I0, I1, or I2.
230 // 2 cycles on LS0 or LS1.
236 // 4 cycles on LS0 or LS1.
242 // 5 cycles on LS0 or LS1.
248 // 6 cycles on LS0 or LS1.
254 // 4 cycles on LS0 or LS1 and I0, I1, or I2.
260 // 4 cycles on LS0 or LS1 and 2 of I0, I1, or I2.
267 // 5 cycles on LS0 or LS1 and I0, I1, or I2.
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp283 if (const auto *LS0 = dyn_cast<LSBaseSDNode>(N)) in match() local
284 return matchLSNode(LS0, DAG); in match()