OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorTypes
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
654
.pImpl->
VectorTypes
[std::make_pair(ElementType, EC)];
676
.pImpl->
VectorTypes
[std::make_pair(ElementType, EC)];
LLVMContextImpl.h
1447
DenseMap<std::pair<Type *, ElementCount>, VectorType*>
VectorTypes
;
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
976
VectorTypes
;
998
if (
VectorTypes
.find(key) ==
VectorTypes
.end())
999
VectorTypes
[key] = std::make_unique<VectorType>(ST, Lanes);
1000
return
VectorTypes
[key].get();
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3918
if (VectorType *VTP =
VectorTypes
.FindNodeOrInsertPos(ID, InsertPos))
3928
VectorType *NewIP =
VectorTypes
.FindNodeOrInsertPos(ID, InsertPos);
3933
VectorTypes
.InsertNode(New, InsertPos);
3988
if (VectorType *VTP =
VectorTypes
.FindNodeOrInsertPos(ID, InsertPos))
3998
VectorType *NewIP =
VectorTypes
.FindNodeOrInsertPos(ID, InsertPos);
4003
VectorTypes
.InsertNode(New, InsertPos);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
209
mutable llvm::FoldingSet<VectorType>
VectorTypes
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
7798
TypeSet
VectorTypes
;
7850
llvm::iterator_range<iterator> vector_types() { return
VectorTypes
; }
8027
VectorTypes
.insert(Ty);
Completed in 54 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026