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.cpp416 SmallVector<IntrinsicInst *, 4> ActiveLaneMasks; in TryConvertActiveLaneMask() local
421 ActiveLaneMasks.push_back(Int); in TryConvertActiveLaneMask()
423 if (ActiveLaneMasks.empty()) in TryConvertActiveLaneMask()
428 for (auto *ActiveLaneMask : ActiveLaneMasks) { in TryConvertActiveLaneMask()
448 for (auto *II : ActiveLaneMasks) in TryConvertActiveLaneMask()