/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 109 if (VectorType *VTy = dyn_cast<VectorType>(LLVMTy)) in getExtendedSizeInBits() local 342 VectorType *VTy = cast<VectorType>(Ty); in getVT() local 360 VectorType *VTy = cast<VectorType>(Ty); in getEVT() local
|
D | LowLevelType.cpp | 21 if (auto VTy = dyn_cast<VectorType>(&Ty)) { in getLLTForType() local
|
D | InterleavedLoadCombinePass.cpp | 676 VectorType *const VTy; member 738 VectorType *VTy = dyn_cast<VectorType>(Op->getType()); in computeFromBCI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 468 static VectorType *getInteger(VectorType *VTy) { in getInteger() 477 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() 486 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() 511 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() 521 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() 530 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() 619 if (auto *VTy = dyn_cast<VectorType>(this)) in getExtendedType() local
|
D | GlobalObject.h | 49 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
|
D | DataLayout.h | 657 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
|
D | Value.h | 77 Type *VTy; variable
|
D | GlobalValue.h | 76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
|
D | IRBuilder.h | 2024 Type *VTy = V->getType(); variable 2039 Type *VTy = V->getType(); variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 382 static VectorType *getInteger(VectorType *VTy) { in getInteger() 391 static VectorType *getExtendedElementVectorType(VectorType *VTy) { in getExtendedElementVectorType() 399 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() 409 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() 418 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType()
|
D | GlobalObject.h | 35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
|
D | Value.h | 72 Type *VTy; variable
|
D | GlobalValue.h | 77 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 634 } else if (VectorType* VTy = dyn_cast<VectorType>(Ty)) { in getMangledTypeStr() local 1000 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 1007 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 1017 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local 1028 if (auto *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 1038 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local 1046 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 1052 VectorType *VTy = dyn_cast<VectorType>(Ty); in DecodeFixedType() local 1220 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in matchIntrinsicType() local 1235 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in matchIntrinsicType() local [all …]
|
D | Type.cpp | 127 const VectorType *VTy = cast<VectorType>(this); in getPrimitiveSizeInBits() local 139 if (auto *VTy = dyn_cast<VectorType>(this)) in getFPMantissaWidth() local 155 if (auto *VTy = dyn_cast<VectorType>(this)) in isSizedDerivedType() local 512 if (auto *VTy = dyn_cast<VectorType>(ElemTy)) in isValidElementType() local 600 if (auto *VTy = dyn_cast<VectorType>(ElemTy)) in isValidElementType() local
|
D | Constants.cpp | 366 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getIntegerValue() local 383 VectorType *VTy = cast<VectorType>(Ty); in getAllOnesValue() local 677 if (auto *VTy = dyn_cast<VectorType>(Ty)) in getTrue() local 685 if (auto *VTy = dyn_cast<VectorType>(Ty)) in getFalse() local 708 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 732 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 777 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 789 if (auto *VTy = dyn_cast<VectorType>(Ty)) in get() local 802 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in get() local 813 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in getNaN() local [all …]
|
D | Globals.cpp | 427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol()
|
D | ConstantFold.cpp | 981 } else if (VectorType *VTy = dyn_cast<VectorType>(C->getType())) { in ConstantFoldUnaryInstruction() local 1332 } else if (VectorType *VTy = dyn_cast<VectorType>(C1->getType())) { in ConstantFoldBinaryInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetTransformInfo.cpp | 55 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in getArithmeticInstrCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 279 if (auto *VTy = dyn_cast<VectorType>(V->getType())) in getReducedType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 629 auto* VTy = cast<VectorType>(C->getType()); in getConstantValue() local 928 auto* VTy = cast<VectorType>(C->getType()); in getConstantValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 124 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local 1454 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 108 if (auto *VTy = dyn_cast<VectorType>(C->getType())) { in FoldBitCast() local 2393 VectorType *VTy, in ConstantFoldVectorCall() 2481 if (auto *VTy = dyn_cast<VectorType>(Ty)) in ConstantFoldCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 18 if (VectorType *VTy = dyn_cast<VectorType>(Type)) { in getLoopOperandSizeInBytes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1889 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in isVectorPromotionViable() local 1926 [](VectorType *VTy) { in isVectorPromotionViable() 1966 auto CheckVectorTypeForPromotion = [&](VectorType *VTy) { in isVectorPromotionViable() 2734 IntegerType *VTy = cast<IntegerType>(V->getType()); in getIntegerSplat() local
|