Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp415 SmallVector<IntrinsicInst *, 4> ActiveLaneMasks; in TryConvertActiveLaneMask() local
420 ActiveLaneMasks.push_back(Int); in TryConvertActiveLaneMask()
422 if (ActiveLaneMasks.empty()) in TryConvertActiveLaneMask()
427 for (auto *ActiveLaneMask : ActiveLaneMasks) { in TryConvertActiveLaneMask()
447 for (auto *II : ActiveLaneMasks) in TryConvertActiveLaneMask()