Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX3T110.td291 // 1 cycle on LS0/LS1.
297 // 2 cycles on LS0/LS1.
303 // 4 cycles on LS0/LS1.
310 // 5 cycles on LS0/LS1.
316 // 6 cycles on LS0/LS1.
322 // 4 + 5 cycles on LS0/LS1.
332 // 4 + 8 cycles on LS0/LS1.
342 // 11 cycles on LS0/LS1 and I1.
349 // 1 cycles on LS0/LS1 and I0/I1/I2/I3.
356 // 1 cycles on LS0/LS
[all...]
H A DAArch64SchedThunderX2T99.td213 // 1 cycles on LS0 or LS1.
218 // 1 cycles on LS0 or LS1 and I0, I1, or I2.
224 // 1 cycles on LS0 or LS1 and 2 of I0, I1, or I2.
231 // 2 cycles on LS0 or LS1.
237 // 4 cycles on LS0 or LS1.
243 // 5 cycles on LS0 or LS1.
249 // 6 cycles on LS0 or LS1.
255 // 4 cycles on LS0 or LS1 and I0, I1, or I2.
261 // 4 cycles on LS0 or LS1 and 2 of I0, I1, or I2.
268 // 5 cycles on LS0 o
[all...]
H A DAArch64SchedOryon.td75 // Port 6: Load/Store. LS0
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp303 if (const auto *LS0 = dyn_cast<LSBaseSDNode>(N)) in match() local
304 return matchLSNode(LS0, DAG); in match()