Searched defs:VectorTypes (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp83 int VectorTypes[] = local
99 size_t numVectorTypes = sizeof(VectorTypes) / sizeof(*VectorTypes);
163 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii];
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContextImpl.h190 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; member in class:llvm::LLVMContextImpl
/external/llvm/lib/IR/
H A DLLVMContextImpl.h1127 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; member in class:llvm::LLVMContextImpl
/external/clang/include/clang/AST/
H A DASTContext.h110 mutable llvm::FoldingSet<VectorType> VectorTypes; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaOverload.cpp6842 TypeSet VectorTypes; member in class:__anon1500::BuiltinCandidateTypeSet
6901 iterator vector_begin() { return VectorTypes.begin(); }
6902 iterator vector_end() { return VectorTypes.end(); }
7077 VectorTypes.insert(Ty);

Completed in 476 milliseconds