Searched refs:VectorTypes (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.h | 190 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes; variable
|
D | Type.cpp | 659 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 601 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
|
D | LLVMContextImpl.h | 1311 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
|
/external/llvm/lib/IR/ |
D | Type.cpp | 643 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
|
D | LLVMContextImpl.h | 1127 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
|
/external/llvm/test/Transforms/SCCP/ |
D | 2006-12-04-PackedType.ll | 2 ; SCCP ignores VectorTypes until PR 1034 is fixed
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | 2006-12-04-PackedType.ll | 2 ; SCCP ignores VectorTypes until PR 1034 is fixed
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/ |
D | 2006-12-04-PackedType.ll | 2 ; SCCP ignores VectorTypes until PR 1034 is fixed
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2894 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/ |
D | ASTContext.h | 110 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6842 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()
|