Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A 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.
403 // 1 cycle on LS0/LS1 and SD.
410 // 2 cycles on LS0/LS1 and SD.
417 // 4 cycles on LS0/LS1 and SD.
[all …]
H A DAArch64SchedThunderX2T99.td212 // 1 cycles on LS0 or LS1.
217 // 1 cycles on LS0 or LS1 and 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.
293 // 1 cycles on LS0 or LS1 and F0 or F1.
299 // 5 cycles on LS0 or LS1 and F0 or F1.
305 // 6 cycles on LS0 or LS1 and F0 or F1.
311 // 7 cycles on LS0 or LS1 and F0 or F1.
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp283 if (const auto *LS0 = dyn_cast<LSBaseSDNode>(N)) in match() local
284 return matchLSNode(LS0, DAG); in match()