/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 445 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 D | MatrixBuilder.h | 71 Type *EltTy = PtrTy->getElementType(); variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 382 Type *EltTy = Arg->getType()->getPointerElementType(); in runOnFunction() local 436 auto *EltTy = ArgType->getElementType(); in runOnFunction() local
|
H A D | AMDGPULegalizerInfo.cpp | 71 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 D | AMDGPUPromoteAlloca.cpp | 963 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 D | ScalarizeMaskedMemIntrin.cpp | 155 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 D | LowerMatrixIntrinsics.cpp | 223 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 D | Analysis.cpp | 57 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 D | TargetLoweringBase.cpp | 1075 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 D | MipsSEISelDAGToDAG.cpp | 554 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 D | MipsSEISelLowering.cpp | 1366 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 D | AArch64LegalizerInfo.cpp | 93 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 D | BPFAbstractMemberAccess.cpp | 615 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 D | CodeGenTypes.cpp | 626 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType() local 679 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); in ConvertType() local
|
H A D | CGExprComplex.cpp | 397 llvm::Type *EltTy = in VisitExpr() local 1104 llvm::Type *EltTy = in VisitVAArgExpr() local
|
H A D | CGNonTrivialStruct.cpp | 195 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 D | TGParser.h | 76 RecTy *EltTy = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalityPredicates.cpp | 94 LLT EltTy) { in elementTypeIs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 33 StructType *EltTy = StructType::get( in appendToGlobalArray() local
|
H A D | LowerMemIntrinsics.cpp | 300 Type *EltTy = cast<PointerType>(SrcAddr->getType())->getElementType(); in createMemMoveLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 987 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 D | LegalizationArtifactCombiner.h | 1006 LLT EltTy = Ty.getElementType(); in isConstantUnsupported() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 309 Type *EltTy = InVTy->getElementType(); in getSafeVectorConstantForBinop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Function.cpp | 1243 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 D | X86TargetTransformInfo.cpp | 3320 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
|