Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILISelLowering.cpp74 int VectorTypes[] = { in InitAMDILLowering() local
89 size_t NumVectorTypes = sizeof(VectorTypes) / sizeof(*VectorTypes); in InitAMDILLowering()
152 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii]; in InitAMDILLowering()
/external/llvm/lib/IR/
DLLVMContextImpl.h314 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
DType.cpp718 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
/external/llvm/test/Transforms/SCCP/
D2006-12-04-PackedType.ll2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/external/clang/lib/AST/
DASTContext.cpp2503 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
2513 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
2518 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
2534 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
2544 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
2549 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/external/clang/include/clang/AST/
DASTContext.h94 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/external/clang/lib/Sema/
DSemaOverload.cpp6117 TypeSet VectorTypes; member in clang::BuiltinCandidateTypeSet
6176 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()
6177 iterator vector_end() { return VectorTypes.end(); } in vector_end()
6350 VectorTypes.insert(Ty); in AddTypesConvertedFrom()