/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1609 unsigned VecWidth = Ty->getPrimitiveSizeInBits(); upgradeX86VPERMT2Intrinsics() local 1956 unsigned VecWidth = CI.getType()->getPrimitiveSizeInBits(); upgradeAVX512MaskToSelect() local 2616 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local 2630 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local 2654 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local 3888 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local 3961 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local 3990 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local 4026 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local 4056 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); UpgradeIntrinsicCall() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 195 unsigned VecWidth = VecTy->getPrimitiveSizeInBits().getFixedValue(); getMemoryOpCost() local
|
H A D | HexagonSubtarget.cpp | 209 unsigned VecWidth = VecTy.getSizeInBits(); isHVXVectorType() local
|
H A D | HexagonISelLowering.cpp | 2664 unsigned VecWidth = VecTy.getSizeInBits(); extractVector() local 2713 unsigned VecWidth = VecTy.getSizeInBits(); extractVectorPred() local 2768 unsigned VecWidth = VecTy.getSizeInBits(); insertVector() local 3801 unsigned VecWidth = Subtarget.getVectorLength() * 8; findRepresentativeClass() local [all...] |
H A D | HexagonISelLoweringHVX.cpp | 469 unsigned VecWidth = VecTy.getSizeInBits(); in getPreferredHvxVectorAction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 173 Type *VecWidth = VecInst->getType(); in decompose() local
|
H A D | X86MCInstLower.cpp | 1545 printZeroUpperMove(const MachineInstr * MI,MCStreamer & OutStreamer,int SclWidth,int VecWidth,const char * ShuffleComment) printZeroUpperMove() argument
|
H A D | X86ISelDAGToDAG.cpp | 421 SDValue getExtractVEXTRACTImmediate(SDNode *N, unsigned VecWidth, in getExtractVEXTRACTImmediate() argument 429 SDValue getInsertVINSERTImmediate(SDNode *N, unsigned VecWidth, in getInsertVINSERTImmediate() argument 437 SDValue getPermuteVINSERTCommutedImmediate(SDNode *N, unsigned VecWidth, in getPermuteVINSERTCommutedImmediate() argument [all...] |
H A D | X86ISelLowering.cpp | 53548 unsigned VecWidth = SrcVecVT.getSizeInBits(); combineToFPTruncExtElt() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 1014 unsigned VecWidth = DataType->getPrimitiveSizeInBits(); hasActiveVectorLength() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1113 unsigned VecWidth = DataTy->getPrimitiveSizeInBits(); isLegalMaskedLoad() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1253 if (const auto *VecWidth = CurFuncDecl->getAttr<MinVectorWidthAttr>()) StartFunction() local
|
H A D | CGBuiltin.cpp | 13823 unsigned VecWidth = Ty->getPrimitiveSizeInBits(); EmitX86Ternlog() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 409 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); foldVecTruncToExtElt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 515 InnerLoopVectorizer(Loop * OrigLoop,PredicatedScalarEvolution & PSE,LoopInfo * LI,DominatorTree * DT,const TargetLibraryInfo * TLI,const TargetTransformInfo * TTI,AssumptionCache * AC,OptimizationRemarkEmitter * ORE,ElementCount VecWidth,ElementCount MinProfitableTripCount,unsigned UnrollFactor,LoopVectorizationLegality * LVL,LoopVectorizationCostModel * CM,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI,GeneratedRTChecks & RTChecks) InnerLoopVectorizer() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3717 uint32_t VecWidth; handleMinVectorWidthAttr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 12402 unsigned VecWidth = VT.getSizeInBits(); isConstantSplat() local
|