/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A 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
|
H A 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
|
H A D | Function.cpp | 751 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 758 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in DecodeFixedType() local 771 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) { in DecodeFixedType() local
|
H A 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
|
H A D | ConstantFold.cpp | 1176 } else if (VectorType *VTy = dyn_cast<VectorType>(C1->getType())) { in ConstantFoldBinaryInstruction() local 1981 else if (const VectorType *VTy = dyn_cast<VectorType>(STy)) in isIndexInRangeOfSequentialType() local
|
H A D | Verifier.cpp | 2407 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in VerifyIntrinsicType() local 2422 if (VectorType *VTy = dyn_cast<VectorType>(NewTy)) in VerifyIntrinsicType() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A 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()
|
H A D | GlobalObject.h | 30 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalObject()
|
H A D | DataLayout.h | 531 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
|
H A D | IRBuilder.h | 1165 Type *VTy = V->getType(); variable 1179 Type *VTy = V->getType(); variable
|
H A D | GlobalValue.h | 64 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
|
H A D | Value.h | 69 Type *VTy; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 150 } else if (const auto *VTy = dyn_cast<VectorType>(Ty)) { in getSectionForConstant() local
|
H A D | X86TargetTransformInfo.cpp | 877 if (VectorType *VTy = dyn_cast<VectorType>(Src)) { in getMemoryOpCost() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1826 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitNeonShiftVector() local 1835 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); in EmitNeonRShiftImm() local 2641 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitCommonNeonBuiltinExpr() local 3520 llvm::VectorType *VTy = GetNeonType(this, Type); in EmitARMBuiltinExpr() local 3764 llvm::VectorType *VTy = GetNeonType(&CGF, Type); in EmitAArch64TblBuiltinExpr() local 3883 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in vectorWrapScalar16() local 3892 llvm::Type *VTy = llvm::VectorType::get(Int8Ty, 8); in vectorWrapScalar8() local 3910 llvm::Type *VTy = llvm::VectorType::get(Int8Ty, 8); in emitVectorWrappedScalar8Intrinsic() local 3926 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4); in emitVectorWrappedScalar16Intrinsic() local 4488 llvm::Type *VTy = llvm::VectorType::get(Int32Ty, 4); in EmitAArch64BuiltinExpr() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 124 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local 1169 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
|
H A D | InstCombineVectorOps.cpp | 67 VectorType *VTy = cast<VectorType>(V->getType()); in FindScalarElement() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | ForwardControlFlowIntegrity.cpp | 140 Type *VTy = CalledValue->getType(); in updateIndirectCalls() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 64 VectorType *VTy = dyn_cast<VectorType>(C->getType()); in FoldBitCast() local 1761 VectorType *VTy, in ConstantFoldVectorCall() 1799 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) in ConstantFoldCall() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | BBVectorize.cpp | 468 if (VectorType *VTy = dyn_cast<VectorType>(ElemTy)) { in getVecTypeForPair() local 474 if (VectorType *VTy = dyn_cast<VectorType>(Elem2Ty)) { in getVecTypeForPair() local 641 Type *VTy = IPtr->getType()->getPointerElementType(); in getPairPtrInfo() local 1944 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local 1976 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local 2065 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 541 const VectorType* VTy = dyn_cast<VectorType>(C->getType()); in getConstantValue() local 838 VectorType* VTy = dyn_cast<VectorType>(C->getType()); in getConstantValue() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 353 MVT VTy = in mightUseCTR() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 480 Type *VTy = V->getType(); in Act() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 119 else if (const VectorType *VTy = BaseType->getAs<VectorType>()) in GetBaseType() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2011 if (auto *VTy = dyn_cast<VectorType>(Ty)) { in isVectorPromotionViable() local 2039 [](VectorType *VTy) { in isVectorPromotionViable() 2078 auto CheckVectorTypeForPromotion = [&](VectorType *VTy) { in isVectorPromotionViable() 2737 IntegerType *VTy = cast<IntegerType>(V->getType()); in getIntegerSplat() local
|