Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1697 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandSETCC() local
1721 if (IsVP) { in ExpandSETCC()
1739 } else if (IsVP) { in ExpandSETCC()
1751 if (!IsVP) in ExpandSETCC()
H A DLegalizeDAG.cpp4098 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandNode() local
4108 if (IsVP) { in ExpandNode()
4124 } else if (IsVP) { in ExpandNode()
4136 if (!IsVP) in ExpandNode()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h949 bool IsVP) const;
H A DRISCVISelLowering.cpp8345 bool IsVP = in lowerVectorFPExtendOrRoundLike() local
8373 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
8382 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
8388 if (!IsVP) in lowerVectorFPExtendOrRoundLike()
9713 bool IsVP) const { in lowerVectorMaskVecReduction()
9715 SDValue Vec = Op.getOperand(IsVP ? 1 : 0); in lowerVectorMaskVecReduction()
9734 if (IsVP) { in lowerVectorMaskVecReduction()
9781 if (!IsVP) in lowerVectorMaskVecReduction()