/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 100 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
|
D | Type.cpp | 46 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
|
D | Constants.cpp | 160 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
|
D | DataLayout.cpp | 546 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
|
D | ConstantFold.cpp | 1135 } else if (VectorType *VTy = dyn_cast<VectorType>(C1->getType())) { in ConstantFoldBinaryInstruction() local
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 374 static VectorType *getInteger(VectorType *VTy) { in getInteger() 385 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() 395 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType()
|
D | Value.h | 77 Type *VTy; variable
|
D | IRBuilder.h | 1039 Type *VTy = V->getType(); variable 1053 Type *VTy = V->getType(); variable
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 107 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local 1117 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
|
D | InstCombineVectorOps.cpp | 63 VectorType *VTy = cast<VectorType>(V->getType()); in FindScalarElement() local
|
D | InstCombineCompares.cpp | 61 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow() local 96 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in SubWithOverflow() local
|
D | InstCombineCasts.cpp | 969 if (VectorType *VTy = dyn_cast<VectorType>(CI.getType())) { in transformSExtICmp() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 459 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/ |
D | llvm-stress.cpp | 478 Type *VTy = V->getType(); in Act() local
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 117 else if (const VectorType *VTy = BaseType->getAs<VectorType>()) in GetBaseType() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1564 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitNeonShiftVector() local 1798 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitARMBuiltinExpr() local
|
D | CodeGenFunction.cpp | 1313 llvm::Type *VTy = V->getType(); in EmitFieldAnnotations() local
|
D | CGExpr.cpp | 1116 const llvm::VectorType *VTy = cast<llvm::VectorType>(EltTy); in EmitLoadOfScalar() local 1560 if (const VectorType *VTy = Dst.getType()->getAs<VectorType>()) { in EmitStoreThroughExtVectorComponentLValue() local
|
D | CGExprScalar.cpp | 938 llvm::VectorType *VTy = cast<llvm::VectorType>(V1->getType()); in VisitShuffleVectorExpr() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 772 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/ |
D | ConstantFolding.cpp | 57 VectorType *VTy = dyn_cast<VectorType>(C->getType()); in FoldBitCast() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1401 const VectorType *VTy = dyn_cast<VectorType>(Ty); in getOpenCLAlignment() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1129 } else if (VectorType *VTy = dyn_cast<VectorType>(CurTy)) { in ParseConstants() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 570 VectorType *VTy = cast<VectorType>(Ty); variable
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3464 } 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
|