Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp109 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
DLowLevelType.cpp21 if (auto VTy = dyn_cast<VectorType>(&Ty)) { in getLLTForType() local
DInterleavedLoadCombinePass.cpp676 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/
DDerivedTypes.h468 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
DGlobalObject.h49 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
DDataLayout.h657 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
DValue.h77 Type *VTy; variable
DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
DIRBuilder.h2024 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/
DDerivedTypes.h382 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()
DGlobalObject.h35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
DValue.h72 Type *VTy; variable
DGlobalValue.h77 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/
DFunction.cpp634 } 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 …]
DType.cpp127 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
DConstants.cpp366 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 …]
DGlobals.cpp427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol()
DConstantFold.cpp981 } 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/
DWebAssemblyTargetTransformInfo.cpp55 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/
DTruncInstCombine.cpp279 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/
DExecutionEngine.cpp629 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/
DInstCombineSimplifyDemanded.cpp124 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/
DConstantFolding.cpp108 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/
DLowerMemIntrinsics.cpp18 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/
DSROA.cpp1889 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

12