| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | ValueTypes.cpp | 112 return isExtendedVector() && isa<FixedVectorType>(LLVMTy); in isExtendedFixedLengthVector() 208 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT() 210 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 212 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() 214 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT() 216 return FixedVectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT() 218 return FixedVectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT() 220 return FixedVectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT() 222 return FixedVectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT() 224 return FixedVectorType::get(Type::getInt1Ty(Context), 256); in getTypeForEVT() [all …]
|
| D | InterleavedLoadCombinePass.cpp | 677 FixedVectorType *const VTy; 679 VectorInfo(FixedVectorType *VTy) in VectorInfo() 739 FixedVectorType *VTy = dyn_cast<FixedVectorType>(Op->getType()); in computeFromBCI() 789 FixedVectorType *ArgTy = in computeFromSVI() 790 cast<FixedVectorType>(SVI->getOperand(0)->getType()); in computeFromSVI() 1206 cast<FixedVectorType>(InterleavedLoad.front().SVI->getType()) in combine() 1208 FixedVectorType *ILTy = FixedVectorType::get(ETy, Factor * ElementsPerSVI); in combine() 1275 Candidates.emplace_back(cast<FixedVectorType>(SVI->getType())); in run()
|
| D | ExpandReductions.cpp | 129 cast<FixedVectorType>(Vec->getType())->getNumElements())) in expandReductions() 149 cast<FixedVectorType>(Vec->getType())->getNumElements())) in expandReductions() 161 cast<FixedVectorType>(Vec->getType())->getNumElements()) || in expandReductions()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DerivedTypes.h | 524 class FixedVectorType : public VectorType { 526 FixedVectorType(Type *ElTy, unsigned NumElts) in FixedVectorType() function 530 static FixedVectorType *get(Type *ElementType, unsigned NumElts); 532 static FixedVectorType *get(Type *ElementType, const FixedVectorType *FVTy) { in get() 536 static FixedVectorType *getInteger(FixedVectorType *VTy) { in getInteger() 537 return cast<FixedVectorType>(VectorType::getInteger(VTy)); in getInteger() 540 static FixedVectorType *getExtendedElementVectorType(FixedVectorType *VTy) { in getExtendedElementVectorType() 541 return cast<FixedVectorType>(VectorType::getExtendedElementVectorType(VTy)); in getExtendedElementVectorType() 544 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() 545 return cast<FixedVectorType>( in getTruncatedElementVectorType() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | MVEGatherScatterLowering.cpp | 89 FixedVectorType *Ty, Type *MemoryTy, 94 Value *decomposeGEP(Value *&Offsets, FixedVectorType *Ty, 195 unsigned OffsetElemSize = cast<FixedVectorType>(Offsets->getType()) in checkOffsetSize() 212 if (isa<FixedVectorType>(ConstOff->getType())) { in checkOffsetSize() 226 int &Scale, FixedVectorType *Ty, in decomposePtr() 241 FixedVectorType *PtrTy = cast<FixedVectorType>(Ptr->getType()); in decomposePtr() 247 Ptr, FixedVectorType::get(Builder.getInt32Ty(), 4)); in decomposePtr() 253 FixedVectorType *Ty, in decomposeGEP() 266 !isa<FixedVectorType>(Offsets->getType())) in decomposeGEP() 276 cast<FixedVectorType>(Offsets->getType())->getNumElements(); in decomposeGEP() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineVectorOps.cpp | 274 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in findDemandedEltsBySingleUser() 292 cast<FixedVectorType>(UserInstr->getType())->getNumElements(); in findDemandedEltsBySingleUser() 318 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in findDemandedEltsByAllUsers() 498 if (isa<FixedVectorType>(SVI->getType()) && isa<ConstantInt>(Index)) { in visitExtractElementInst() 502 unsigned LHSWidth = cast<FixedVectorType>(SVI->getOperand(0)->getType()) in visitExtractElementInst() 536 unsigned NumElts = cast<FixedVectorType>(V->getType())->getNumElements(); in collectSingleShuffleElements() 578 cast<FixedVectorType>(LHS->getType())->getNumElements(); in collectSingleShuffleElements() 608 auto *InsVecType = cast<FixedVectorType>(InsElt->getType()); in replaceExtractElements() 609 auto *ExtVecType = cast<FixedVectorType>(ExtElt->getVectorOperandType()); in replaceExtractElements() 692 unsigned NumElts = cast<FixedVectorType>(V->getType())->getNumElements(); in collectShuffleElements() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86LowerAMXIntrinsics.cpp | 49 if (auto *FVT = dyn_cast<FixedVectorType>(Ty)) in isV256I32Ty() 177 FixedVectorType *V256I32Ty = FixedVectorType::get(EltTy, 256); in createTileLoadStoreLoops() 302 FixedVectorType *V256I32Ty = FixedVectorType::get(B.getInt32Ty(), 256); in createTileDPLoops() 378 FixedVectorType *V4I8Ty = FixedVectorType::get(B.getInt8Ty(), 4); in createTileDPLoops() 379 FixedVectorType *V4I32Ty = FixedVectorType::get(B.getInt32Ty(), 4); in createTileDPLoops() 433 FixedVectorType *V2I16Ty = FixedVectorType::get(B.getInt16Ty(), 2); in createTileDPLoops() 434 FixedVectorType *V2F32Ty = FixedVectorType::get(B.getFloatTy(), 2); in createTileDPLoops() 562 FixedVectorType *V256I32Ty = FixedVectorType::get(Builder.getInt32Ty(), 256); in lowerTileZero()
|
| D | X86PartialReduction.cpp | 71 if (cast<FixedVectorType>(Op->getType())->getNumElements() < 8) in tryMAddReplacement() 139 auto *MulTy = cast<FixedVectorType>(Op->getType()); in tryMAddReplacement() 214 auto *OpTy = cast<FixedVectorType>(Op->getType()); in trySADReplacement() 248 FixedVectorType::get(Builder.getInt32Ty(), IntrinsicNumElts / 4); in trySADReplacement() 268 cast<FixedVectorType>(Ops[0]->getType())->getNumElements() * 2; in trySADReplacement() 278 NumElts = cast<FixedVectorType>(OpTy)->getNumElements(); in trySADReplacement() 285 cast<FixedVectorType>(Ops[0]->getType())->getNumElements(); in trySADReplacement() 313 unsigned NumElems = cast<FixedVectorType>(BO->getType())->getNumElements(); in matchAddReduction()
|
| D | X86InstCombineIntrinsic.cpp | 202 auto *VT = cast<FixedVectorType>(Vec->getType()); in simplifyX86immShift() 234 unsigned NumAmtElts = cast<FixedVectorType>(AmtVT)->getNumElements(); in simplifyX86immShift() 350 auto *VT = cast<FixedVectorType>(II.getType()); in simplifyX86varShift() 448 auto *ArgTy = cast<FixedVectorType>(Arg0->getType()); in simplifyX86pack() 451 assert(cast<FixedVectorType>(ResTy)->getNumElements() == (2 * NumSrcElts) && in simplifyX86pack() 513 auto *ArgTy = dyn_cast<FixedVectorType>(Arg->getType()); in simplifyX86movmsk() 567 auto *VecTy = cast<FixedVectorType>(II.getType()); in simplifyX86insertps() 668 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86extrq() 745 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86insertq() 810 auto *VecTy = cast<FixedVectorType>(II.getType()); in simplifyX86pshufb() [all …]
|
| D | X86InterleavedAccess.cpp | 72 void decompose(Instruction *Inst, unsigned NumSubVectors, FixedVectorType *T, 168 Instruction *VecInst, unsigned NumSubVectors, FixedVectorType *SubVecTy, in decompose() 204 VecBaseTy = FixedVectorType::get(Type::getInt8Ty(LI->getContext()), 16); in decompose() 724 auto *ShuffleTy = cast<FixedVectorType>(Shuffles[0]->getType()); in lowerIntoOptimizedSequence() 727 auto *ShuffleEltTy = cast<FixedVectorType>(Inst->getType()); in lowerIntoOptimizedSequence() 770 FixedVectorType::get(ShuffleEltTy, NumSubVecElems), in lowerIntoOptimizedSequence() 833 assert(cast<FixedVectorType>(SVI->getType())->getNumElements() % Factor == in lowerInterleavedStore()
|
| D | X86TargetTransformInfo.cpp | 1082 int OrigSubElts = cast<FixedVectorType>(SubTp)->getNumElements(); in getShuffleCost() 1091 auto *VecTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() 1093 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() 1171 cast<FixedVectorType>(BaseTp)->getNumElements()) { in getShuffleCost() 1180 auto *SingleOpTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() 3318 assert(isa<FixedVectorType>(Val) && "Fixed vector type expected"); in getVectorInstrCost() 3406 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost() 3477 for (unsigned i = 0, e = cast<FixedVectorType>(Ty)->getNumElements(); in getScalarizationOverhead() 3495 PowerOf2Ceil(cast<FixedVectorType>(Ty)->getNumElements()); in getScalarizationOverhead() 3536 auto *VTy = dyn_cast<FixedVectorType>(Src); in getMemoryOpCost() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 86 InstructionCost getBroadcastShuffleOverhead(FixedVectorType *VTy) { in getBroadcastShuffleOverhead() 100 InstructionCost getPermuteShuffleOverhead(FixedVectorType *VTy) { in getPermuteShuffleOverhead() 119 FixedVectorType *SubVTy) { in getExtractSubvectorOverhead() 123 assert((!isa<FixedVectorType>(VTy) || in getExtractSubvectorOverhead() 125 (int)cast<FixedVectorType>(VTy)->getNumElements()) && in getExtractSubvectorOverhead() 144 FixedVectorType *SubVTy) { in getInsertSubvectorOverhead() 148 assert((!isa<FixedVectorType>(VTy) || in getInsertSubvectorOverhead() 150 (int)cast<FixedVectorType>(VTy)->getNumElements()) && in getInsertSubvectorOverhead() 197 auto *VT = cast<FixedVectorType>(DataTy); in getCommonMaskedMemoryOpCost() 205 FixedVectorType::get( in getCommonMaskedMemoryOpCost() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | Scalarizer.cpp | 265 Size = cast<FixedVectorType>(Ty)->getNumElements(); in INITIALIZE_PASS_DEPENDENCY() 469 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitUnary() 489 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitBinary() 532 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitCall() 587 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitSelectInst() 641 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitGetElementPtrInst() 686 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitCastInst() 705 unsigned DstNumElems = cast<FixedVectorType>(DstVT)->getNumElements(); in visitBitCastInst() 706 unsigned SrcNumElems = cast<FixedVectorType>(SrcVT)->getNumElements(); in visitBitCastInst() 720 auto *MidTy = FixedVectorType::get(DstVT->getElementType(), FanOut); in visitBitCastInst() [all …]
|
| D | ScalarizeMaskedMemIntrin.cpp | 98 unsigned NumElts = cast<FixedVectorType>(Mask->getType())->getNumElements(); in isConstantIntVector() 153 VectorType *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedLoad() 179 unsigned VectorWidth = cast<FixedVectorType>(VecType)->getNumElements(); in scalarizeMaskedLoad() 318 unsigned VectorWidth = cast<FixedVectorType>(VecType)->getNumElements(); in scalarizeMaskedStore() 422 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedGather() 552 auto *SrcFVTy = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedScatter() 641 auto *VecType = cast<FixedVectorType>(CI->getType()); in scalarizeMaskedExpandLoad() 769 auto *VecType = cast<FixedVectorType>(Src->getType()); in scalarizeMaskedCompressStore()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/ |
| D | llvm-stress.cpp | 244 auto *VTp = cast<FixedVectorType>(Tp); in getRandomValue() 306 return FixedVectorType::get(Ty, width); in pickVectorType() 493 cast<FixedVectorType>(Val0->getType())->getNumElements()), in Act() 507 unsigned Width = cast<FixedVectorType>(Val0->getType())->getNumElements(); in Act() 540 cast<FixedVectorType>(Val0->getType())->getNumElements()), in Act() 557 auto *VecTy = cast<FixedVectorType>(VTy); in Act() 639 if (isa<FixedVectorType>(Val0->getType()) && (getRandom() & 1)) { in Act() 641 cast<FixedVectorType>(Val0->getType())->getNumElements(); in Act() 642 CondTy = FixedVectorType::get(CondTy, NumElem); in Act()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Type.cpp | 84 if (((isa<FixedVectorType>(this)) && Ty->isX86_MMXTy()) && in canLosslesslyBitCastTo() 87 if ((isX86_MMXTy() && isa<FixedVectorType>(Ty)) && in canLosslesslyBitCastTo() 92 if (((isa<FixedVectorType>(this)) && Ty->isX86_AMXTy()) && in canLosslesslyBitCastTo() 95 if ((isX86_AMXTy() && isa<FixedVectorType>(Ty)) && in canLosslesslyBitCastTo() 638 return FixedVectorType::get(ElementType, EC.getKnownMinValue()); in get() 650 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() 663 Entry = new (pImpl->Alloc) FixedVectorType(ElementType, NumElts); in get() 664 return cast<FixedVectorType>(Entry); in get()
|
| D | AutoUpgrade.cpp | 47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic() 670 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16) in UpgradeIntrinsicFunction1() 1048 auto *ResultTy = cast<FixedVectorType>(Op->getType()); in UpgradeX86PSLLDQIntrinsics() 1052 Type *VecTy = FixedVectorType::get(Builder.getInt8Ty(), NumElts); in UpgradeX86PSLLDQIntrinsics() 1082 auto *ResultTy = cast<FixedVectorType>(Op->getType()); in UpgradeX86PSRLDQIntrinsics() 1086 Type *VecTy = FixedVectorType::get(Builder.getInt8Ty(), NumElts); in UpgradeX86PSRLDQIntrinsics() 1115 llvm::VectorType *MaskTy = FixedVectorType::get( in getX86MaskVec() 1140 cast<FixedVectorType>(Op0->getType())->getNumElements()); in EmitX86Select() 1151 auto *MaskTy = FixedVectorType::get(Builder.getInt1Ty(), in EmitX86ScalarSelect() 1167 unsigned NumElts = cast<FixedVectorType>(Op0->getType())->getNumElements(); in UpgradeX86ALIGNIntrinsics() [all …]
|
| D | Constants.cpp | 135 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNotOneValue() 180 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNotMinSignedValue() 202 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isFiniteNonZeroFP() 223 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNormalFP() 244 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in hasExactInverseFP() 265 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in isNaN() 317 for (unsigned i = 0, e = cast<FixedVectorType>(VTy)->getNumElements(); in containsUndefinedElement() 339 if (auto *VTy = dyn_cast<FixedVectorType>(getType())) { in containsConstantExpression() 778 auto *VTy = dyn_cast<FixedVectorType>(Ty); in replaceUndefsWith() 802 auto *VTy = dyn_cast<FixedVectorType>(Ty); in mergeUndefsWith() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 377 auto *VTy = cast<FixedVectorType>(Ty); in getNumVectorRegs() 485 auto *VTy = cast<FixedVectorType>(Ty); in getArithmeticInstrCost() 616 assert(cast<FixedVectorType>(SrcTy)->getNumElements() == in getVectorTruncCost() 617 cast<FixedVectorType>(DstTy)->getNumElements() && in getVectorTruncCost() 633 unsigned VF = cast<FixedVectorType>(SrcTy)->getNumElements(); in getVectorTruncCost() 695 return FixedVectorType::get(ElTy, VF); in getCmpOpsType() 706 auto *DstVTy = cast<FixedVectorType>(Dst); in getBoolVecToIntConversionCost() 765 auto *SrcVecTy = cast<FixedVectorType>(Src); in getCastInstrCost() 766 auto *DstVecTy = dyn_cast<FixedVectorType>(Dst); in getCastInstrCost() 905 unsigned VF = cast<FixedVectorType>(ValTy)->getNumElements(); in getCmpSelInstrCost() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | SwiftCallingConv.cpp | 337 (end - begin) / cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry() 340 e = cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry() 695 cast<llvm::FixedVectorType>(vectorTy)->getNumElements()); in isLegalVectorType() 708 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType() 714 return {llvm::FixedVectorType::get(eltTy, numElts / 2), 2}; in splitLegalVectorType() 730 auto numElts = cast<llvm::FixedVectorType>(origVectorTy)->getNumElements(); in legalizeVectorType() 768 llvm::FixedVectorType::get(eltTy, candidateNumElts)); in legalizeVectorType() 778 components.push_back(llvm::FixedVectorType::get(eltTy, numElts)); in legalizeVectorType()
|
| D | CGBuiltin.cpp | 5355 static llvm::FixedVectorType *GetNeonType(CodeGenFunction *CGF, in GetNeonType() 5364 return llvm::FixedVectorType::get(CGF->Int8Ty, V1Ty ? 1 : (8 << IsQuad)); in GetNeonType() 5367 return llvm::FixedVectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad)); in GetNeonType() 5370 return llvm::FixedVectorType::get(CGF->BFloatTy, V1Ty ? 1 : (4 << IsQuad)); in GetNeonType() 5372 return llvm::FixedVectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad)); in GetNeonType() 5375 return llvm::FixedVectorType::get(CGF->HalfTy, V1Ty ? 1 : (4 << IsQuad)); in GetNeonType() 5377 return llvm::FixedVectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad)); in GetNeonType() 5379 return llvm::FixedVectorType::get(CGF->Int32Ty, V1Ty ? 1 : (2 << IsQuad)); in GetNeonType() 5382 return llvm::FixedVectorType::get(CGF->Int64Ty, V1Ty ? 1 : (1 << IsQuad)); in GetNeonType() 5387 return llvm::FixedVectorType::get(CGF->Int8Ty, 16); in GetNeonType() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | VectorCombine.cpp | 106 auto *Ty = dyn_cast<FixedVectorType>(I.getType()); in vectorizeLoadInsert() 380 auto *VecTy = cast<FixedVectorType>(Vec->getType()); in createShiftShuffle() 522 auto *DestTy = dyn_cast<FixedVectorType>(I.getType()); in foldBitcastShuf() 523 auto *SrcTy = dyn_cast<FixedVectorType>(V->getType()); in foldBitcastShuf() 720 auto *VecTy = dyn_cast<FixedVectorType>(X->getType()); in foldExtractedCmps() 735 auto *CmpTy = cast<FixedVectorType>(CmpInst::makeCmpResultType(X->getType())); in foldExtractedCmps() 779 static bool canScalarizeAccess(FixedVectorType *VecTy, Value *Idx, in canScalarizeAccess() 815 !isa<FixedVectorType>(SI->getValueOperand()->getType())) in foldSingleElementStore() 829 auto VecTy = cast<FixedVectorType>(SI->getValueOperand()->getType()); in foldSingleElementStore() 872 auto *FixedVT = dyn_cast<FixedVectorType>(LI->getType()); in scalarizeLoadExtract()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVTargetTransformInfo.cpp | 148 if (!isa<FixedVectorType>(DataTy)) in getGatherScatterOpCost() 152 auto *VTy = cast<FixedVectorType>(DataTy); in getGatherScatterOpCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | VectorUtils.cpp | 284 if (auto *FVTy = dyn_cast<FixedVectorType>(VTy)) { in findScalarElement() 315 if (SVI && isa<FixedVectorType>(SVI->getType())) { in findScalarElement() 317 cast<FixedVectorType>(SVI->getOperand(0)->getType())->getNumElements(); in findScalarElement() 838 unsigned NumElts1 = cast<FixedVectorType>(VecTy1)->getNumElements(); in concatenateTwoVectors() 839 unsigned NumElts2 = cast<FixedVectorType>(VecTy2)->getNumElements(); in concatenateTwoVectors() 896 E = cast<FixedVectorType>(ConstMask->getType())->getNumElements(); in maskIsAllZeroOrUndef() 922 E = cast<FixedVectorType>(ConstMask->getType())->getNumElements(); in maskIsAllOneOrUndef() 935 assert(isa<FixedVectorType>(Mask->getType()) && in possiblyDemandedEltsInMask() 942 cast<FixedVectorType>(Mask->getType())->getNumElements(); in possiblyDemandedEltsInMask()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPrintfRuntimeBinding.cpp | 219 auto *LLVMVecType = llvm::dyn_cast<llvm::FixedVectorType>(ArgType); in lowerPrintfForGpu() 222 ResType = llvm::FixedVectorType::get(ResType, NumElem); in lowerPrintfForGpu() 465 } else if (isa<FixedVectorType>(ArgType)) { in lowerPrintfForGpu() 467 uint32_t EleCount = cast<FixedVectorType>(ArgType)->getNumElements(); in lowerPrintfForGpu() 506 IType = FixedVectorType::get(IType, EleCount); in lowerPrintfForGpu()
|