/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 258 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction() local 322 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction() local
|
D | Lint.cpp | 512 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 | 1402 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat() 1441 EVT VecTy = Op->getValueType(0); in lowerMSABinaryBitImmIntr() local 1573 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 1586 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 1612 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 1648 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 2273 EVT VecTy = Op0->getValueType(0); in lowerEXTRACT_VECTOR_ELT() local
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 87 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); in changeVectorElementTypeToInteger() local
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 343 Type *VecTy = CI->getType(); in UpgradeIntrinsicCall() local
|
D | DataLayout.cpp | 713 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getIntPtrType() local
|
D | Constants.cpp | 1919 if (VectorType *VecTy = dyn_cast<VectorType>(C->getType())) in getGetElementPtr() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1147 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getEntryCost() local 1397 VectorType *VecTy = VectorType::get(I->Scalar->getType(), BundleWidth); in getTreeCost() local 1418 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getGatherCost() local 1600 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in vectorizeTree() local 1617 VectorType *VecTy = VectorType::get(ScalarTy, E->Scalars.size()); in vectorizeTree() local 2780 Type *VecTy = VectorType::get(ScalarTy, ReduxWidth); in getReductionCost() local
|
D | LoopVectorize.cpp | 2658 Type *VecTy = VectorExit[0]->getType(); in vectorizeLoop() local 2910 Type *VecTy = (VF == 1) ? PN->getType() : in widenPHIInstruction() local
|
D | BBVectorize.cpp | 2422 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getNumScalarElements() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1344 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) { in getNaturalGEPRecursively() local 1908 VectorType *VecTy = cast<VectorType>(V->getType()); in extractVector() local 1935 VectorType *VecTy = cast<VectorType>(Old->getType()); in insertVector() local 2009 VectorType *VecTy; member in __anon20cc1aae0611::AllocaSliceRewriter 3014 } else if (VectorType *VecTy = dyn_cast<VectorType>(SeqTy)) { in getTypePartition() local
|
D | Scalarizer.cpp | 113 VectorType *VecTy; member
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1738 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local 1762 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local
|
D | InstCombineSelect.cpp | 1083 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 | 5685 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 2); in EmitX86BuiltinExpr() local 5717 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 1); in EmitX86BuiltinExpr() local 5747 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 2); in EmitX86BuiltinExpr() local 5785 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 4); in EmitX86BuiltinExpr() local
|
D | CGExpr.cpp | 1190 auto *VecTy = cast<llvm::VectorType>(SrcTy); in EmitStoreOfScalar() local
|
D | TargetInfo.cpp | 1847 if (const VectorType *VecTy = Ty->getAs<VectorType>()) { in IsIllegalVectorType() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2691 static SDValue BuildVectorFromScalar(SelectionDAG& DAG, EVT VecTy, in BuildVectorFromScalar()
|
D | SelectionDAGBuilder.cpp | 1141 VectorType *VecTy = cast<VectorType>(V->getType()); in getValueImpl() local
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 7189 QualType VecTy = *Vec; in addUnaryPlusOrMinusArithmeticOverloads() local 7229 QualType VecTy = *Vec; in addUnaryTildePromotedIntegralOverloads() local
|
D | SemaChecking.cpp | 5889 if (auto VecTy = dyn_cast<VectorType>(Target)) in CheckImplicitConversion() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7523 EVT VecTy; in performNEONPostLDSTCombine() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1569 QualType VecTy = E->getType(); in EvalAndBitcastToAPInt() local
|