Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h190 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; variable
DType.cpp659 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp601 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
DLLVMContextImpl.h1311 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
/external/llvm/lib/IR/
DType.cpp643 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
DLLVMContextImpl.h1127 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/swiftshader/third_party/LLVM/test/Transforms/SCCP/
D2006-12-04-PackedType.ll2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
D2006-12-04-PackedType.ll2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/external/clang/lib/AST/
DASTContext.cpp2894 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
2904 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
2909 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
2925 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
2935 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
2940 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/external/clang/include/clang/AST/
DASTContext.h110 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/external/clang/lib/Sema/
DSemaOverload.cpp6842 TypeSet VectorTypes; member in __anon3a52d03c0411::BuiltinCandidateTypeSet
6901 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()
6902 iterator vector_end() { return VectorTypes.end(); } in vector_end()
7077 VectorTypes.insert(Ty); in AddTypesConvertedFrom()