Home
last modified time | relevance | path

Searched defs:EltType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp176 unsigned NumElements, Type *EltType, in computeVectorAddr()
1702 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); in isFusionProfitable() local
1728 MatrixTy getZeroMatrix(Type *EltType, unsigned R, unsigned C) { in getZeroMatrix()
1738 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); in createTiledLoops() local
1809 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); in emitSIMDTiling() local
1881 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); in LowerMatrixMultiplyFused() local
2012 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); in LowerMultiply() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h189 enum EltType { enum
234 enum EltType { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp384 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() local
756 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment() local
H A DRISCV.cpp330 llvm::Type *EltType; in coerceVLSVector() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3774 QualType EltType = T->getElementType(); in mangleNeonVectorType() local
3832 static StringRef mangleAArch64VectorBase(const BuiltinType *EltType) { in mangleAArch64VectorBase()
3869 QualType EltType = T->getElementType(); in mangleAArch64NeonVectorType() local
3938 QualType EltType = T->getElementType(); in mangleAArch64FixedSveVectorType() local
4011 QualType EltType = T->getElementType(); in mangleRISCVFixedRVVVectorType() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp90 enum EltType { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1310 QualType EltType = CAT->getElementType(); in EmitArrayInitialization() local
H A DCGExpr.cpp3915 QualType EltType = E->getType()->castAsArrayTypeUnsafe()->getElementType(); in EmitArrayToPointerDecay() local
4211 QualType EltType = LV.getType()->castAs<VectorType>()->getElementType(); in EmitArraySubscriptExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8268 QualType EltType = CurType->getSveEltType(S.Context); in HandleArmSveVectorBitsTypeAttr() local
8347 QualType EltType = CurType->getRVVEltType(S.Context); in HandleRISCVRVVVectorBitsTypeAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2079 EVT EltType = Ins[i].VT; in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5977 EVT EltType = LoadVT.getScalarType(); in lowerIntrinsicLoad() local
9613 EVT EltType = VDataVT.getScalarType(); in LowerINTRINSIC_VOID() local
9663 EVT EltType = VDataVT.getScalarType(); in LowerINTRINSIC_VOID() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11946 EVT EltType = V.getValueType().getVectorElementType(); in getExtFactor() local
12919 static unsigned getDUPLANEOp(EVT EltType) { in getDUPLANEOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7325 MVT EltType = MVT::getIntegerVT(VT.getScalarSizeInBits() * SeqLen); in lowerBuildVectorAsBroadcast() local
8911 Type *EltType = Op.getValueType().getScalarType().getTypeForEVT(Context); in LowerBUILD_VECTOR() local