Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValueTypes.cpp100 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 DType.cpp46 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 DFunction.cpp751 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 DConstants.cpp224 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 DConstantFold.cpp1176 } 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 DVerifier.cpp2407 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 DDerivedTypes.h377 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 DGlobalObject.h30 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalObject()
H A DDataLayout.h531 VectorType *VTy = cast<VectorType>(Ty); in getTypeSizeInBits() local
H A DIRBuilder.h1165 Type *VTy = V->getType(); variable
1179 Type *VTy = V->getType(); variable
H A DGlobalValue.h64 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
H A DValue.h69 Type *VTy; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp150 } else if (const auto *VTy = dyn_cast<VectorType>(Ty)) { in getSectionForConstant() local
H A DX86TargetTransformInfo.cpp877 if (VectorType *VTy = dyn_cast<VectorType>(Src)) { in getMemoryOpCost() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1826 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 DInstCombineSimplifyDemanded.cpp124 Type *VTy = V->getType(); in SimplifyDemandedUseBits() local
1169 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); in SimplifyDemandedVectorElts() local
H A DInstCombineVectorOps.cpp67 VectorType *VTy = cast<VectorType>(V->getType()); in FindScalarElement() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DForwardControlFlowIntegrity.cpp140 Type *VTy = CalledValue->getType(); in updateIndirectCalls() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp64 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 DBBVectorize.cpp468 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 DExecutionEngine.cpp541 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 DPPCCTRLoops.cpp353 MVT VTy = in mightUseCTR() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp480 Type *VTy = V->getType(); in Act() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp119 else if (const VectorType *VTy = BaseType->getAs<VectorType>()) in GetBaseType() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2011 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

12