Home
last modified time | relevance | path

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

12

/external/llvm/lib/Analysis/
DCostModel.cpp258 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction() local
322 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction() local
DLint.cpp512 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.cpp1402 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/
DValueTypes.h87 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); in changeVectorElementTypeToInteger() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp343 Type *VecTy = CI->getType(); in UpgradeIntrinsicCall() local
DDataLayout.cpp713 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getIntPtrType() local
DConstants.cpp1919 if (VectorType *VecTy = dyn_cast<VectorType>(C->getType())) in getGetElementPtr() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1147 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
DLoopVectorize.cpp2658 Type *VecTy = VectorExit[0]->getType(); in vectorizeLoop() local
2910 Type *VecTy = (VF == 1) ? PN->getType() : in widenPHIInstruction() local
DBBVectorize.cpp2422 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getNumScalarElements() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1344 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
DScalarizer.cpp113 VectorType *VecTy; member
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1738 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local
1762 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local
DInstCombineSelect.cpp1083 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.cpp5685 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
DCGExpr.cpp1190 auto *VecTy = cast<llvm::VectorType>(SrcTy); in EmitStoreOfScalar() local
DTargetInfo.cpp1847 if (const VectorType *VecTy = Ty->getAs<VectorType>()) { in IsIllegalVectorType() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2691 static SDValue BuildVectorFromScalar(SelectionDAG& DAG, EVT VecTy, in BuildVectorFromScalar()
DSelectionDAGBuilder.cpp1141 VectorType *VecTy = cast<VectorType>(V->getType()); in getValueImpl() local
/external/clang/lib/Sema/
DSemaOverload.cpp7189 QualType VecTy = *Vec; in addUnaryPlusOrMinusArithmeticOverloads() local
7229 QualType VecTy = *Vec; in addUnaryTildePromotedIntegralOverloads() local
DSemaChecking.cpp5889 if (auto VecTy = dyn_cast<VectorType>(Target)) in CheckImplicitConversion() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7523 EVT VecTy; in performNEONPostLDSTCombine() local
/external/clang/lib/AST/
DExprConstant.cpp1569 QualType VecTy = E->getType(); in EvalAndBitcastToAPInt() local

12