Home
last modified time | relevance | path

Searched defs:EltTy (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h445 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); in getInteger() local
453 auto *EltTy = cast<IntegerType>(VTy->getElementType()); in getExtendedElementVectorType() local
461 Type *EltTy; in getTruncatedElementVectorType() local
703 Type *Type::getWithNewType(Type *EltTy) const { in getWithNewType()
H A DMatrixBuilder.h71 Type *EltTy = PtrTy->getElementType(); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp382 Type *EltTy = Arg->getType()->getPointerElementType(); in runOnFunction() local
436 auto *EltTy = ArgType->getElementType(); in runOnFunction() local
H A DAMDGPULegalizerInfo.cpp71 const LLT EltTy = Ty.getElementType(); in isSmallOddVector() local
89 const LLT EltTy = Ty.getScalarType(); in isWideVec16() local
97 const LLT EltTy = Ty.getElementType(); in oneMoreElement() local
105 const LLT EltTy = Ty.getElementType(); in fewerEltsToSize64Vector() local
119 const LLT EltTy = Ty.getElementType(); in moreEltsToNext32Bit() local
185 static bool isRegisterVectorElementType(LLT EltTy) { in isRegisterVectorElementType()
220 const LLT EltTy = QueryTy.getElementType(); in elementTypeIsLegal() local
338 LLT EltTy = Ty.getElementType(); in loadStoreBitcastWorkaround() local
1195 LLT EltTy = DstTy.getElementType(); in AMDGPULegalizerInfo() local
1381 const LLT EltTy = Query.Types[EltTypeIdx]; in AMDGPULegalizerInfo() local
[all …]
H A DAMDGPUPromoteAlloca.cpp963 Type *EltTy = Src0->getType()->getPointerElementType(); in handleAlloca() local
980 Type *EltTy = V->getType()->getPointerElementType(); in handleAlloca() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp155 Type *EltTy = VecType->getElementType(); in scalarizeMaskedLoad() local
297 Type *EltTy = VecType->getElementType(); in scalarizeMaskedStore() local
423 Type *EltTy = VecType->getElementType(); in scalarizeMaskedGather() local
643 Type *EltTy = VecType->getElementType(); in scalarizeMaskedExpandLoad() local
778 Type *EltTy = VecType->getElementType(); in scalarizeMaskedCompressStore() local
H A DLowerMatrixIntrinsics.cpp223 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) in MatrixTy()
806 Type *EltTy = VType->getElementType(); in loadMatrix() local
827 ShapeInfo ResultShape, Type *EltTy, in loadMatrix()
875 Value *I, Value *J, Type *EltTy, IRBuilder<> &Builder) { in storeMatrix()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp57 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local
106 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local
151 Type *EltTy = ATy->getElementType(); in computeValueLLTs() local
H A DTargetLoweringBase.cpp1075 MVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdownMVT() local
1527 EVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdown() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp554 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatCommon() local
630 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmPow2() local
661 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskL() local
695 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatMaskR() local
717 EVT EltTy = N->getValueType(0).getVectorElementType(); in selectVSplatUimmInvPow2() local
H A DMipsSEISelLowering.cpp1366 EVT EltTy = Vec->getValueType(0).getVectorElementType(); in lowerMSACopyIntr() local
1613 EVT EltTy = VecTy.getVectorElementType(); in lowerINTRINSIC_WO_CHAIN() local
1628 EVT EltTy = VecTy.getVectorElementType(); in lowerINTRINSIC_WO_CHAIN() local
2421 EVT EltTy = VecTy.getVectorElementType(); in lowerEXTRACT_VECTOR_ELT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp93 LLT EltTy = Query.Types[0].getElementType(); in AArch64LegalizerInfo() local
275 const LLT EltTy = ValTy.getElementType(); in AArch64LegalizerInfo() local
532 const LLT &EltTy = Ty.getElementType(); in AArch64LegalizerInfo() local
603 const LLT &EltTy = Query.Types[1].getElementType(); in AArch64LegalizerInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp615 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local
634 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local
688 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local
719 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp626 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType() local
679 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); in ConvertType() local
H A DCGExprComplex.cpp397 llvm::Type *EltTy = in VisitExpr() local
1104 llvm::Type *EltTy = in VisitVAArgExpr() local
H A DCGNonTrivialStruct.cpp195 QualType EltTy = Ctx.getBaseElementType(CAT); in visitArray() local
662 QualType EltTy = Ctx.getBaseElementType(QualType(AT, 0)); in visitArray() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h76 RecTy *EltTy = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp94 LLT EltTy) { in elementTypeIs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp33 StructType *EltTy = StructType::get( in appendToGlobalArray() local
H A DLowerMemIntrinsics.cpp300 Type *EltTy = cast<PointerType>(SrcAddr->getType())->getElementType(); in createMemMoveLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h987 LegalizeRuleSet &clampMinNumElements(unsigned TypeIdx, const LLT EltTy, in clampMinNumElements()
1005 LegalizeRuleSet &clampMaxNumElements(unsigned TypeIdx, const LLT EltTy, in clampMaxNumElements()
1033 const LLT EltTy = MinTy.getElementType(); in clampNumElements() local
H A DLegalizationArtifactCombiner.h1006 LLT EltTy = Ty.getElementType(); in isConstantUnsupported() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h309 Type *EltTy = InVTy->getElementType(); in getSafeVectorConstantForBinop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1243 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() local
1258 Type *EltTy = VTy->getElementType(); in DecodeFixedType() local
1478 Type *EltTy = Ty; in matchIntrinsicType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3320 Type *EltTy = VTy->getElementType(); in getMemoryOpCost() local
4656 auto *EltTy = cast<PointerType>(A->getType())->getElementType(); in areFunctionArgsABICompatible() local
4943 Type *EltTy = cast<VectorType>(VecTy)->getElementType(); in getInterleavedMemoryOpCost() local

1234