Searched refs:LS0 (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedThunderX3T110.td | 291 // 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/LS1 and 2 of I0/I1/I2/I3. [all …]
|
| H A D | AArch64SchedThunderX2T99.td | 213 // 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 or LS1 and I0, I1, or I2. [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 298 if (const auto *LS0 = dyn_cast<LSBaseSDNode>(N)) in match() local 299 return matchLSNode(LS0, DAG); in match()
|