Searched defs:EltTy (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp33 StructType *EltTy = StructType::get( local
H A DLowerMemIntrinsics.cpp300 Type *EltTy = cast<PointerType>(SrcAddr->getType())->getElementType(); local
H A DValueMapper.cpp967 Type *EltTy; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h66 Type *EltTy = PtrTy->getElementType(); local
H A DDerivedTypes.h473 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); local
481 auto *EltTy = cast<IntegerType>(VTy->getElementType()); local
489 Type *EltTy; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h72 RecTy *EltTy = nullptr; member in struct:llvm::DefsetRecord
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp400 Type *EltTy = Arg->getType()->getPointerElementType(); local
455 auto *EltTy = ArgType->getElementType(); local
H A DAMDGPUPromoteAlloca.cpp937 Type *EltTy = Src0->getType()->getPointerElementType(); local
954 Type *EltTy = V->getType()->getPointerElementType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp603 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); local
656 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); local
H A DCGNonTrivialStruct.cpp195 QualType EltTy = Ctx.getBaseElementType(CAT); local
662 QualType EltTy = Ctx.getBaseElementType(QualType(AT, 0)); local
H A DCGCall.cpp865 QualType EltTy; member in struct:__anon1683::ConstantArrayExpansion
868 ConstantArrayExpansion(QualType EltTy, uint64_t NumElts) argument
890 QualType EltTy; member in struct:__anon1683::ComplexExpansion
892 ComplexExpansion(QualType EltTy) : TypeExpansion(TEK_Complex), EltTy(EltTy) {} argument
995 llvm::Type *EltTy = ConvertType(CExp->EltTy); local
[all...]
H A DCGExprComplex.cpp397 llvm::Type *EltTy = local
1096 llvm::Type *EltTy = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp137 Type *EltTy = VecType->getElementType(); local
276 Type *EltTy = VecType->getElementType(); local
400 Type *EltTy = VecType->getElementType(); local
610 Type *EltTy = VecType->getElementType(); local
730 Type *EltTy = VecType->getElementType(); local
[all...]
H A DAnalysis.cpp59 Type *EltTy = ATy->getElementType(); local
102 Type *EltTy = ATy->getElementType(); local
142 Type *EltTy = ATy->getElementType(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h428 llvm::Type *EltTy; member in class:clang::CodeGen::ConstantArrayBuilderTemplateBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp659 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { argument
H A DConstantFold.cpp894 Type *EltTy = V1VTy->getElementType(); local
H A DValue.cpp786 Type *EltTy = cast<PointerType>(A->getType())->getElementType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h257 Type *EltTy = InVTy->getElementType(); local
H A DInstCombineSimplifyDemanded.cpp1139 Type *EltTy = IIVTy->getElementType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp265 Type *EltTy = VecTy->getElementType(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp553 auto *EltTy = stripQualifiers(CTy->getBaseType()); local
572 auto *EltTy = stripQualifiers(CTy->getBaseType()); local
626 auto *EltTy = stripQualifiers(CTy->getBaseType()); local
657 auto *EltTy = stripQualifiers(CTy->getBaseType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp554 EVT EltTy = N->getValueType(0).getVectorElementType(); local
630 EVT EltTy = N->getValueType(0).getVectorElementType(); local
661 EVT EltTy = N->getValueType(0).getVectorElementType(); local
695 EVT EltTy = N->getValueType(0).getVectorElementType(); local
717 EVT EltTy = N->getValueType(0).getVectorElementType(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp523 Type *EltTy = ATy->getElementType(); local

Completed in 418 milliseconds

123