Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1451 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandSETCC() local
1466 if (IsVP) { in ExpandSETCC()
1479 if (!IsVP) in ExpandSETCC()
1490 if (!IsVP) in ExpandSETCC()
H A DLegalizeDAG.cpp3620 bool IsVP = Node->getOpcode() == ISD::VP_SETCC; in ExpandNode() local
3630 if (IsVP) { in ExpandNode()
3646 } else if (IsVP) { in ExpandNode()
3658 if (!IsVP) in ExpandNode()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h656 bool IsVP) const;
H A DRISCVISelLowering.cpp4396 bool IsVP = in lowerVectorFPExtendOrRoundLike() local
4421 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
4430 if (IsVP) { in lowerVectorFPExtendOrRoundLike()
4436 if (!IsVP) in lowerVectorFPExtendOrRoundLike()
5139 bool IsVP) const { in lowerVectorMaskVecReduction()
5141 SDValue Vec = Op.getOperand(IsVP ? 1 : 0); in lowerVectorMaskVecReduction()
5162 if (IsVP) { in lowerVectorMaskVecReduction()
5208 if (!IsVP) in lowerVectorMaskVecReduction()