• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/

Lines Matching refs:isVector

53   if (NarrowTy.isVector()) {
169 if (MainTy.isVector()) {
203 if (!ResultTy.isVector()) {
208 if (PartTy.isVector())
378 if (LCMTy.isVector()) {
750 if (DstTy.isVector())
766 if (DstTy.isVector())
856 if(MRI.getType(DstReg).isVector())
906 if (DstTy.isVector())
947 if (SrcTy.isVector())
953 if (SrcTy.isVector() && LeftoverBits != 0)
1233 assert(Ty.isVector());
1332 if (DstTy.isVector())
1455 if (SrcTy.isVector())
1561 if (SrcTy.isVector() || DstTy.isVector())
1610 if (!SrcTy.isVector())
1892 bool IsVec = MRI.getType(MI.getOperand(1).getReg()).isVector();
2215 if (SrcTy.isVector()) {
2219 if (DstTy.isVector()) {
2265 if (DstTy.isVector()) {
2301 if (MRI.getType(MI.getOperand(1).getReg()).isVector()) {
2391 if (Ty.isVector())
2452 if (DstTy.isVector())
2542 if (SrcTy.isVector())
2717 if (NarrowTy.isVector())
2746 NarrowTy0.isVector() ? NarrowTy0.getNumElements() : 1;
2836 if (NarrowTy.isVector()) {
2860 if (NarrowTy.isVector())
2881 unsigned NewElts = NarrowTy.isVector() ? NarrowTy.getNumElements() : 1;
2885 NumParts = NarrowTy.isVector() ? (OldElts / NewElts) : DstTy.getNumElements();
2886 NarrowTy1 = NarrowTy.isVector() ?
2891 unsigned NewElts = NarrowTy.isVector() ? NarrowTy.getNumElements() : 1;
2894 NumParts = NarrowTy.isVector() ? (OldElts / NewElts) :
2903 if (NarrowTy1.isVector() &&
2927 if (NarrowTy1.isVector())
2949 assert(TypeIdx == 0 || CondTy.isVector());
2964 if (CondTy.isVector()) {
2973 if (NarrowTy.isVector()) {
2986 if (CondTy.isVector())
2994 MIRBuilder.buildSelect(DstReg, CondTy.isVector() ? Src0Regs[i] : CondReg,
2999 if (NarrowTy0.isVector())
3289 unsigned NarrowElts = NarrowTy.isVector() ? NarrowTy.getNumElements() : 1;
3306 if (SrcTy.isVector()) {
3363 if (IsNarrow && DstTy.isVector())
3371 if (IsNarrow && DstTy.isVector())
3611 if (DstTy.isVector())
3788 if (MRI.getType(MI.getOperand(1).getReg()).isVector())
3894 if (Ty.isVector())
3979 if (MRI.getType(DstReg).isVector())
4056 if(MRI.getType(DstReg).isVector())
4115 if (DstTy.isVector())
4135 if (CondTy.isVector()) // TODO: Handle vselect
4683 if (MRI.getType(Src).isVector()) // TODO: Handle vectors directly.
5065 if (Src0Ty.isVector())
5158 (SrcTy.isVector() && DstTy == SrcTy.getElementType()))) {
5189 if (InsertTy.isVector() ||
5190 (DstTy.isVector() && DstTy.getElementType() != InsertTy))