Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/R600/
HDAMDILISelLowering.cpp73 static const int VectorTypes[] = { in InitAMDILLowering() local
88 const size_t NumVectorTypes = array_lengthof(VectorTypes); in InitAMDILLowering()
149 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii]; in InitAMDILLowering()
/trueos/contrib/llvm/lib/IR/
HDLLVMContextImpl.h314 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
HDType.cpp714 ->VectorTypes[std::make_pair(ElementType, NumElements)]; in get()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2666 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getVectorType()
2676 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getVectorType()
2681 VectorTypes.InsertNode(New, InsertPos); in getVectorType()
2697 if (VectorType *VTP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos)) in getExtVectorType()
2707 VectorType *NewIP = VectorTypes.FindNodeOrInsertPos(ID, InsertPos); in getExtVectorType()
2712 VectorTypes.InsertNode(New, InsertPos); in getExtVectorType()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h96 mutable llvm::FoldingSet<VectorType> VectorTypes; variable
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp6343 TypeSet VectorTypes; member in clang::__anonb86a92940411::BuiltinCandidateTypeSet
6402 iterator vector_begin() { return VectorTypes.begin(); } in vector_begin()
6403 iterator vector_end() { return VectorTypes.end(); } in vector_end()
6578 VectorTypes.insert(Ty); in AddTypesConvertedFrom()