Home
last modified time | relevance | path

Searched refs:_Vector_base (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/CodeGen/PowerPC/
Dpr18663.ll11 %"class.std::vector.46" = type { %"struct.std::_Vector_base.45" }
12 %"struct.std::_Vector_base.45" = type { %"struct.std::_Vector_base<TriangulationLevel<3> *, std::al…
13 %"struct.std::_Vector_base<TriangulationLevel<3> *, std::allocator<TriangulationLevel<3> *> >::_Vec…
18 %"class.std::vector.7.12" = type { %"struct.std::_Vector_base" }
19 %"struct.std::_Vector_base" = type { %"struct.std::_Vector_base<std::pair<int, int>, std::allocator…
20 %"struct.std::_Vector_base<std::pair<int, int>, std::allocator<std::pair<int, int> > >::_Vector_imp…
22 %"class.std::vector.12.15" = type { %"struct.std::_Vector_base.13.14" }
23 %"struct.std::_Vector_base.13.14" = type { %"struct.std::_Vector_base<unsigned int, std::allocator<…
24 %"struct.std::_Vector_base<unsigned int, std::allocator<unsigned int> >::_Vector_impl.13" = type { …
26 %"class.std::vector.17.20" = type { %"struct.std::_Vector_base.18.19" }
[all …]
Dpr15031.ll113 %"class.std::vector" = type { %"struct.std::_Vector_base" }
114 %"struct.std::_Vector_base" = type { %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator…
115 %"struct.std::_Vector_base<llvm::MCDwarfFile *, std::allocator<llvm::MCDwarfFile *> >::_Vector_impl…
118 %"class.std::vector.70" = type { %"struct.std::_Vector_base.71" }
119 %"struct.std::_Vector_base.71" = type { %"struct.std::_Vector_base<llvm::StringRef, std::allocator<…
120 %"struct.std::_Vector_base<llvm::StringRef, std::allocator<llvm::StringRef> >::_Vector_impl" = type…
125 %"class.std::vector.75" = type { %"struct.std::_Vector_base.76" }
126 %"struct.std::_Vector_base.76" = type { %"struct.std::_Vector_base<const llvm::MCGenDwarfLabelEntry…
127 %"struct.std::_Vector_base<const llvm::MCGenDwarfLabelEntry *, std::allocator<const llvm::MCGenDwar…
132 %"class.std::vector.215" = type { %"struct.std::_Vector_base.216" }
[all …]
Dtoc-load-sched-bug.ll101 %"class.std::vector" = type { %"struct.std::_Vector_base" }
102 %"struct.std::_Vector_base" = type { %"struct.std::_Vector_base<llvm::SourceMgr::SrcBuffer, std::al…
103 %"struct.std::_Vector_base<llvm::SourceMgr::SrcBuffer, std::allocator<llvm::SourceMgr::SrcBuffer> >…
106 %"class.std::vector.74" = type { %"struct.std::_Vector_base.75" }
107 %"struct.std::_Vector_base.75" = type { %"struct.std::_Vector_base<std::basic_string<char>, std::al…
108 %"struct.std::_Vector_base<std::basic_string<char>, std::allocator<std::basic_string<char> > >::_Ve…
110 %"class.std::vector.79" = type { %"struct.std::_Vector_base.80" }
111 %"struct.std::_Vector_base.80" = type { %"struct.std::_Vector_base<std::pair<unsigned int, unsigned…
112 %"struct.std::_Vector_base<std::pair<unsigned int, unsigned int>, std::allocator<std::pair<unsigned…
140 %"class.std::vector.103" = type { %"struct.std::_Vector_base.104" }
[all …]
DBreakableToken-reduced.ll60 %"class.std::vector" = type { %"struct.std::_Vector_base" }
61 %"struct.std::_Vector_base" = type { %"struct.std::_Vector_base<std::basic_string<char>, std::alloc…
62 %"struct.std::_Vector_base<std::basic_string<char>, std::allocator<std::basic_string<char> > >::_Ve…
152 %"class.std::vector.94" = type { %"struct.std::_Vector_base.95" }
153 %"struct.std::_Vector_base.95" = type { %"struct.std::_Vector_base<clang::SrcMgr::ContentCache *, s…
154 %"struct.std::_Vector_base<clang::SrcMgr::ContentCache *, std::allocator<clang::SrcMgr::ContentCach…
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
D2008-10-21-PPCLongDoubleConstant.ll10 …%"struct.std::_Vector_base<Point<0>,std::allocator<Point<0> > >" = type { %"struct.std::_Vector_ba…
11 …%"struct.std::_Vector_base<Point<0>,std::allocator<Point<0> > >::_Vector_impl" = type { %"struct.P…
12 …%"struct.std::_Vector_base<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<do…
13 …%"struct.std::_Vector_base<double,std::allocator<double> >::_Vector_impl" = type { double*, double…
15 …%"struct.std::vector<Point<0>,std::allocator<Point<0> > >" = type { %"struct.std::_Vector_base<Poi…
16 …%"struct.std::vector<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<double,s…
/external/clang/test/CodeGenCXX/
Dlpad-linetable.cpp23 struct _Vector_base struct
31 _Vector_base(const allocator_type& __a) in _Vector_base() argument
34 ~_Vector_base() { } in ~_Vector_base() argument
39 : protected _Vector_base<_Tp, _Alloc>
41 typedef _Vector_base<_Tp, _Alloc> _Base;
Dthunk-use-after-free.cpp14 template < typename _Tp, typename _Alloc > struct _Vector_base { struct
19 _Vector_base () { in _Vector_base() argument
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
Ddebug-info-use-after-free.cpp101 template < typename _Tp, typename _Alloc > struct _Vector_base { struct
106 _Vector_base () { in _Vector_base() argument
113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
141 template < typename, typename > struct _Vector_base { struct
143 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:_Vector_base < _Tp,
D2007-09-10-RecursiveTypeResolution.cpp41 template < typename _Tp, typename _Alloc> struct _Vector_base struct
51 class vector:protected _Vector_base < _Tp,_Alloc >
/external/llvm/test/CodeGen/X86/
D2009-11-17-UpdateTerminator.ll9 …truct.std::_Vector_base<llvm::InlineAsm::ConstraintInfo,std::allocator<llvm::InlineAsm::Constraint…
10 %"struct.std::_Vector_base<llvm::InlineAsm::ConstraintInfo,std::allocator<llvm::InlineAsm::Constrai…
11_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::allocator…
12 %"struct.std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,s…
15 …:allocator<llvm::InlineAsm::ConstraintInfo> >" = type { %"struct.std::_Vector_base<llvm::InlineAsm…
16 …char_traits<char>, std::allocator<char> > > >" = type { %"struct.std::_Vector_base<std::basic_stri…
Dscev-interchange.ll17 …ruct.std::_Vector_base<Polynomials::Polynomial<double>,std::allocator<Polynomials::Polynomial<doub…
18 …%"struct.std::_Vector_base<Polynomials::Polynomial<double>,std::allocator<Polynomials::Polynomial<…
19 …%"struct.std::_Vector_base<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<do…
20 …%"struct.std::_Vector_base<double,std::allocator<double> >::_Vector_impl" = type { double*, double…
21 …%"struct.std::_Vector_base<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std:…
22 %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl" = type { i32*, i32*, i32* }
23 …:_Vector_base<std::vector<bool, std::allocator<bool> >,std::allocator<std::vector<bool, std::alloc…
24 …%"struct.std::_Vector_base<std::vector<bool, std::allocator<bool> >,std::allocator<std::vector<boo…
26 …allocator<Polynomials::Polynomial<double> > >" = type { %"struct.std::_Vector_base<Polynomials::Po…
28 …%"struct.std::vector<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<double,s…
[all …]
Dmisched-aa-colored.ll50 %"class.std::vector.15.44.644.1004.1964.2084.2324.4124" = type { %"struct.std::_Vector_base.16.43.6…
51 %"struct.std::_Vector_base.16.43.643.1003.1963.2083.2323.4123" = type { %"struct.std::_Vector_base<…
52 %"struct.std::_Vector_base<std::pair<llvm::MVT, const llvm::TargetRegisterClass *>, std::allocator<…
94 %"class.std::vector.51.89.689.1049.2009.2129.2369.4169" = type { %"struct.std::_Vector_base.52.88.6…
95 %"struct.std::_Vector_base.52.88.688.1048.2008.2128.2368.4168" = type { %"struct.std::_Vector_base<…
96 %"struct.std::_Vector_base<llvm::CondCodeSDNode *, std::allocator<llvm::CondCodeSDNode *> >::_Vecto…
98 %"class.std::vector.56.92.692.1052.2012.2132.2372.4172" = type { %"struct.std::_Vector_base.57.91.6…
99 %"struct.std::_Vector_base.57.91.691.1051.2011.2131.2371.4171" = type { %"struct.std::_Vector_base<…
100 %"struct.std::_Vector_base<llvm::SDNode *, std::allocator<llvm::SDNode *> >::_Vector_impl.90.690.10…
D2009-11-25-ImpDefBug.ll14 %"struct.std::ASN1ObjList" = type { %"struct.std::_Vector_base<ASN1Object*,std::allocator<ASN1Objec…
15 %"struct.std::_Vector_base<ASN1Object*,std::allocator<ASN1Object*> >" = type { %"struct.std::_Vecto…
16 %"struct.std::_Vector_base<ASN1Object*,std::allocator<ASN1Object*> >::_Vector_impl" = type { %struc…
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-11-17-UpdateTerminator.ll9 …truct.std::_Vector_base<llvm::InlineAsm::ConstraintInfo,std::allocator<llvm::InlineAsm::Constraint…
10 %"struct.std::_Vector_base<llvm::InlineAsm::ConstraintInfo,std::allocator<llvm::InlineAsm::Constrai…
11_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::allocator…
12 %"struct.std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,s…
15 …:allocator<llvm::InlineAsm::ConstraintInfo> >" = type { %"struct.std::_Vector_base<llvm::InlineAsm…
16 …char_traits<char>, std::allocator<char> > > >" = type { %"struct.std::_Vector_base<std::basic_stri…
Dscev-interchange.ll17 …ruct.std::_Vector_base<Polynomials::Polynomial<double>,std::allocator<Polynomials::Polynomial<doub…
18 …%"struct.std::_Vector_base<Polynomials::Polynomial<double>,std::allocator<Polynomials::Polynomial<…
19 …%"struct.std::_Vector_base<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<do…
20 …%"struct.std::_Vector_base<double,std::allocator<double> >::_Vector_impl" = type { double*, double…
21 …%"struct.std::_Vector_base<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std:…
22 %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl" = type { i32*, i32*, i32* }
23 …:_Vector_base<std::vector<bool, std::allocator<bool> >,std::allocator<std::vector<bool, std::alloc…
24 …%"struct.std::_Vector_base<std::vector<bool, std::allocator<bool> >,std::allocator<std::vector<boo…
26 …allocator<Polynomials::Polynomial<double> > >" = type { %"struct.std::_Vector_base<Polynomials::Po…
28 …%"struct.std::vector<double,std::allocator<double> >" = type { %"struct.std::_Vector_base<double,s…
[all …]
D2009-11-25-ImpDefBug.ll14 %"struct.std::ASN1ObjList" = type { %"struct.std::_Vector_base<ASN1Object*,std::allocator<ASN1Objec…
15 %"struct.std::_Vector_base<ASN1Object*,std::allocator<ASN1Object*> >" = type { %"struct.std::_Vecto…
16 %"struct.std::_Vector_base<ASN1Object*,std::allocator<ASN1Object*> >::_Vector_impl" = type { %struc…
/external/llvm/test/CodeGen/Thumb2/
D2009-08-02-CoalescerBug.ll8 %"struct.std::CharVectorType" = type { %"struct.std::_Vector_base<char,std::allocator<char> >" }
13 …%"struct.std::_Vector_base<char,std::allocator<char> >" = type { %"struct.std::_Vector_base<char,s…
14 %"struct.std::_Vector_base<char,std::allocator<char> >::_Vector_impl" = type { i8*, i8*, i8* }
15 …%"struct.std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >" = type { %"str…
16 …%"struct.std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >::_Vector_impl" …
19 …gned int,std::allocator<short unsigned int> >" = type { %"struct.std::_Vector_base<short unsigned …
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-02-CoalescerBug.ll8 %"struct.std::CharVectorType" = type { %"struct.std::_Vector_base<char,std::allocator<char> >" }
13 …%"struct.std::_Vector_base<char,std::allocator<char> >" = type { %"struct.std::_Vector_base<char,s…
14 %"struct.std::_Vector_base<char,std::allocator<char> >::_Vector_impl" = type { i8*, i8*, i8* }
15 …%"struct.std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >" = type { %"str…
16 …%"struct.std::_Vector_base<short unsigned int,std::allocator<short unsigned int> >::_Vector_impl" …
19 …gned int,std::allocator<short unsigned int> >" = type { %"struct.std::_Vector_base<short unsigned …
/external/clang/test/Modules/Inputs/PR25501/
DVector.h1 template <typename> struct _Vector_base {}; struct
4 vector(_Vector_base<int>);
/external/llvm/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll74 …%"struct.std::_Vector_base<__gnu_cxx::_Hashtable_node<const llvm::Constant*>*,std::allocator<const…
75 …%"struct.std::_Vector_base<__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >*,…
76 …%"struct.std::_Vector_base<const llvm::PassInfo*,std::allocator<const llvm::PassInfo*> >" = type {…
77 …%"struct.std::_Vector_base<const llvm::TargetRegClassInfo*,std::allocator<const llvm::TargetRegCla…
78 …%"struct.std::_Vector_base<llvm::AbstractTypeUser*,std::allocator<llvm::AbstractTypeUser*> >" = ty…
79 …%"struct.std::_Vector_base<llvm::MachineInstr*,std::allocator<llvm::MachineInstr*> >" = type { %"s…
80 …%"struct.std::_Vector_base<llvm::MachineOperand,std::allocator<llvm::MachineOperand> >" = type { %…
81 …%"struct.std::_Vector_base<llvm::PATypeHandle,std::allocator<llvm::PATypeHandle> >" = type { %"str…
82 …%"struct.std::_Vector_base<llvm::Use,std::allocator<llvm::Use> >" = type { %"struct.std::_Vector_a…
83 …%"struct.std::_Vector_base<std::pair<const llvm::PassInfo*, llvm::Pass*>,std::allocator<std::pair<…
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll74 …%"struct.std::_Vector_base<__gnu_cxx::_Hashtable_node<const llvm::Constant*>*,std::allocator<const…
75 …%"struct.std::_Vector_base<__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >*,…
76 …%"struct.std::_Vector_base<const llvm::PassInfo*,std::allocator<const llvm::PassInfo*> >" = type {…
77 …%"struct.std::_Vector_base<const llvm::TargetRegClassInfo*,std::allocator<const llvm::TargetRegCla…
78 …%"struct.std::_Vector_base<llvm::AbstractTypeUser*,std::allocator<llvm::AbstractTypeUser*> >" = ty…
79 …%"struct.std::_Vector_base<llvm::MachineInstr*,std::allocator<llvm::MachineInstr*> >" = type { %"s…
80 …%"struct.std::_Vector_base<llvm::MachineOperand,std::allocator<llvm::MachineOperand> >" = type { %…
81 …%"struct.std::_Vector_base<llvm::PATypeHandle,std::allocator<llvm::PATypeHandle> >" = type { %"str…
82 …%"struct.std::_Vector_base<llvm::Use,std::allocator<llvm::Use> >" = type { %"struct.std::_Vector_a…
83 …%"struct.std::_Vector_base<std::pair<const llvm::PassInfo*, llvm::Pass*>,std::allocator<std::pair<…
[all …]
/external/llvm/test/Transforms/GlobalOpt/
D2006-07-07-InlineAsmCrash.ll14 …%"struct.std::_Vector_base<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std:…
15 %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl" = type { i32*, i32*, i32* }
16 …%"struct.std::vector<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std::alloc…
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
D2006-07-07-InlineAsmCrash.ll14 …%"struct.std::_Vector_base<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std:…
15 %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl" = type { i32*, i32*, i32* }
16 …%"struct.std::vector<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std::alloc…
/external/llvm/test/Transforms/InstCombine/
D2009-02-20-InstCombine-SROA.ll9 %"struct.std::_Vector_base<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std::…
10 %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl" = type { i32*, i32*, i32* }
15 %"struct.std::vector<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std::alloca…
31 …%6 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >", %"struct.std::_Vector_ba…
32 …%7 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl", %"struct.s…
43 …%13 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >", %"struct.std::_Vector_b…
44 …%14 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl", %"struct.…
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2009-02-20-InstCombine-SROA.ll9 %"struct.std::_Vector_base<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std::…
10 %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl" = type { i32*, i32*, i32* }
15 %"struct.std::vector<int,std::allocator<int> >" = type { %"struct.std::_Vector_base<int,std::alloca…
31 %6 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >"* %5, i32 0, i32 0
32 …%7 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl"* %6, i32 0,…
43 %13 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >"* %12, i32 0, i32 0
44 …%14 = getelementptr %"struct.std::_Vector_base<int,std::allocator<int> >::_Vector_impl"* %13, i32 …

12