Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5318 bool AllLoads = true; in buildVector() local
5321 AllLoads = false; in buildVector()
5326 if (VT == MVT::v2i64 && !AllLoads) in buildVector()
5330 if (VT == MVT::v2f64 && !AllLoads) in buildVector()
5340 if (VT == MVT::v4f32 && !AllLoads) { in buildVector()