HomeSort by relevance Sort by last modified time
    Searched refs:VectorType (Results 176 - 200 of 239) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/lib/Analysis/
Lint.cpp 513 VectorType *VecTy = dyn_cast<VectorType>(V->getType());
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 319 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) { \
366 if (cast<VectorType>(TY)->getElementType()->isFloatTy()) { \
539 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
570 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
716 if (cast<VectorType>(Ty)->getElementType()->isFloatTy()) \
719 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy()) \
748 if (cast<VectorType>(Ty)->getElementType()->isFloatTy())
753 if (cast<VectorType>(Ty)->getElementType()->isDoubleTy())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 478 assert(isa<VectorType>(VecTy) && "Expect a vector type");
485 Type *SubVecTy = VectorType::get(VecTy->getScalarType(), NumElts / Factor);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 753 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
754 VectorType *SrcTy = dyn_cast<VectorType>(BC->getSrcTy());
    [all...]
InstCombineSelect.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
ThreadSanitizer.cpp 422 if (isa<VectorType>(StoredValue->getType()))
  /external/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 162 if (isa<VectorType>(Underlying))
300 const VectorType *VTy = Ty->getAs<VectorType>();
    [all...]
APValue.cpp 360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType();
DeclPrinter.cpp 129 else if (const VectorType *VTy = BaseType->getAs<VectorType>())
    [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp 54 QualType VisitVectorType(const VectorType *T);
567 const VectorType *Vec1 = cast<VectorType>(T1);
568 const VectorType *Vec2 = cast<VectorType>(T2);
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 165 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 108 typedef Matrix<Scalar,Dynamic,1> VectorType;
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 351 auto VecTy = VectorType::get(Builder.getInt64Ty(), 4);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 729 VectorType *VTy = cast<VectorType>(Ty);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 888 else if (VectorType *PT = dyn_cast<VectorType>(I.getType()))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]

Completed in 1125 milliseconds

1 2 3 4 5 6 78 910