Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1703 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandSETCC() local
1727 if (IsVP) { in ExpandSETCC()
1745 } else if (IsVP) { in ExpandSETCC()
1757 if (!IsVP) in ExpandSETCC()
H A DLegalizeDAG.cpp4019 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandNode() local
4029 if (IsVP) { in ExpandNode()
4045 } else if (IsVP) { in ExpandNode()
4057 if (!IsVP) in ExpandNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h887 bool IsVP) const;
H A DRISCVISelLowering.cpp7808 bool IsVP = in lowerVectorFPExtendOrRoundLike() local
7833 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
7842 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
7848 if (!IsVP) in lowerVectorFPExtendOrRoundLike()
9091 bool IsVP) const { in lowerVectorMaskVecReduction()
9093 SDValue Vec = Op.getOperand(IsVP ? 1 : 0); in lowerVectorMaskVecReduction()
9112 if (IsVP) { in lowerVectorMaskVecReduction()
9159 if (!IsVP) in lowerVectorMaskVecReduction()