/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1656 unsigned VecWidth = Ty->getPrimitiveSizeInBits(); in upgradeX86VPERMT2Intrinsics() local 2003 unsigned VecWidth = CI.getType()->getPrimitiveSizeInBits(); in upgradeAVX512MaskToSelect() local 2468 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local 2489 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local 2513 unsigned VecWidth = OpTy->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local 3706 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local 3779 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local 3808 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local 3844 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local 3874 unsigned VecWidth = CI->getType()->getPrimitiveSizeInBits(); in upgradeX86IntrinsicCall() local
|
H A D | Verifier.cpp | 6169 unsigned VecWidth = VecTy->getElementCount().getKnownMinValue(); in visitIntrinsicCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 181 unsigned VecWidth = VecTy->getPrimitiveSizeInBits().getFixedValue(); in getMemoryOpCost() local
|
H A D | HexagonSubtarget.cpp | 205 unsigned VecWidth = VecTy.getSizeInBits(); in isHVXVectorType() local
|
H A D | HexagonISelLowering.cpp | 2681 unsigned VecWidth = VecTy.getSizeInBits(); in extractVector() local 2730 unsigned VecWidth = VecTy.getSizeInBits(); in extractVectorPred() local 2785 unsigned VecWidth = VecTy.getSizeInBits(); insertVector() local 3822 unsigned VecWidth = Subtarget.getVectorLength() * 8; findRepresentativeClass() local [all...] |
H A D | HexagonISelLoweringHVX.cpp | 469 unsigned VecWidth = VecTy.getSizeInBits(); in getPreferredHvxVectorAction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 173 Type *VecWidth = VecInst->getType(); in decompose() local
|
H A D | X86ISelDAGToDAG.cpp | 421 SDValue getExtractVEXTRACTImmediate(SDNode *N, unsigned VecWidth, in getExtractVEXTRACTImmediate() 429 SDValue getInsertVINSERTImmediate(SDNode *N, unsigned VecWidth, in getInsertVINSERTImmediate() 437 SDValue getPermuteVINSERTCommutedImmediate(SDNode *N, unsigned VecWidth, in getPermuteVINSERTCommutedImmediate()
|
H A D | X86MCInstLower.cpp | 1612 int SclWidth, int VecWidth, in printZeroUpperMove()
|
H A D | X86ISelLowering.cpp | 54891 unsigned VecWidth = SrcVecVT.getSizeInBits(); in combineToFPTruncExtElt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 1025 unsigned VecWidth = DataType->getPrimitiveSizeInBits(); in hasActiveVectorLength() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1117 unsigned VecWidth = DataTy->getPrimitiveSizeInBits(); in isLegalMaskedLoad() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1322 if (const auto *VecWidth = CurFuncDecl->getAttr<MinVectorWidthAttr>()) in StartFunction() local
|
H A D | CGBuiltin.cpp | 14107 unsigned VecWidth = Ty->getPrimitiveSizeInBits(); in EmitX86Ternlog() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 417 unsigned VecWidth = VecType->getPrimitiveSizeInBits(); in foldVecTruncToExtElt() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3218 uint32_t VecWidth; in handleMinVectorWidthAttr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 475 OptimizationRemarkEmitter *ORE, ElementCount VecWidth, in InnerLoopVectorizer()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 12732 unsigned VecWidth = VT.getSizeInBits(); in isConstantSplat() local
|