Lines Matching refs:CmpVT
12098 EVT CmpVT = LHS.getValueType().changeVectorElementTypeToInteger(); in LowerVSETCC() local
12105 EmitVectorComparison(LHS, RHS, AArch64CC, false, CmpVT, dl, DAG); in LowerVSETCC()
12119 CmpVT = MVT::v4i32; in LowerVSETCC()
12135 EmitVectorComparison(LHS, RHS, CC1, NoNaNs, CmpVT, dl, DAG); in LowerVSETCC()
12141 EmitVectorComparison(LHS, RHS, CC2, NoNaNs, CmpVT, dl, DAG); in LowerVSETCC()
12145 Cmp = DAG.getNode(ISD::OR, dl, CmpVT, Cmp, Cmp2); in LowerVSETCC()
15634 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding() local
15637 if (CmpVT != MVT::i32 && CmpVT != MVT::i64) in performSetccAddFolding()
15651 ISD::getSetCCInverse(InfoAndKind.Info.Generic.CC, CmpVT), CCVal, DAG, in performSetccAddFolding()
16251 EVT CmpVT = N->getOperand(2).getValueType(); in tryConvertSVEWideCompare() local
16296 SDValue Splat = DAG.getNode(ISD::SPLAT_VECTOR, DL, CmpVT, Imm); in tryConvertSVEWideCompare()
18720 EVT CmpVT = N0.getOperand(0).getValueType(); in performVSelectCombine() local
18723 if (ResVT.getSizeInBits() != CmpVT.getSizeInBits()) in performVSelectCombine()
18728 SetCC = DAG.getSetCC(SDLoc(N), CmpVT.changeVectorElementTypeToInteger(), in performVSelectCombine()
21534 EVT CmpVT = Pg.getValueType(); in LowerFixedLengthVectorSetccToSVE() local
21535 auto Cmp = DAG.getNode(AArch64ISD::SETCC_MERGE_ZERO, DL, CmpVT, in LowerFixedLengthVectorSetccToSVE()