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

12

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp207 Type *VecTy = Shuffles[0]->getType(); local
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DTinyPtrVector.h28 typedef llvm::SmallVector<EltTy, 4> VecTy; typedef in class:llvm::TinyPtrVector
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCostModel.cpp320 Type *VecTy = ReduxRoot->getOperand(0)->getType(); local
H A DTargetTransformInfo.cpp292 getInterleavedMemoryOpCost( unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace) const argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); local
H A DBasicTTIImpl.h512 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp472 int ARMTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp390 int PPCTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, argument
H A DPPCISelLowering.cpp10109 MVT VecTy = N->getValueType(0).getSimpleVT(); local
10161 MVT VecTy = Src.getValueType().getSimpleVT(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp440 int AArch64TTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, argument
H A DAArch64ISelLowering.cpp7017 VectorType *VecTy = Shuffles[0]->getType(); local
7095 VectorType *VecTy = SVI->getType(); local
9126 EVT VecTy; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp479 Type *VecTy = CI->getType(); local
571 VectorType *VecTy = cast<VectorType>(CI->getType()); local
588 VectorType *VecTy = cast<VectorType>(CI->getType()); local
633 VectorType *VecTy = cast<VectorType>(CI->getType()); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp493 VectorType *VecTy = cast<VectorType>(VTy); variable
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h310 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp113 VectorType *VecTy; member in struct:__anon3260::VectorLayout
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp331 VectorType *VecTy = cast<VectorType>(II.getType()); local
580 VectorType *VecTy = cast<VectorType>(II.getType()); local
644 VectorType *VecTy = cast<VectorType>(II.getType()); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1418 static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, argument
1457 EVT VecTy = Op->getValueType(0); local
1590 EVT VecTy = Op->getValueType(0); local
1603 EVT VecTy = Op->getValueType(0); local
1629 EVT VecTy = Op->getValueType(0); local
1665 EVT VecTy = Op->getValueType(0); local
2298 EVT VecTy = Op0->getValueType(0); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3339 static SDValue BuildVectorFromScalar(SelectionDAG& DAG, EVT VecTy, argument
H A DDAGCombiner.cpp7058 EVT VecTy = N0.getOperand(0).getValueType(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1475 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); local
1805 VectorType *VecTy = VectorType::get(EU.Scalar->getType(), BundleWidth); local
1828 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); local
2164 VectorType *VecTy = VectorType::get(ScalarTy, VL.size()); local
2181 VectorType *VecTy = VectorType::get(ScalarTy, E->Scalars.size()); local
3832 Type *VecTy = VectorType::get(ScalarTy, ReduxWidth); local
[all...]
H A DLoopVectorize.cpp2248 Type *VecTy = VectorType::get(ScalarTy, InterleaveFactor * VF); local
3330 Type *VecTy = VectorExit[0]->getType(); local
3614 Type *VecTy = (VF == 1) ? PN->getType() : local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp6318 llvm::Type *VecTy = llvm::VectorType::get(Int64Ty, 2); local
6388 llvm::Type *VecTy = llvm::VectorType::get(Int8Ty, 32); local
6415 llvm::Type *VecTy = llvm::VectorType::get(Int8Ty, 32); local
H A DCGExpr.cpp1359 auto *VecTy = cast<llvm::VectorType>(SrcTy); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7481 QualType VecTy = *Vec; local
7521 QualType VecTy = *Vec; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1666 QualType VecTy = E->getType(); local

Completed in 501 milliseconds

12