Home
last modified time | relevance | path

Searched defs:IsSelect (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1377 bool IsSelect = verifyDiagnosticWording() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2598 bool IsSelect = match(V, m_Select(m_Value(Cond), m_Value(A), m_Value(B))) && getFreelyInvertedImpl() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12880 static bool IsSelect(MachineInstr &MI) { IsSelect() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp18130 bool IsSelect = match(I, m_Select(m_Value(), m_Value(), m_Value())); isReductionCandidate() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5318 bool IsSelect = all_of(enumerate(Mask), [&](const auto &MaskIdx) { lowerVECTOR_SHUFFLE() local