Lines Matching refs:CmpVT
7814 EVT CmpVT = LHS.getValueType().changeVectorElementTypeToInteger(); in LowerVSETCC() local
7821 EmitVectorComparison(LHS, RHS, AArch64CC, false, CmpVT, dl, DAG); in LowerVSETCC()
7836 CmpVT = MVT::v4i32; in LowerVSETCC()
7852 EmitVectorComparison(LHS, RHS, CC1, NoNaNs, CmpVT, dl, DAG); in LowerVSETCC()
7858 EmitVectorComparison(LHS, RHS, CC2, NoNaNs, CmpVT, dl, DAG); in LowerVSETCC()
7862 Cmp = DAG.getNode(ISD::OR, dl, CmpVT, Cmp, Cmp2); in LowerVSETCC()
9740 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding() local
9743 if (CmpVT != MVT::i32 && CmpVT != MVT::i64) in performSetccAddFolding()
11038 EVT CmpVT = N0.getOperand(0).getValueType(); in performVSelectCombine() local
11041 if (ResVT.getSizeInBits() != CmpVT.getSizeInBits()) in performVSelectCombine()
11047 DAG.getSetCC(SDLoc(N), CmpVT.changeVectorElementTypeToInteger(), in performVSelectCombine()