/external/llvm/lib/IR/ |
D | Type.cpp | 530 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()
|
D | DataLayout.cpp | 726 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType()
|
/external/clang/lib/AST/ |
D | APValue.cpp | 360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in printPretty() local 427 QualType ElemTy; in printPretty() local 476 QualType ElemTy = AT->getElementType(); in printPretty() local
|
D | RecordLayoutBuilder.cpp | 442 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local 539 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 543 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/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 403 Type *ElemTy = GV->getValueType(); in EvaluateBlock() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 613 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/Scalar/ |
D | Scalarizer.cpp | 115 Type *ElemTy; member
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 783 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
|
D | TargetInfo.cpp | 5334 llvm::Type* ElemTy; in classifyArgumentType() local 7060 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
|
D | CodeGenModule.cpp | 3395 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral() local
|
D | CGExpr.cpp | 784 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType(); in EmitComplexPrePostIncDec() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 726 Constant* StripPtrCastKeepAS(Constant* Ptr, Type *&ElemTy) { in StripPtrCastKeepAS()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 557 auto *ElemTy = ST->getElementType(I); in transType() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1834 Type *ElemTy = GV->getValueType(); in processInternalGlobal() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1760 Type* ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2154 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local 3645 QualType ElemTy = Context->getBaseElementType(Type); in RewriteObjCFieldDeclType() local
|
D | RewriteObjC.cpp | 2069 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 77 const QualType ElemTy = in IsStringInit() local
|
D | SemaExprCXX.cpp | 1272 QualType ElemTy = Ty; in BuildCXXTypeConstructExpr() local
|
D | SemaExpr.cpp | 6047 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local 6069 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 98 MVT ElemTy = VT.getVectorElementType(); in addTypeForNEON() local 4615 EVT ElemTy = VT.getVectorElementType(); in LowerCTTZ() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 108 EVT ElemTy = VT.getVectorElementType(); in addTypeForNEON() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8446 MVT ElemTy = N->getSimpleValueType(0).getScalarType(); in tryCombineShiftImm() local
|