/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 109 if (VectorType *VTy = dyn_cast<VectorType>(LLVMTy)) in getExtendedSizeInBits() local 294 VectorType *VTy = cast<VectorType>(Ty); in getVT() local 311 VectorType *VTy = cast<VectorType>(Ty); in getEVT() local
|
D | Function.cpp | 790 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 797 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 810 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) { in DecodeFixedType() local 821 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local
|
D | Constants.cpp | 244 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local 261 VectorType *VTy = cast<VectorType>(Ty); in getAllOnesValue() local 544 VectorType *VTy = dyn_cast<VectorType>(Ty); in getTrue() local 556 VectorType *VTy = dyn_cast<VectorType>(Ty); in getFalse() local 585 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 610 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 661 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 675 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 686 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getNaN() local 697 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getNegativeZero() local [all …]
|
D | Type.cpp | 47 if (auto *VTy = dyn_cast<VectorType>(this)) in getScalarType() local 140 if (auto *VTy = dyn_cast<VectorType>(this)) in getFPMantissaWidth() local 159 if (auto *VTy = dyn_cast<VectorType>(this)) in isSizedDerivedType() local
|
D | ConstantFold.cpp | 1194 } else if (VectorType *VTy = dyn_cast<VectorType>(C1->getType())) { in ConstantFoldBinaryInstruction() local 2013 else if (auto *VTy = dyn_cast<VectorType>(STy)) in isIndexInRangeOfSequentialType() 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() 407 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() 418 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType()
|
D | GlobalObject.h | 33 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
|
D | DataLayout.h | 544 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
|
D | IRBuilder.h | 1264 Type *VTy = V->getType(); variable 1278 Type *VTy = V->getType(); variable
|
D | Value.h | 69 Type *VTy; variable
|
D | GlobalValue.h | 68 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 111 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local 1087 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
|
D | InstCombineCalls.cpp | 1004 Type *VTy = VectorType::get(Builder->getFloatTy(), in visitCallInst() local 1025 Type *VTy = VectorType::get(Builder->getFloatTy(), in visitCallInst() local 1393 auto *VTy = cast<VectorType>(V->getType()); in visitCallInst() local
|
D | InstCombineCompares.cpp | 64 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow() local 99 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in SubWithOverflow() local
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 369 VectorType *VTy = cast<VectorType>(V->getType()); in findScalarElement() local
|
D | ConstantFolding.cpp | 63 VectorType *VTy = dyn_cast<VectorType>(C->getType()); in FoldBitCast() local 1792 VectorType *VTy, in ConstantFoldVectorCall() 1830 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in ConstantFoldCall() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2187 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitNeonRShiftImm() local 2940 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitCommonNeonBuiltinExpr() local 3954 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitARMBuiltinExpr() local 4299 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in vectorWrapScalar16() local 4903 llvm::Type *VTy = llvm::VectorType::get(Int32Ty, 4); in EmitAArch64BuiltinExpr() local 5000 llvm::Type *VTy = llvm::VectorType::get(Int32Ty, 4); in EmitAArch64BuiltinExpr() local 5049 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitAArch64BuiltinExpr() local 5108 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitAArch64BuiltinExpr() local 5113 llvm::Type *VTy = GetNeonType(this, in EmitAArch64BuiltinExpr() local 5403 llvm::Type *VTy = GetNeonType(this, in EmitAArch64BuiltinExpr() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 477 if (VectorType *VTy = dyn_cast<VectorType>(ElemTy)) { in getVecTypeForPair() local 483 if (VectorType *VTy = dyn_cast<VectorType>(Elem2Ty)) { in getVecTypeForPair() local 650 Type *VTy = IPtr->getType()->getPointerElementType(); in getPairPtrInfo() local 1954 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local 1986 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local 2075 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 632 auto* VTy = dyn_cast<VectorType>(C->getType()); in getConstantValue() local 928 VectorType* VTy = dyn_cast<VectorType>(C->getType()); in getConstantValue() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 370 MVT VTy = TLI->getSimpleValueType(DL, CI->getArgOperand(0)->getType(), in mightUseCTR() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 954 if (VectorType *VTy = dyn_cast<VectorType>(Src)) { in getMemoryOpCost() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1807 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in isVectorPromotionViable() local 1835 [](VectorType *VTy) { in isVectorPromotionViable() 1874 auto CheckVectorTypeForPromotion = [&](VectorType *VTy) { in isVectorPromotionViable() 2588 IntegerType *VTy = cast<IntegerType>(V->getType()); in getIntegerSplat() local
|
D | ScalarReplAggregates.cpp | 780 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) { in ConvertScalar_ExtractValue() local 913 if (VectorType *VTy = dyn_cast<VectorType>(AllocaType)) { in ConvertScalar_InsertValue() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 488 Type *VTy = V->getType(); in Act() local
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 129 else if (const VectorType *VTy = BaseType->getAs<VectorType>()) in GetBaseType() local
|