| /llvm-project-15.0.7/llvm/test/CodeGen/CSKY/fpu/ |
| H A D | br-f.ll | 8 ; CHECK-SF-LABEL: brRR_oeq: 14 ; CHECK-SF-NEXT: rts16 17 ; CHECK-SF-NEXT: rts16 40 ; CHECK-SF-LABEL: brRI_oeq: 48 ; CHECK-SF-NEXT: rts16 51 ; CHECK-SF-NEXT: rts16 82 ; CHECK-SF-NEXT: rts16 85 ; CHECK-SF-NEXT: rts16 120 ; CHECK-SF-NEXT: rts16 123 ; CHECK-SF-NEXT: rts16 [all …]
|
| H A D | cmp-f.ll | 9 ; CHECK-SF-LABEL: fcmpRR_ueq: 12 ; CHECK-SF-NEXT: mvc32 a0 14 ; CHECK-SF-NEXT: mvcv16 a1 16 ; CHECK-SF-NEXT: rts16 42 ; CHECK-SF-NEXT: rts16 68 ; CHECK-SF-NEXT: rts16 91 ; CHECK-SF-NEXT: rts16 111 ; CHECK-SF-NEXT: rts16 131 ; CHECK-SF-NEXT: rts16 152 ; CHECK-SF-NEXT: rts16 [all …]
|
| H A D | base-f.ll | 9 ; CHECK-SF-LABEL: faddRR: 12 ; CHECK-SF-NEXT: rts16 26 ; CHECK-SF-LABEL: faddRI: 31 ; CHECK-SF-NEXT: rts16 47 ; CHECK-SF-LABEL: faddRI_X: 53 ; CHECK-SF-NEXT: rts16 70 ; CHECK-SF-LABEL: fsubRR: 73 ; CHECK-SF-NEXT: rts16 88 ; CHECK-SF-LABEL: fsubRI: 93 ; CHECK-SF-NEXT: rts16 [all …]
|
| H A D | cvt-f.ll | 14 ; CHECK-SF-NEXT: rts16 34 ; CHECK-SF-NEXT: rts16 54 ; CHECK-SF-NEXT: rts16 74 ; CHECK-SF-NEXT: rts16 96 ; CHECK-SF-NEXT: rts16 119 ; CHECK-SF-NEXT: rts16 142 ; CHECK-SF-NEXT: rts16 164 ; CHECK-SF-NEXT: rts16 184 ; CHECK-SF-NEXT: rts16 203 ; CHECK-SF-NEXT: rts16 [all …]
|
| H A D | ldst-f.ll | 8 ; CHECK-SF-LABEL: load_I_w: 9 ; CHECK-SF: # %bb.0: # %entry 11 ; CHECK-SF-NEXT: rts16 25 ; CHECK-SF-LABEL: load_R_w: 28 ; CHECK-SF-NEXT: rts16 44 ; CHECK-SF-LABEL: store_I_w: 47 ; CHECK-SF-NEXT: movi16 a0, 0 49 ; CHECK-SF-NEXT: rts16 65 ; CHECK-SF-LABEL: store_R_w: 68 ; CHECK-SF-NEXT: movi16 a0, 0 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/llvm-ir/ |
| H A D | fptosi.ll | 61 ; M32R2-SF-LABEL: test1: 62 ; M32R2-SF: # %bb.0: # %entry 160 ; MMR2-SF-LABEL: test1: 161 ; MMR2-SF: # %bb.0: # %entry 198 ; MMR6-SF-LABEL: test1: 199 ; MMR6-SF: # %bb.0: # %entry 252 ; M32R2-SF-LABEL: test2: 351 ; MMR2-SF-LABEL: test2: 352 ; MMR2-SF: # %bb.0: # %entry 389 ; MMR6-SF-LABEL: test2: [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_map_lexopt_templ.c | 18 #define SF(TYPE,SUFFIX) xSF(TYPE,SUFFIX) macro 39 __isl_give TYPE *SF(isl_basic_map_partial_lexmax,SUFFIX)( in SF() function 47 __isl_give TYPE *SF(isl_basic_map_partial_lexmin,SUFFIX)( in SF() function 55 __isl_give TYPE *SF(isl_basic_set_partial_lexmin,SUFFIX)( in SF() function 120 res_i = SF(isl_basic_map_partial_lexopt,SUFFIX)( in SF() 145 __isl_give TYPE *SF(isl_basic_map_lexopt,SUFFIX)( in SF() function 154 return SF(isl_basic_map_lexopt,SUFFIX)(bmap, 0); in SF() 213 return SF(isl_map_lexopt,SUFFIX)(map, 0); in SF() 218 return SF(isl_map_lexopt,SUFFIX)(map, ISL_OPT_MAX); in SF() 223 return SF(isl_map_lexmin,SUFFIX)(set); in SF() [all …]
|
| H A D | isl_tab_lexopt_templ.c | 15 #define SF(TYPE,SUFFIX) xSF(TYPE,SUFFIX) macro 49 static TYPE *SF(basic_map_partial_lexopt_symm,SUFFIX)( in SF() function 127 return SF(basic_map_partial_lexopt_symm_core,SUFFIX)(bmap, dom, empty, in SF() 149 static __isl_give TYPE *SF(basic_map_partial_lexopt,SUFFIX)( in SF() function 164 return SF(basic_map_partial_lexopt_base,SUFFIX)(bmap, dom, in SF() 167 return SF(basic_map_partial_lexopt_symm,SUFFIX)(bmap, dom, empty, max, in SF() 199 __isl_give TYPE *SF(isl_tab_basic_map_partial_lexopt,SUFFIX)( in SF() function 221 return SF(basic_map_partial_lexopt,SUFFIX)(bmap, dom, empty, in SF() 230 return SF(basic_map_partial_lexopt,SUFFIX)(bmap, dom, empty, max); in SF()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 42 SF.Values[V] = Val; in SetValue() 96 SetValue(&I, R, SF); in visitUnaryOperator() 355 SetValue(&I, R, SF); in visitICmpInst() 988 SF.CurInst = SF.CurBB->begin(); // Update new instruction ptr... in SwitchToNewBasicBlock() 995 for (; PHINode *PN = dyn_cast<PHINode>(SF.CurInst); ++SF.CurInst) { in SwitchToNewBasicBlock() 1006 SF.CurInst = SF.CurBB->begin(); in SwitchToNewBasicBlock() 1007 for (unsigned i = 0; isa<PHINode>(SF.CurInst); ++SF.CurInst, ++i) { in SwitchToNewBasicBlock() 1132 SetValue(&I, getOperandValue(*I.arg_begin(), SF), SF); in visitVACopyInst() 1153 SF.CurInst = Me; in visitIntrinsicInst() 1154 ++SF.CurInst; in visitIntrinsicInst() [all …]
|
| H A D | Interpreter.h | 204 ExecutionContext &SF); 206 ExecutionContext &SF); 208 ExecutionContext &SF); 210 ExecutionContext &SF); 212 ExecutionContext &SF); 214 ExecutionContext &SF); 216 ExecutionContext &SF); 218 ExecutionContext &SF); 220 ExecutionContext &SF); 222 ExecutionContext &SF); [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | SubtargetFeatureInfo.cpp | 56 for (const auto &SF : SubtargetFeatures) { in emitSubtargetFeatureBitEnumeration() local 57 const SubtargetFeatureInfo &SFI = SF.second; in emitSubtargetFeatureBitEnumeration() 69 for (const auto &SF : SubtargetFeatures) in emitNameTable() local 70 if (IndexUB <= SF.second.Index) in emitNameTable() 71 IndexUB = SF.second.Index+1; in emitNameTable() 76 for (const auto &SF : SubtargetFeatures) in emitNameTable() local 77 Names[SF.second.Index] = SF.second.getEnumName(); in emitNameTable() 99 for (const auto &SF : SubtargetFeatures) { in emitComputeAvailableFeatures() local 100 const SubtargetFeatureInfo &SFI = SF.second; in emitComputeAvailableFeatures() 155 for (const auto &SF : SubtargetFeatures) { in emitComputeAssemblerAvailableFeatures() local [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | multiple-files.test | 18 // LCOV-LABEL: SF:{{.*}}a{{[/\\]}}f2.c 22 // LCOV-LABEL: SF:{{.*}}b{{[/\\]}}c{{[/\\]}}f4.c 24 // LCOV-LABEL: SF:{{.*}}b{{[/\\]}}f3.c 26 // LCOV-LABEL: SF:{{.*}}f1.c
|
| H A D | coverage-prefix-map.test | 16 # LCOV: SF:bar.h 17 # LCOV-NOT: SF
|
| H A D | showLineExecutionCounts-lcov.test | 1 // FULL: SF:{{.*}}showLineExecutionCounts.cpp 33 // SUMMARYONLY: SF:{{.*}}showLineExecutionCounts.cpp
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.cpp | 109 for (auto &SF : Files) { in ReadCoverage() local 110 auto Name = Basename(SF.File); in ReadCoverage() 113 std::ifstream IF(SF.File); in ReadCoverage() 172 for (auto &SF : CorporaFiles) in Init() local 173 CorporaHashes.insert(Hash(FileToVector(SF.File))); in Init() 219 for (auto &SF : Files) { in Init() local 220 auto Name = Basename(SF.File); in Init() 225 std::ifstream IF(SF.File); in Init()
|
| H A D | FuzzerMerge.cpp | 396 for (auto &SF: KnownFiles) in WriteNewControlFile() local 397 FilesToSkip.insert(SF.Name); in WriteNewControlFile() 404 for (auto &SF: OldCorpus) in WriteNewControlFile() local 405 MaybeUseFile(SF.File); in WriteNewControlFile() 407 for (auto &SF: NewCorpus) in WriteNewControlFile() local 408 MaybeUseFile(SF.File); in WriteNewControlFile()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | func-mapping-test.cpp | 25 struct SF { struct 28 extern const SF sf = {.a = 2}; argument
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | aarch64-attr-mode-float.c | 5 typedef float f32a __attribute((mode(SF))); 6 typedef double f32b __attribute((mode(SF)));
|
| /llvm-project-15.0.7/clang/test/Layout/ |
| H A D | ms-x86-member-pointers.cpp | 12 struct SF { char a; int (S::*mp)(); }; struct 77 sizeof(SF) +
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-mode-tmpl.cpp | 40 …typedef T __attribute__((mode(SF))) T5; // expected-error2{{type of machine mode does not match ty… in CheckMachineMode() 50 T2 __attribute__((mode(SF))) paramSF, in CheckParameters() 70 …void f2(T __attribute__((mode(SF))) x) {} // expected-error2{{type of machine mode does not matc… in f2()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-equals-default-copy.cpp | 394 struct SF { struct 395 SF &foo(const SF &); 398 SF &SF::foo(const SF &Other) { in foo() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.td | 108 // NOTE: Mark SF#I as alias of SW#I temporary to avoid register allocation 111 def SF#I : VEReg<I, "sf"#I, [], ["s"#I], [!cast<VEReg>("SW"#I)]>, 127 def SX#I : VEReg<I, "s"#I, [!cast<VEReg>("SW"#I), !cast<VEReg>("SF"#I)], 179 (add (sequence "SF%u", 0, 7), 180 (sequence "SF%u", 34, 63), 181 (sequence "SF%u", 8, 33))>;
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-mode-vector-types.c | 8 typedef float __attribute__((mode(SF))) __attribute__((vector_size(256))) vec_t5; 18 typedef float v4sf __attribute__((mode(SF))) __attribute__ ((vector_size(16)));
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 209 for (StringRef SF : Coverage.getUniqueSourceFiles()) { in renderRoot() local 210 if (!IgnoreFilters.matchesFilename(SF)) in renderRoot() 211 SourceFiles.emplace_back(SF); in renderRoot()
|
| H A D | SourceCoverageViewHTML.h | 40 void emitFileSummary(raw_ostream &OS, StringRef SF, 43 std::string buildLinkToFile(StringRef SF,
|