Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/
DDerivedTypes.h382 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/
DAnalysis.cpp57 Type *EltTy = ATy->getElementType(); in ComputeLinearIndex() local
93 Type *EltTy = ATy->getElementType(); in ComputeValueVTs() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp380 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType()); in ConvertType() local
429 llvm::Type *EltTy = ConvertTypeForMem(A->getElementType()); in ConvertType() local
DCGCall.cpp505 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
DCGExprComplex.cpp328 llvm::Type *EltTy = in VisitExpr() local
769 llvm::Type *EltTy = in VisitVAArgExpr() local
DCGBuiltin.cpp2032 llvm::Type *EltTy = in EmitARMBuiltinExpr() local
2047 llvm::Type *EltTy = llvm::IntegerType::get(getLLVMContext(), EltBits / 2); in EmitARMBuiltinExpr() local
DTargetInfo.cpp1692 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
DCGExprScalar.cpp596 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType(); in EmitScalarConversion() local
986 llvm::Type *EltTy = VType->getElementType(); in VisitInitListExpr() local
DCGExpr.cpp652 llvm::Type *EltTy = ConvertType(CTy->getElementType()); in GetUndefRValue() local
981 const llvm::Type *EltTy = in EmitLoadOfScalar() 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.cpp839 Type *EltTy = cast<VectorType>(V->getType())->getElementType(); in SimplifyDemandedVectorElts() local
DInstCombineCasts.cpp963 Type *EltTy = VTy->getElementType(); in transformSExtICmp() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1047 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/
DTGParser.cpp1315 RecTy *EltTy = 0; in ParseSimpleValue() local
1589 RecTy *EltTy) { in ParseValueList()
DRecord.cpp576 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/
DValueTypes.h496 MVT EltTy = getSimpleVT().getVectorElementType(); in changeVectorElementTypeToInteger() local
/external/clang/lib/AST/
DExprConstant.cpp1045 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/
DTargetLowering.cpp654 MVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdownMVT() local
941 EVT EltTy = VT.getVectorElementType(); in getVectorTypeBreakdown() local
/external/llvm/lib/VMCore/
DType.cpp756 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get()
DConstantFold.cpp785 Type *EltTy = V1->getType()->getVectorElementType(); in ConstantFoldShuffleVectorInstruction() local
/external/llvm/lib/Linker/
DLinkModules.cpp661 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.cpp352 Type *EltTy = cast<SequentialType>(C->getType())->getElementType(); in ReadDataFromGlobal() local
/external/clang/lib/Sema/
DSemaType.cpp931 QualType EltTy; in ConvertDeclSpecToType() local
1295 if (const RecordType *EltTy = T->getAs<RecordType>()) { in BuildArrayType() local
/external/llvm/lib/AsmParser/
DLLParser.cpp1639 Type *EltTy = 0; in ParseArrayVectorType() local
3441 Type *EltTy = 0; in ParseVA_Arg() local

12