Home
last modified time | relevance | path

Searched defs:ElemTy (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/IR/
DType.cpp530 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType()
620 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType()
650 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType()
689 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
694 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
DDataLayout.cpp726 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp543 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType()
637 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType()
666 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType()
699 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
/external/clang/lib/AST/
DAPValue.cpp360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in printPretty() local
427 QualType ElemTy; in printPretty() local
476 QualType ElemTy = AT->getElementType(); in printPretty() local
DRecordLayoutBuilder.cpp442 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local
539 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp613 Type *ElemTy = STy->getElementType(i); in getConstantValue() local
628 Type *ElemTy = VTy->getElementType(); in getConstantValue() local
914 Type* ElemTy; in getConstantValue() local
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp115 Type *ElemTy; member
/external/clang/lib/CodeGen/
DCGExprConstant.cpp783 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
DTargetInfo.cpp5334 llvm::Type* ElemTy; in classifyArgumentType() local
7060 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
DCodeGenModule.cpp3395 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral() local
DCGExpr.cpp784 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType(); in EmitComplexPrePostIncDec() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp726 Constant* StripPtrCastKeepAS(Constant* Ptr, Type *&ElemTy) { in StripPtrCastKeepAS()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp557 auto *ElemTy = ST->getElementType(I); in transType() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1834 Type *ElemTy = GV->getValueType(); in processInternalGlobal() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1760 Type* ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2154 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
3645 QualType ElemTy = Context->getBaseElementType(Type); in RewriteObjCFieldDeclType() local
DRewriteObjC.cpp2069 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
/external/clang/lib/Sema/
DSemaInit.cpp77 const QualType ElemTy = in IsStringInit() local
DSemaExprCXX.cpp1272 QualType ElemTy = Ty; in BuildCXXTypeConstructExpr() local
DSemaExpr.cpp6047 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
6069 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp98 MVT ElemTy = VT.getVectorElementType(); in addTypeForNEON() local
4615 EVT ElemTy = VT.getVectorElementType(); in LowerCTTZ() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp108 EVT ElemTy = VT.getVectorElementType(); in addTypeForNEON() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8446 MVT ElemTy = N->getSimpleValueType(0).getScalarType(); in tryCombineShiftImm() local

12