HomeSort by relevance Sort by last modified time
    Searched defs:VectorType (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/
PassAnalysisSupport.h 39 typedef SmallVector<AnalysisID, 32> VectorType;
43 VectorType Required, RequiredTransitive, Preserved;
108 const VectorType &getRequiredSet() const { return Required; }
109 const VectorType &getRequiredTransitiveSet() const {
112 const VectorType &getPreservedSet() const { return Preserved; }
DerivedTypes.h 144 /// and VectorType.
361 /// VectorType - Class to represent vector types.
363 class VectorType : public SequentialType {
366 VectorType(const VectorType &); // Do not implement
367 const VectorType &operator=(const VectorType &); // Do not implement
368 VectorType(Type *ElType, unsigned NumEl);
370 /// VectorType::get - This static method is the primary way to construct an
371 /// VectorType
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
ArgList.h 38 typedef Vector<Register, inlineCapacity> VectorType;
42 typedef VectorType::iterator iterator;
43 typedef VectorType::const_iterator const_iterator;
153 VectorType m_vector;
  /external/llvm/lib/VMCore/
Pass.cpp 250 typedef AnalysisUsage::VectorType VectorType;
251 VectorType &CFGOnlyList;
252 GetCFGOnlyPasses(VectorType &L) : CFGOnlyList(L) {}
Type.cpp 45 if (VectorType *VTy = dyn_cast<VectorType>(this))
63 return cast<VectorType>(this)->getElementType()->isIntegerTy();
76 return cast<VectorType>(this)->getElementType()->isFloatingPointTy();
94 if (const VectorType *thisPTy = dyn_cast<VectorType>(this)) {
95 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty))
103 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)
    [all...]
  /external/clang/lib/AST/
Type.cpp 150 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType,
162 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
561 AutoType *VisitVectorType(const VectorType *T) {
581 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
717 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
757 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType)
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 123 milliseconds