/external/llvm/lib/IR/ |
D | Type.cpp | 598 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 692 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 722 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 761 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType() 766 bool PointerType::isLoadableOrStorableType(Type *ElemTy) { in isLoadableOrStorableType()
|
/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
|
D | ExprConstant.cpp | 8162 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType(); in ZeroInitialization() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 77 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 618 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 633 Type *ElemTy = VTy->getElementType(); in getConstantValue() local 919 Type* ElemTy; in getConstantValue() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 116 Type *ElemTy; member
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1884 Type *ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local 2628 Type *ElemTy = cast<PointerType>(GV->getType())->getElementType(); in EvaluateBlock() local
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 770 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
|
D | TargetInfo.cpp | 5084 llvm::Type* ElemTy; in classifyArgumentType() local 6628 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
|
D | CodeGenModule.cpp | 3122 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral() local
|
D | CGExpr.cpp | 759 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType(); in EmitComplexPrePostIncDec() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2181 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local 3706 QualType ElemTy = Context->getBaseElementType(Type); in RewriteObjCFieldDeclType() local
|
D | RewriteObjC.cpp | 2073 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1039 QualType ElemTy = Ty; in BuildCXXTypeConstructExpr() local
|
D | SemaInit.cpp | 76 const QualType ElemTy = in IsStringInit() local
|
D | SemaExpr.cpp | 5744 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local 5766 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 4352 EVT ElemTy = VT.getVectorElementType(); in LowerCTTZ() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8293 MVT ElemTy = N->getSimpleValueType(0).getScalarType(); in tryCombineShiftImm() local
|