/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 526 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
|
D | DataLayout.cpp | 704 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getIntPtrType() local
|
D | Constants.cpp | 2020 if (VectorType *VecTy = dyn_cast<VectorType>(C->getType())) in getGetElementPtr() local
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 259 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction() local 323 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction() local
|
D | Lint.cpp | 709 VectorType *VecTy = dyn_cast<VectorType>(V->getType()); in isZero() local
|
/external/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 28 typedef llvm::SmallVector<EltTy, 4> VecTy; typedef
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1405 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/ |
D | ValueTypes.h | 86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); in changeVectorElementTypeToInteger() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1421 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
|
D | LoopVectorize.cpp | 2788 Type *VecTy = VectorExit[0]->getType(); in vectorizeLoop() local 3038 Type *VecTy = (VF == 1) ? PN->getType() : in widenPHIInstruction() local
|
D | BBVectorize.cpp | 2418 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getNumScalarElements() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1627 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
|
D | Scalarizer.cpp | 113 VectorType *VecTy; member
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 203 VectorType *VecTy = cast<VectorType>(II.getType()); in SimplifyX86insertps() local 245 VectorType *VecTy = cast<VectorType>(II.getType()); in SimplifyX86vperm2() local
|
D | InstCombineCasts.cpp | 1700 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local 1724 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local
|
D | InstCombineSelect.cpp | 1251 if (VectorType* VecTy = dyn_cast<VectorType>(SI.getType())) { in visitSelectInst() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 485 VectorType *VecTy = cast<VectorType>(VTy); in Act() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 5948 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
|
D | CGExpr.cpp | 1252 auto *VecTy = cast<llvm::VectorType>(SrcTy); in EmitStoreOfScalar() local
|
D | TargetInfo.cpp | 2134 if (const VectorType *VecTy = Ty->getAs<VectorType>()) { in IsIllegalVectorType() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2954 static SDValue BuildVectorFromScalar(SelectionDAG& DAG, EVT VecTy, in BuildVectorFromScalar()
|
D | SelectionDAGBuilder.cpp | 1167 VectorType *VecTy = cast<VectorType>(V->getType()); in getValueImpl() local
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 7351 QualType VecTy = *Vec; in addUnaryPlusOrMinusArithmeticOverloads() local 7391 QualType VecTy = *Vec; in addUnaryTildePromotedIntegralOverloads() local
|
D | SemaChecking.cpp | 6633 if (auto VecTy = dyn_cast<VectorType>(Target)) in CheckImplicitConversion() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9785 MVT VecTy = N->getValueType(0).getSimpleVT(); in expandVSXLoadForLE() local 9837 MVT VecTy = Src.getValueType().getSimpleVT(); in expandVSXStoreForLE() local
|