Home
last modified time | relevance | path

Searched refs:VectorTypes (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp83 int VectorTypes[] = in InitAMDILLowering() local
99 size_t numVectorTypes = sizeof(VectorTypes) / sizeof(*VectorTypes); in InitAMDILLowering()
163 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii]; in InitAMDILLowering()
/external/llvm/lib/IR/
DType.cpp715 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
DLLVMContextImpl.h992 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
/external/llvm/test/Transforms/SCCP/
D2006-12-04-PackedType.ll2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/external/clang/lib/AST/
DASTContext.cpp2884 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
2894 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
2899 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
2915 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
2925 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
2930 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/external/clang/include/clang/AST/
DASTContext.h108 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/external/clang/lib/Sema/
DSemaOverload.cpp6795 TypeSet VectorTypes; member in __anond0aca8740411::BuiltinCandidateTypeSet
6854 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()
6855 iterator vector_end() { return VectorTypes.end(); } in vector_end()
7030 VectorTypes.insert(Ty); in AddTypesConvertedFrom()