/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 176 computeVectorAddr(Value * BasePtr,Value * VecIdx,Value * Stride,unsigned NumElements,Type * EltType,IRBuilder<> & Builder) computeVectorAddr() argument 1702 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); isFusionProfitable() local 1728 getZeroMatrix(Type * EltType,unsigned R,unsigned C) getZeroMatrix() argument 1738 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); createTiledLoops() local 1809 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); emitSIMDTiling() local 1881 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); LowerMatrixMultiplyFused() local 2012 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); LowerMultiply() local [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 189 enum EltType { global() enum 234 enum EltType { global() enum
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 384 if (const Type *EltType = isSingleElementStruct(Ty, getContext())) { getParamTypeAlignment() local 756 const Type *EltType = isSingleElementStruct(Ty, getContext()); getParamTypeAlignment() local [all...] |
H A D | RISCV.cpp | 330 llvm::Type *EltType; coerceVLSVector() local
|
/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 3774 QualType EltType = T->getElementType(); mangleNeonVectorType() local 3832 mangleAArch64VectorBase(const BuiltinType * EltType) mangleAArch64VectorBase() argument 3869 QualType EltType = T->getElementType(); mangleAArch64NeonVectorType() local 3938 QualType EltType = T->getElementType(); mangleAArch64FixedSveVectorType() local 4011 QualType EltType = T->getElementType(); mangleRISCVFixedRVVVectorType() local [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 90 enum EltType { global() enum
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1299 QualType EltType = CAT->getElementType(); EmitArrayInitialization() local
|
H A D | CGExpr.cpp | 3903 QualType EltType = E->getType()->castAsArrayTypeUnsafe()->getElementType(); EmitArrayToPointerDecay() local 4199 QualType EltType = LV.getType()->castAs<VectorType>()->getElementType(); EmitArraySubscriptExpr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 8214 QualType EltType = CurType->getSveEltType(S.Context); HandleArmSveVectorBitsTypeAttr() local 8293 QualType EltType = CurType->getRVVEltType(S.Context); HandleRISCVRVVVectorBitsTypeAttr() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2074 EVT EltType = Ins[i].VT; LowerCall() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 5977 EVT EltType = LoadVT.getScalarType(); lowerIntrinsicLoad() local 9611 EVT EltType = VDataVT.getScalarType(); LowerINTRINSIC_VOID() local 9661 EVT EltType = VDataVT.getScalarType(); LowerINTRINSIC_VOID() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11742 EVT EltType = V.getValueType().getVectorElementType(); getExtFactor() local 12715 getDUPLANEOp(EVT EltType) getDUPLANEOp() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7349 MVT EltType = MVT::getIntegerVT(VT.getScalarSizeInBits() * SeqLen); lowerBuildVectorAsBroadcast() local 8935 Type *EltType = Op.getValueType().getScalarType().getTypeForEVT(Context); LowerBUILD_VECTOR() local [all...] |