/external/llvm/lib/IR/ |
D | ValueTypes.cpp | 100 if (VectorType *VTy = dyn_cast<VectorType>(LLVMTy)) in getExtendedSizeInBits() local 265 VectorType *VTy = cast<VectorType>(Ty); in getVT() local 282 VectorType *VTy = cast<VectorType>(Ty); in getEVT() local
|
D | Function.cpp | 773 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 780 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 793 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) { in DecodeFixedType() local 804 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() 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 147 if (const VectorType *VTy = dyn_cast<VectorType>(this)) in getFPMantissaWidth() local 166 if (const VectorType *VTy = dyn_cast<VectorType>(this)) in isSizedDerivedType() local
|
D | Constants.cpp | 224 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local 241 VectorType *VTy = cast<VectorType>(Ty); in getAllOnesValue() local 534 VectorType *VTy = dyn_cast<VectorType>(Ty); in getTrue() local 546 VectorType *VTy = dyn_cast<VectorType>(Ty); in getFalse() local 575 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 600 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 646 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 660 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 671 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getNegativeZero() local 719 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getInfinity() local
|
D | ConstantFold.cpp | 1188 } else if (VectorType *VTy = dyn_cast<VectorType>(C1->getType())) { in ConstantFoldBinaryInstruction() local 2004 else if (const VectorType *VTy = dyn_cast<VectorType>(STy)) in isIndexInRangeOfSequentialType() local
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 377 static VectorType *getInteger(VectorType *VTy) { in getInteger() 388 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() 398 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() 410 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() 421 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType()
|
D | GlobalObject.h | 30 GlobalObject(PointerType *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalObject()
|
D | DataLayout.h | 537 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
|
D | IRBuilder.h | 1191 Type *VTy = V->getType(); variable 1205 Type *VTy = V->getType(); variable
|
D | GlobalValue.h | 64 GlobalValue(PointerType *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
|
D | Value.h | 69 Type *VTy; variable
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1929 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitNeonShiftVector() local 1938 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitNeonRShiftImm() local 2744 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitCommonNeonBuiltinExpr() local 3623 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitARMBuiltinExpr() local 3867 llvm::VectorType *VTy = GetNeonType(&CGF, Type); in EmitAArch64TblBuiltinExpr() local 3986 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in vectorWrapScalar16() local 3995 llvm::Type *VTy = llvm::VectorType::get(Int8Ty, 8); in vectorWrapScalar8() local 4013 llvm::Type *VTy = llvm::VectorType::get(Int8Ty, 8); in emitVectorWrappedScalar8Intrinsic() local 4029 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in emitVectorWrappedScalar16Intrinsic() local 4591 llvm::Type *VTy = llvm::VectorType::get(Int32Ty, 4); in EmitAArch64BuiltinExpr() local [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 162 } else if (const auto *VTy = dyn_cast<VectorType>(Ty)) { in getSectionForConstant() local
|
D | X86TargetTransformInfo.cpp | 774 if (VectorType *VTy = dyn_cast<VectorType>(Src)) { in getMemoryOpCost() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 123 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local 1165 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
|
D | InstCombineVectorOps.cpp | 68 VectorType *VTy = cast<VectorType>(V->getType()); in FindScalarElement() 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 | ConstantFolding.cpp | 63 VectorType *VTy = dyn_cast<VectorType>(C->getType()); in FoldBitCast() local 1737 VectorType *VTy, in ConstantFoldVectorCall() 1775 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in ConstantFoldCall() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 469 if (VectorType *VTy = dyn_cast<VectorType>(ElemTy)) { in getVecTypeForPair() local 475 if (VectorType *VTy = dyn_cast<VectorType>(Elem2Ty)) { in getVecTypeForPair() local 642 Type *VTy = IPtr->getType()->getPointerElementType(); in getPairPtrInfo() local 1940 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local 1972 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local 2061 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 609 const VectorType* VTy = dyn_cast<VectorType>(C->getType()); in getConstantValue() local 906 VectorType* VTy = dyn_cast<VectorType>(C->getType()); in getConstantValue() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 354 MVT VTy = in mightUseCTR() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 480 Type *VTy = V->getType(); in Act() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2017 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in isVectorPromotionViable() local 2045 [](VectorType *VTy) { in isVectorPromotionViable() 2084 auto CheckVectorTypeForPromotion = [&](VectorType *VTy) { in isVectorPromotionViable() 2743 IntegerType *VTy = cast<IntegerType>(V->getType()); in getIntegerSplat() local
|
D | ScalarReplAggregates.cpp | 779 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) { in ConvertScalar_ExtractValue() local 912 if (VectorType *VTy = dyn_cast<VectorType>(AllocaType)) { in ConvertScalar_InsertValue() local
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 119 else if (const VectorType *VTy = BaseType->getAs<VectorType>()) in GetBaseType() local
|