Searched defs:EltType (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp516 LoadInst *createColumnLoad(Value *ColumnPtr, Type *EltType, argument
85 computeColumnAddr(Value *BasePtr, Value *Col, Value *Stride, unsigned NumRows, Type *EltType, IRBuilder<> &Builder) argument
522 createColumnStore(Value *ColumnValue, Value *ColumnPtr, Type *EltType, IRBuilder<> Builder) argument
530 createElementPtr(Value *BasePtr, Type *EltType, IRBuilder<> &Builder) argument
705 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4173 EVT EltType = LoadVT.getScalarType(); local
6981 EVT EltType = VDataVT.getScalarType(); local
7025 EVT EltType = VDataVT.getScalarType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6520 EVT EltType = V.getValueType().getVectorElementType(); local
7196 static unsigned getDUPLANEOp(EVT EltType) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp90 enum EltType { enum in namespace:__anon964::NeonTypeFlags
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1190 QualType EltType = CAT->getElementType(); local
H A DCGExpr.cpp3362 QualType EltType = E->getType()->castAsArrayTypeUnsafe()->getElementType(); local
3558 QualType EltType = LV.getType()->castAs<VectorType>()->getElementType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3057 QualType EltType = T->getElementType(); local
3113 static StringRef mangleAArch64VectorBase(const BuiltinType *EltType) { argument
3148 QualType EltType = T->getElementType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h121 enum EltType { enum in class:clang::NeonTypeFlags

Completed in 293 milliseconds