/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 176 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 D | TargetBuiltins.h | 189 enum EltType { enum 234 enum EltType { enum
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 384 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { in getParamTypeAlignment() local 756 const Type *EltType = isSingleElementStruct(Ty, getContext()); in getParamTypeAlignment() local
|
H A D | RISCV.cpp | 330 llvm::Type *EltType; in coerceVLSVector() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 3774 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 D | NeonEmitter.cpp | 90 enum EltType { enum
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1310 QualType EltType = CAT->getElementType(); in EmitArrayInitialization() local
|
H A D | CGExpr.cpp | 3915 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 D | SemaType.cpp | 8268 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 D | NVPTXISelLowering.cpp | 2079 EVT EltType = Ins[i].VT; in LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 5977 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 D | AArch64ISelLowering.cpp | 11946 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 D | X86ISelLowering.cpp | 7325 MVT EltType = MVT::getIntegerVT(VT.getScalarSizeInBits() * SeqLen); in lowerBuildVectorAsBroadcast() local 8911 Type *EltType = Op.getValueType().getScalarType().getTypeForEVT(Context); in LowerBUILD_VECTOR() local
|