/external/llvm/include/llvm/ |
D | DerivedTypes.h | 382 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); in getInteger() local 392 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits * 2); in getExtendedElementVectorType() local 404 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits / 2); in getTruncatedElementVectorType() local
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 57 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local 93 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 380 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType() local 429 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); in ConvertType() local
|
D | CGCall.cpp | 505 llvm::Type *EltTy = ConvertType(CT->getElementType()); in GetExpandedTypes() local 520 QualType EltTy = AT->getElementType(); in ExpandTypeFromArgs() local 562 QualType EltTy = CT->getElementType(); in ExpandTypeFromArgs() local 1850 QualType EltTy = AT->getElementType(); in ExpandTypeToArgs() local
|
D | CGExprComplex.cpp | 328 llvm::Type *EltTy = in VisitExpr() local 769 llvm::Type *EltTy = in VisitVAArgExpr() local
|
D | CGBuiltin.cpp | 2032 llvm::Type *EltTy = in EmitARMBuiltinExpr() local 2047 llvm::Type *EltTy = llvm::IntegerType::get(getLLVMContext(), EltBits / 2); in EmitARMBuiltinExpr() local
|
D | TargetInfo.cpp | 1692 llvm::Type *EltTy = VT->getElementType(); in GetByteVectorType() local 1810 llvm::Type *EltTy = ATy->getElementType(); in ContainsFloatAtOffset() local 1896 llvm::Type *EltTy = ATy->getElementType(); in GetINTEGERTypeAtOffset() local
|
D | CGExprScalar.cpp | 596 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType(); in EmitScalarConversion() local 986 llvm::Type *EltTy = VType->getElementType(); in VisitInitListExpr() local
|
D | CGExpr.cpp | 652 llvm::Type *EltTy = ConvertType(CTy->getElementType()); in GetUndefRValue() local 981 const llvm::Type *EltTy = in EmitLoadOfScalar() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 914 Type *EltTy = VTy->getElementType(); in ConvertScalar_InsertValue() local 1759 Type *&EltTy) { in isHomogeneousAggregate() 1841 Type *EltTy; in TypeHasComponent() local 2239 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca() local 2252 Type *EltTy = cast<PointerType>(EltPtr->getType())->getElementType(); in RewriteMemIntrinUserOfAlloca() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 839 Type *EltTy = cast<VectorType>(V->getType())->getElementType(); in SimplifyDemandedVectorElts() local
|
D | InstCombineCasts.cpp | 963 Type *EltTy = VTy->getElementType(); in transformSExtICmp() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1047 Type *EltTy = ATy->getElementType(); in ParseConstants() local 1052 Type *EltTy = VTy->getElementType(); in ParseConstants() local 1075 Type *EltTy = cast<SequentialType>(CurTy)->getElementType(); in ParseConstants() local
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1315 RecTy *EltTy = 0; in ParseSimpleValue() local 1589 RecTy *EltTy) { in ParseValueList()
|
D | Record.cpp | 576 RecTy *EltTy) { in ProfileListInit() 587 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { in get() 608 RecTy *EltTy = ListType->getElementType(); in Profile() local
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 496 MVT EltTy = getSimpleVT().getVectorElementType(); in changeVectorElementTypeToInteger() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1045 QualType EltTy = Type->castAsArrayTypeUnsafe()->getElementType(); in CheckConstantExpression() local 1234 QualType EltTy = VecTy->castAs<VectorType>()->getElementType(); in EvalAndBitcastToAPInt() local 1390 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment() 1408 LValue &LVal, QualType EltTy, in HandleLValueComplexElement() 3632 QualType EltTy = VTy->getElementType(); in VisitCastExpr() local 3675 QualType EltTy = VT->getElementType(); in VisitInitListExpr() local 3721 QualType EltTy = VT->getElementType(); in ZeroInitialization() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 654 MVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdownMVT() local 941 EVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdown() local
|
/external/llvm/lib/VMCore/ |
D | Type.cpp | 756 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get()
|
D | ConstantFold.cpp | 785 Type *EltTy = V1->getType()->getVectorElementType(); in ConstantFoldShuffleVectorInstruction() local
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 661 Type *EltTy = DstTy->getElementType(); in linkAppendingVarProto() local
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 62 typedef std::pair<BasicBlock*, unsigned> EltTy; typedef
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 352 Type *EltTy = cast<SequentialType>(C->getType())->getElementType(); in ReadDataFromGlobal() local
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 931 QualType EltTy; in ConvertDeclSpecToType() local 1295 if (const RecordType *EltTy = T->getAs<RecordType>()) { in BuildArrayType() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1639 Type *EltTy = 0; in ParseArrayVectorType() local 3441 Type *EltTy = 0; in ParseVA_Arg() local
|