Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp2025 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandSETCC() local
2049 if (IsVP) { in ExpandSETCC()
2067 } else if (IsVP) { in ExpandSETCC()
2079 if (!IsVP) in ExpandSETCC()
H A DLegalizeDAG.cpp4236 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandNode() local
4246 if (IsVP) { in ExpandNode()
4262 } else if (IsVP) { in ExpandNode()
4274 if (!IsVP) in ExpandNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h522 bool IsVP) const;
H A DRISCVISelLowering.cpp9824 bool IsVP = in lowerVectorFPExtendOrRoundLike() local
9850 if (VT.isScalableVector() && IsDirectConv && !IsVP) in lowerVectorFPExtendOrRoundLike()
9856 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
9865 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
9871 if (!IsVP) in lowerVectorFPExtendOrRoundLike()
11105 bool IsVP) const { in lowerVectorMaskVecReduction()
11107 SDValue Vec = Op.getOperand(IsVP ? 1 : 0); in lowerVectorMaskVecReduction()
11126 if (IsVP) { in lowerVectorMaskVecReduction()
11142 if (IsVP || VecVT.isFixedLengthVector()) in lowerVectorMaskVecReduction()
11171 if (!IsVP) in lowerVectorMaskVecReduction()