| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | CostModel.cpp | 246 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchPairwiseReduction() local 310 Type *VecTy = ReduxRoot->getOperand(0)->getType(); in matchVectorSplittingReduction() local
|
| D | Lint.cpp | 512 VectorType *VecTy = dyn_cast<VectorType>(V->getType()); in isZero() local
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | TinyPtrVector.h | 30 typedef llvm::SmallVector<EltTy, 4> VecTy; typedef
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsSEISelLowering.cpp | 1297 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, in getBuildVectorSplat() 1336 EVT VecTy = Op->getValueType(0); in lowerMSABinaryBitImmIntr() local 1467 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 1479 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 1505 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 1539 EVT VecTy = Op->getValueType(0); in lowerINTRINSIC_WO_CHAIN() local 2147 EVT VecTy = Op0->getValueType(0); in lowerEXTRACT_VECTOR_ELT() local
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 962 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getEntryCost() local 1120 VectorType *VecTy = VectorType::get(I->Scalar->getType(), BundleWidth); in getTreeCost() local 1142 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in getGatherCost() local 1324 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); in vectorizeTree() local 1341 VectorType *VecTy = VectorType::get(ScalarTy, E->Scalars.size()); in vectorizeTree() local 2366 Type *VecTy = VectorType::get(ScalarTy, ReduxWidth); in getReductionCost() local
|
| D | LoopVectorize.cpp | 2179 Type *VecTy = VectorExit[0]->getType(); in vectorizeLoop() local 2421 Type *VecTy = (VF == 1) ? PN->getType() : in widenPHIInstruction() local
|
| D | BBVectorize.cpp | 2349 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getNumScalarElements() local
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 1264 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) { in getNaturalGEPRecursively() local 1823 VectorType *VecTy = cast<VectorType>(V->getType()); in extractVector() local 1850 VectorType *VecTy = cast<VectorType>(Old->getType()); in insertVector() local 1924 VectorType *VecTy; member in __anone8edb3280611::AllocaSliceRewriter 2958 } else if (VectorType *VecTy = dyn_cast<VectorType>(SeqTy)) { in getTypePartition() local
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | DataLayout.cpp | 620 if (VectorType *VecTy = dyn_cast<VectorType>(Ty)) in getIntPtrType() local
|
| D | Constants.cpp | 1857 if (VectorType *VecTy = dyn_cast<VectorType>(C->getType())) in getGetElementPtr() local
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 1682 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local 1706 VectorType *VecTy = cast<VectorType>(VecInput->getType()); in OptimizeIntToFloatBitCast() local
|
| D | InstCombineSelect.cpp | 982 if (VectorType* VecTy = dyn_cast<VectorType>(SI.getType())) { in visitSelectInst() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 4996 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 2); in EmitX86BuiltinExpr() local 5028 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 1); in EmitX86BuiltinExpr() local 5058 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 2); in EmitX86BuiltinExpr() local 5096 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 4); in EmitX86BuiltinExpr() local
|
| D | CGExpr.cpp | 1183 llvm::VectorType *VecTy = cast<llvm::VectorType>(SrcTy); in EmitStoreOfScalar() local
|
| D | TargetInfo.cpp | 1750 if (const VectorType *VecTy = Ty->getAs<VectorType>()) { in IsIllegalVectorType() local
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ValueTypes.h | 632 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); in changeVectorElementTypeToInteger() local
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-stress/ |
| D | llvm-stress.cpp | 484 VectorType *VecTy = cast<VectorType>(VTy); in Act() local
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorTypes.cpp | 2572 static SDValue BuildVectorFromScalar(SelectionDAG& DAG, EVT VecTy, in BuildVectorFromScalar()
|
| D | SelectionDAGBuilder.cpp | 1154 VectorType *VecTy = cast<VectorType>(V->getType()); in getValueImpl() local
|
| D | DAGCombiner.cpp | 5515 EVT VecTy = N0.getOperand(0).getValueType(); in visitTRUNCATE() local
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 3664 EVT VecTy; in CombineBaseUpdate() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOverload.cpp | 7002 QualType VecTy = *Vec; in addUnaryPlusOrMinusArithmeticOverloads() local 7042 QualType VecTy = *Vec; in addUnaryTildePromotedIntegralOverloads() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ExprConstant.cpp | 1525 QualType VecTy = E->getType(); in EvalAndBitcastToAPInt() local
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 9400 EVT VecTy; in CombineBaseUpdate() local
|