Home
last modified time | relevance | path

Searched defs:ST (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/llvm-project/clang/test/OpenMP/
H A Dtarget_enter_data_codegen.cpp24 struct ST { struct
29 ST<int> gb; argument
240 struct ST { struct
245 bST global() argument
322 struct ST { global() struct
339 fooST bar() argument
[all...]
H A Dtarget_data_use_device_ptr_codegen.cpp340 struct ST { struct
343 ST(double *&b) : a(0), b(b) {} in ST() argument
363 // CK2: [[DECL:%.+]] = getelementptr inbounds nuw [[ST]], ptr %this1, i32 0, i32 0 in foo() argument
H A Dtarget_is_device_ptr_codegen.cpp103 struct ST { struct
106 ST(double *&b) : a(0), b(b) {} in ST() argument
108 fooST foo() argument
H A Dtarget_map_codegen_32.cpp49 struct ST { struct
57 // CK31B: [[J:%.+]] = getelementptr inbounds nuw [[ST]], ptr [[THIS:%.+]], i{{.+}} 0, i{{.+}} 1 in test_present_members() argument
H A Dtarget_exit_data_codegen.cpp24 struct ST { struct
29 ST<int> gb; argument
237 struct ST { struct
254 fooST bar() argument
[all...]
H A Dtarget_data_codegen.cpp24 struct ST { struct
29 ST<int> gb; argument
239 struct ST { struct
244 bST global() argument
333 struct ST { global() struct
350 fooST bar() argument
[all...]
H A Dtarget_map_codegen_31.cpp37 struct ST { struct
38 iST global() argument
39 jST global() argument
[all...]
H A Dtarget_enter_data_depend_codegen.cpp24 struct ST { struct
29 ST<int> gb; argument
H A Dtarget_update_depend_codegen.cpp24 struct ST { struct
29 ST<int> gb; argument
H A Dtarget_exit_data_depend_codegen.cpp24 struct ST { struct
29 ST<int> gb; argument
H A Dtarget_map_codegen_hold.cpp84 struct ST { struct
95 struct ST st1; in explicit_maps_single() argument
H A Dtarget_update_codegen.cpp24 struct ST { struct
29 ST<int> gb; argument
181 struct ST { struct
198 fooST bar() argument
1106 struct ST { global() struct
1119 bST foo() argument
1183 struct ST { global() struct
1186 dptrST global() argument
1188 fooST foo() argument
1261 struct ST { global() struct
1264 fooST foo() argument
[all...]
H A Dtarget_parallel_codegen_registration.cpp324 struct ST { global() struct
332 STST ST() argument
338 ~STST ~ST() argument
H A Dtarget_codegen_registration.cpp283 struct ST { global() struct
291 STST ST() argument
297 ~STST ~ST() argument
H A Dtarget_teams_codegen_registration.cpp324 struct ST { global() struct
332 STST ST() argument
338 ~STST ~ST() argument
/llvm-project/clang/test/SemaCXX/
H A Dreturn-void.cpp20 template <typename T> struct ST { struct
22 ST() { return {1,2}; } // expected-error {{constructor 'ST<T>' must not return a value}} in ST() function
23 ~ST() { return {1,2}; } // expected-error {{destructor '~ST<T>' must not return a value}} in ~ST() argument
H A Dreturn.cpp117 template <typename T> struct ST { struct
118 ST() { return f(); } // expected-error {{constructor 'ST<T>' must not return void expression}} in ST() function
124 …ST<int> st; // expected-note {{in instantiation of member function 'ctor_returns_void::ST<int>::ST…
/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/
H A Dcheck-attributes.cpp7 struct ST { struct
13 int *foo(struct ST *s) { in foo() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dreference-in-block-args.cpp5 struct ST { struct
10 void OUTER_BLOCK(void (^fixer)(ST& ref)) { argument
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DPointerTypeTest.cpp6 struct ST { in main() struct
7 int a; in main()
8 int f(int x) { return 1; } in main()
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dtiming_test.cpp17 void testFunc1() { scudo::ScopedTimer ST(Manager, __func__); } testFunc1() local
20 scudo::ScopedTimer ST(Manager, __func__); testFunc2() local
25 scudo::ScopedTimer ST(Manager, __func__); testChainedCalls() local
30 scudo::ScopedTimer ST(Manager, __func__); testIgnoredTimer() local
/llvm-project/llvm/unittests/Support/
H A DSuffixTreeTest.cpp24 SuffixTree ST(SimpleRepetitionData); in TEST() local
46 SuffixTree ST(RepeatedRepetitionData); in TEST() local
85 SuffixTree ST(RepeatedRepetitionData); in TEST() local
114 SuffixTree ST(RepeatedRepetitionData, /*OutlinerLeafDescendants=*/true); in TEST() local
140 SuffixTree ST(RepeatedRepetitionData); in TEST() local
153 SuffixTree ST(RepeatedRepetitionData); in TEST() local
183 SuffixTree ST(RepeatedRepetitionData); in TEST() local
234 SuffixTree ST(RepeatedRepetitionData, /*OutlinerLeafDescendants=*/true); in TEST() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp79 const GCNSubtarget &ST) { in getComputePGMRSrc1Reg()
100 CallingConv::ID CC, const GCNSubtarget &ST) { in getPGMRSrc1Reg()
164 const MCExpr *SIProgramInfo::getComputePGMRSrc1(const GCNSubtarget &ST, in getComputePGMRSrc1()
175 const GCNSubtarget &ST, in getPGMRSrc1()
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchOptWInstrs.cpp99 const LoongArchSubtarget &ST, in hasAllNBitUsers() argument
316 hasAllWUsers(const MachineInstr & OrigMI,const LoongArchSubtarget & ST,const MachineRegisterInfo & MRI) hasAllWUsers() argument
477 isSignExtendedW(Register SrcReg,const LoongArchSubtarget & ST,const MachineRegisterInfo & MRI,SmallPtrSetImpl<MachineInstr * > & FixableDef) isSignExtendedW() argument
670 removeSExtWInstrs(MachineFunction & MF,const LoongArchInstrInfo & TII,const LoongArchSubtarget & ST,MachineRegisterInfo & MRI) removeSExtWInstrs() argument
722 convertToDSuffixes(MachineFunction & MF,const LoongArchInstrInfo & TII,const LoongArchSubtarget & ST,MachineRegisterInfo & MRI) convertToDSuffixes() argument
748 convertToWSuffixes(MachineFunction & MF,const LoongArchInstrInfo & TII,const LoongArchSubtarget & ST,MachineRegisterInfo & MRI) convertToWSuffixes() argument
803 const LoongArchSubtarget &ST = MF.getSubtarget<LoongArchSubtarget>(); runOnMachineFunction() local
[all...]
/llvm-project/llvm/unittests/Target/AMDGPU/
H A DDwarfRegMappings.cpp20 GCNSubtarget ST(TM->getTargetTriple(), std::string(TM->getTargetCPU()), in TEST() local
44 GCNSubtarget ST(TM->getTargetTriple(), std::string(TM->getTargetCPU()), TEST() local

12345678910>>...20