Home
last modified time | relevance | path

Searched defs:VTy (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/IR/
DValueTypes.cpp100 if (VectorType *VTy = dyn_cast<VectorType>(LLVMTy)) in getExtendedSizeInBits() local
255 VectorType *VTy = cast<VectorType>(Ty); in getVT() local
272 VectorType *VTy = cast<VectorType>(Ty); in getEVT() local
DType.cpp46 if (VectorType *VTy = dyn_cast<VectorType>(this)) in getScalarType() local
52 if (const VectorType *VTy = dyn_cast<VectorType>(this)) in getScalarType() local
143 if (const VectorType *VTy = dyn_cast<VectorType>(this)) in getFPMantissaWidth() local
165 if (const VectorType *VTy = dyn_cast<VectorType>(this)) in isSizedDerivedType() local
DConstants.cpp160 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local
177 VectorType *VTy = cast<VectorType>(Ty); in getAllOnesValue() local
446 VectorType *VTy = dyn_cast<VectorType>(Ty); in getTrue() local
458 VectorType *VTy = dyn_cast<VectorType>(Ty); in getFalse() local
489 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
514 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
560 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
574 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local
593 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getZeroValueForNegation() local
DDataLayout.cpp546 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
DConstantFold.cpp1135 } else if (VectorType *VTy = dyn_cast<VectorType>(C1->getType())) { in ConstantFoldBinaryInstruction() local
/external/llvm/include/llvm/IR/
DDerivedTypes.h374 static VectorType *getInteger(VectorType *VTy) { in getInteger()
385 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType()
395 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType()
DValue.h77 Type *VTy; variable
DIRBuilder.h1039 Type *VTy = V->getType(); variable
1053 Type *VTy = V->getType(); variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp107 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local
1117 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
DInstCombineVectorOps.cpp63 VectorType *VTy = cast<VectorType>(V->getType()); in FindScalarElement() local
DInstCombineCompares.cpp61 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow() local
96 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in SubWithOverflow() local
DInstCombineCasts.cpp969 if (VectorType *VTy = dyn_cast<VectorType>(CI.getType())) { in transformSExtICmp() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp459 if (VectorType *VTy = dyn_cast<VectorType>(ElemTy)) { in getVecTypeForPair() local
465 if (VectorType *VTy = dyn_cast<VectorType>(Elem2Ty)) { in getVecTypeForPair() local
628 Type *VTy = cast<PointerType>(IPtr->getType())->getElementType(); in getPairPtrInfo() local
1865 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local
1897 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local
1988 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp478 Type *VTy = V->getType(); in Act() local
/external/clang/lib/AST/
DDeclPrinter.cpp117 else if (const VectorType *VTy = BaseType->getAs<VectorType>()) in GetBaseType() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1564 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitNeonShiftVector() local
1798 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitARMBuiltinExpr() local
DCodeGenFunction.cpp1313 llvm::Type *VTy = V->getType(); in EmitFieldAnnotations() local
DCGExpr.cpp1116 const llvm::VectorType *VTy = cast<llvm::VectorType>(EltTy); in EmitLoadOfScalar() local
1560 if (const VectorType *VTy = Dst.getType()->getAs<VectorType>()) { in EmitStoreThroughExtVectorComponentLValue() local
DCGExprScalar.cpp938 llvm::VectorType *VTy = cast<llvm::VectorType>(V1->getType()); in VisitShuffleVectorExpr() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp772 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) { in ConvertScalar_ExtractValue() local
904 if (VectorType *VTy = dyn_cast<VectorType>(AllocaType)) { in ConvertScalar_InsertValue() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp57 VectorType *VTy = dyn_cast<VectorType>(C->getType()); in FoldBitCast() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1401 const VectorType *VTy = dyn_cast<VectorType>(Ty); in getOpenCLAlignment() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1129 } else if (VectorType *VTy = dyn_cast<VectorType>(CurTy)) { in ParseConstants() local
/external/llvm/include/llvm/Target/
DTargetLowering.h570 VectorType *VTy = cast<VectorType>(Ty); variable
/external/clang/lib/Sema/
DSemaExpr.cpp3464 } else if (const VectorType *VTy = LHSTy->getAs<VectorType>()) { in CreateBuiltinArraySubscriptExpr() local
4685 const VectorType *VTy = Ty->getAs<VectorType>(); in BuildVectorLiteral() local
7408 const VectorType *VTy = V->getAs<VectorType>(); in GetSignedVectorType() local

12