Searched defs:VTy (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DValueTypes.cpp265 VectorType *VTy = cast<VectorType>(Ty); local
282 VectorType *VTy = cast<VectorType>(Ty); local
H A DConstants.cpp174 VectorType *VTy = cast<VectorType>(Ty); local
453 VectorType *VTy = dyn_cast<VectorType>(Ty); local
465 VectorType *VTy local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DDataLayout.h491 VectorType *VTy = cast<VectorType>(Ty); local
H A DDerivedTypes.h374 static VectorType *getInteger(VectorType *VTy) { argument
385 static VectorType *getExtendedElementVectorType(VectorType *VTy) { argument
395 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { argument
[all...]
H A DValue.h82 Type *VTy; member in class:llvm::Value
H A DIRBuilder.h1084 Type *VTy = V->getType(); local
1098 Type *VTy = V->getType(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp337 MVT VTy = local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp107 Type *VTy = V->getType(); local
1121 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); local
[all...]
H A DInstCombineVectorOps.cpp65 VectorType *VTy = cast<VectorType>(V->getType()); local
/freebsd-9.3-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp479 Type *VTy = V->getType(); local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h588 VectorType *VTy = cast<VectorType>(Ty); local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp58 VectorType *VTy = dyn_cast<VectorType>(C->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp573 const VectorType* VTy = dyn_cast<VectorType>(C->getType()); local
873 VectorType* VTy = dyn_cast<VectorType>(C->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1420 const VectorType *VTy = dyn_cast<VectorType>(Ty); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1478 llvm::Type *VTy = V->getType(); local
H A DCGBuiltin.cpp1659 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); local
1668 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); local
1860 llvm::Type *VTy = GetNeonType(&CGF, local
2572 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); local
2587 llvm::VectorType *VTy = llvm::VectorType::get(Ty, 1); local
2595 llvm::VectorType *VTy = llvm::VectorType::get(Ty, 1); local
2605 llvm::VectorType *VTy = llvm::VectorType::get(Ty, 1); local
2620 llvm::VectorType *VTy = llvm::VectorType::get(Ty, 1); local
2745 llvm::VectorType *VTy = GetNeonType(&CGF, Type); local
2965 llvm::VectorType *VTy = GetNeonType(this, Type); local
3519 llvm::Type *VTy = GetNeonType(this, local
3542 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); local
3553 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); local
3558 llvm::Type *VTy = GetNeonType(this, local
3575 llvm::VectorType *VTy = cast<llvm::VectorType>(Ty); local
3580 llvm::Type *VTy = GetNeonType(this, local
4197 llvm::VectorType *VTy = GetNeonType(this, Type); local
[all...]
H A DCGDebugInfo.cpp856 llvm::DIType VTy = getOrCreateType(Var->getType(), VUnit); local
H A DCGExpr.cpp1067 const llvm::VectorType *VTy = cast<llvm::VectorType>(EltTy); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2279 IntegerType *VTy = cast<IntegerType>(V->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp628 Type *VTy = IPtr->getType()->getPointerElementType(); local
1869 Type *VTy = getVecTypeForPair(Ty1, Ty2); local
1901 Type *VTy = getVecTypeForPair(Ty1, Ty2); local
1992 Type *VTy = getVecTypeForPair(Ty1, Ty2); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp5170 const VectorType *VTy = Ty->getAs<VectorType>(); local
8026 const VectorType *VTy = V->getAs<VectorType>(); local
[all...]

Completed in 414 milliseconds