Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4423 bool AllLoads = true; in buildVector() local
4426 AllLoads = false; in buildVector()
4431 if (VT == MVT::v2i64 && !AllLoads) in buildVector()
4435 if (VT == MVT::v2f64 && !AllLoads) in buildVector()
4445 if (VT == MVT::v4f32 && !AllLoads) { in buildVector()