Home
last modified time | relevance | path

Searched defs:EltTy (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/include/llvm/IR/
DDerivedTypes.h377 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits); in getInteger() local
387 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits * 2); in getExtendedElementVectorType() local
399 Type *EltTy = IntegerType::get(VTy->getContext(), EltBits / 2); in getTruncatedElementVectorType() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp55 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local
91 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local
DTargetLoweringBase.cpp782 MVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdownMVT() local
1074 EVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdown() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp396 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType() local
445 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); in ConvertType() local
DCGExprComplex.cpp335 llvm::Type *EltTy = in VisitExpr() local
778 llvm::Type *EltTy = in VisitVAArgExpr() local
DCGCall.cpp543 llvm::Type *EltTy = ConvertType(CT->getElementType()); in GetExpandedTypes() local
558 QualType EltTy = AT->getElementType(); in ExpandTypeFromArgs() local
600 QualType EltTy = CT->getElementType(); in ExpandTypeFromArgs() local
2040 QualType EltTy = AT->getElementType(); in ExpandTypeToArgs() local
DCGBuiltin.cpp2142 llvm::Type *EltTy = in EmitARMBuiltinExpr() local
2157 llvm::Type *EltTy = llvm::IntegerType::get(getLLVMContext(), EltBits / 2); in EmitARMBuiltinExpr() local
DTargetInfo.cpp1758 llvm::Type *EltTy = VT->getElementType(); in GetByteVectorType() local
1876 llvm::Type *EltTy = ATy->getElementType(); in ContainsFloatAtOffset() local
1965 llvm::Type *EltTy = ATy->getElementType(); in GetINTEGERTypeAtOffset() local
DCGExprScalar.cpp712 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType(); in EmitScalarConversion() local
1153 llvm::Type *EltTy = VType->getElementType(); in VisitInitListExpr() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp914 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/
DInstCombineSimplifyDemanded.cpp939 Type *EltTy = cast<VectorType>(V->getType())->getElementType(); in SimplifyDemandedVectorElts() local
DInstCombineCasts.cpp972 Type *EltTy = VTy->getElementType(); in transformSExtICmp() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1125 Type *EltTy = ATy->getElementType(); in ParseConstants() local
1130 Type *EltTy = VTy->getElementType(); in ParseConstants() local
1153 Type *EltTy = cast<SequentialType>(CurTy)->getElementType(); in ParseConstants() local
/external/llvm/lib/TableGen/
DTGParser.cpp1313 RecTy *EltTy = 0; in ParseSimpleValue() local
1588 RecTy *EltTy) { in ParseValueList()
DRecord.cpp599 RecTy *EltTy) { in ProfileListInit()
610 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { in get()
631 RecTy *EltTy = ListType->getElementType(); in Profile() local
/external/llvm/include/llvm/CodeGen/
DValueTypes.h602 MVT EltTy = getSimpleVT().getVectorElementType(); in changeVectorElementTypeToInteger() local
/external/clang/lib/AST/
DExprConstant.cpp1054 QualType EltTy = Type->castAsArrayTypeUnsafe()->getElementType(); in CheckConstantExpression() local
1243 QualType EltTy = VecTy->castAs<VectorType>()->getElementType(); in EvalAndBitcastToAPInt() local
1399 LValue &LVal, QualType EltTy, in HandleLValueArrayAdjustment()
1417 LValue &LVal, QualType EltTy, in HandleLValueComplexElement()
3635 QualType EltTy = VTy->getElementType(); in VisitCastExpr() local
3677 QualType EltTy = VT->getElementType(); in VisitInitListExpr() local
3723 QualType EltTy = VT->getElementType(); in ZeroInitialization() local
/external/llvm/lib/IR/
DType.cpp734 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get()
DConstantFold.cpp787 Type *EltTy = V1->getType()->getVectorElementType(); in ConstantFoldShuffleVectorInstruction() local
/external/llvm/lib/Linker/
DLinkModules.cpp655 Type *EltTy = DstTy->getElementType(); in linkAppendingVarProto() local
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp62 typedef std::pair<BasicBlock*, unsigned> EltTy; typedef
/external/llvm/lib/Analysis/
DConstantFolding.cpp340 Type *EltTy = cast<SequentialType>(C->getType())->getElementType(); in ReadDataFromGlobal() local
DValueTracking.cpp318 Type *EltTy = cast<PointerType>(A->getType())->getElementType(); in ComputeMaskedBits() local
/external/clang/lib/Sema/
DSemaType.cpp1093 QualType EltTy; in ConvertDeclSpecToType() local
1457 if (const RecordType *EltTy = T->getAs<RecordType>()) { in BuildArrayType() local
/external/llvm/lib/AsmParser/
DLLParser.cpp1890 Type *EltTy = 0; in ParseArrayVectorType() local
3726 Type *EltTy = 0; in ParseVA_Arg() local

12