Home
last modified time | relevance | path

Searched defs:VecTy (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/lib/IR/
DAutoUpgrade.cpp526 Type *VecTy = CI->getType(); in UpgradeIntrinsicCall() local
597 VectorType *VecTy = cast<VectorType>(CI->getType()); in UpgradeIntrinsicCall() local
614 VectorType *VecTy = cast<VectorType>(CI->getType()); in UpgradeIntrinsicCall() local
659 VectorType *VecTy = cast<VectorType>(CI->getType()); in UpgradeIntrinsicCall() local
DDataLayout.cpp704 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getIntPtrType() local
DConstants.cpp2020 if (VectorType *VecTy = dyn_cast<VectorType>(C->getType())) in getGetElementPtr() local
/external/llvm/lib/Analysis/
DCostModel.cpp259 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction() local
323 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction() local
DLint.cpp709 VectorType *VecTy = dyn_cast<VectorType>(V->getType()); in isZero() local
/external/llvm/include/llvm/ADT/
DTinyPtrVector.h28 typedef llvm::SmallVector<EltTy, 4> VecTy; typedef
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1405 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat()
1444 EVT VecTy = Op->getValueType(0); in lowerMSABinaryBitImmIntr() local
1576 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1589 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1615 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
1651 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local
2274 EVT VecTy = Op0->getValueType(0); in lowerEXTRACT_VECTOR_ELT() local
/external/llvm/include/llvm/CodeGen/
DValueTypes.h86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); in changeVectorElementTypeToInteger() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1421 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getEntryCost() local
1749 VectorType *VecTy = VectorType::get(I->Scalar->getType(), BundleWidth); in getTreeCost() local
1772 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getGatherCost() local
2088 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in vectorizeTree() local
2105 VectorType *VecTy = VectorType::get(ScalarTy, E->Scalars.size()); in vectorizeTree() local
3700 Type *VecTy = VectorType::get(ScalarTy, ReduxWidth); in getReductionCost() local
DLoopVectorize.cpp2788 Type *VecTy = VectorExit[0]->getType(); in vectorizeLoop() local
3038 Type *VecTy = (VF == 1) ? PN->getType() : in widenPHIInstruction() local
DBBVectorize.cpp2418 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getNumScalarElements() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1627 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) { in getNaturalGEPRecursively() local
2288 VectorType *VecTy = cast<VectorType>(V->getType()); in extractVector() local
2314 VectorType *VecTy = cast<VectorType>(Old->getType()); in insertVector() local
2393 VectorType *VecTy; member in __anonadce12ea0e11::AllocaSliceRewriter
3393 } else if (VectorType *VecTy = dyn_cast<VectorType>(SeqTy)) { in getTypePartition() local
3999 VectorType *VecTy = in rewritePartition() local
DScalarizer.cpp113 VectorType *VecTy; member
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp203 VectorType *VecTy = cast<VectorType>(II.getType()); in SimplifyX86insertps() local
245 VectorType *VecTy = cast<VectorType>(II.getType()); in SimplifyX86vperm2() local
DInstCombineCasts.cpp1700 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local
1724 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local
DInstCombineSelect.cpp1251 if (VectorType* VecTy = dyn_cast<VectorType>(SI.getType())) { in visitSelectInst() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp485 VectorType *VecTy = cast<VectorType>(VTy); in Act() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp5948 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 2); in EmitX86BuiltinExpr() local
6016 llvm::Type *VecTy = llvm::VectorType::get(Int8Ty, 32); in EmitX86BuiltinExpr() local
6043 llvm::Type *VecTy = llvm::VectorType::get(Int8Ty, 32); in EmitX86BuiltinExpr() local
DCGExpr.cpp1252 auto *VecTy = cast<llvm::VectorType>(SrcTy); in EmitStoreOfScalar() local
DTargetInfo.cpp2134 if (const VectorType *VecTy = Ty->getAs<VectorType>()) { in IsIllegalVectorType() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2954 static SDValue BuildVectorFromScalar(SelectionDAG& DAG, EVT VecTy, in BuildVectorFromScalar()
DSelectionDAGBuilder.cpp1167 VectorType *VecTy = cast<VectorType>(V->getType()); in getValueImpl() local
/external/clang/lib/Sema/
DSemaOverload.cpp7351 QualType VecTy = *Vec; in addUnaryPlusOrMinusArithmeticOverloads() local
7391 QualType VecTy = *Vec; in addUnaryTildePromotedIntegralOverloads() local
DSemaChecking.cpp6633 if (auto VecTy = dyn_cast<VectorType>(Target)) in CheckImplicitConversion() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9785 MVT VecTy = N->getValueType(0).getSimpleVT(); in expandVSXLoadForLE() local
9837 MVT VecTy = Src.getValueType().getSimpleVT(); in expandVSXStoreForLE() local

12