Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6328 bool AllLoads = true; in buildVector() local
6331 AllLoads = false; in buildVector()
6336 if (VT == MVT::v2i64 && !AllLoads) in buildVector()
6340 if (VT == MVT::v2f64 && !AllLoads) in buildVector()
6350 if (VT == MVT::v4f32 && !AllLoads) { in buildVector()