Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 2546) sorted by relevance

12345678910>>...102

/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.ml10 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
13 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
16 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
19 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
22 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
25 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
28 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
31 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
34 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
37 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
[all …]
H A Dllvm_scalar_opts.mli16 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
21 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
26 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
31 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
36 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
41 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
46 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
51 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
56 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
61 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
[all …]
/llvm-project-15.0.7/flang/test/Semantics/
H A Dio11.f9016 integer, intent(in) :: unit local
39 integer, intent(in) :: unit local
62 integer, intent(in) :: unit local
110 integer, intent(in) :: unit local
150 integer, intent(in) :: unit local
173 integer, intent(in) :: unit local
383 integer,intent(in) :: unit local
408 integer,intent(in) :: unit local
433 integer,intent(in) :: unit local
441 integer,intent(in) :: unit local
[all …]
H A Dio01.f9034 open(blank='null', unit=unit10, pad='no')
35 open(unit=unit11, err=3)
54 open(unit=60, position='rewind', recl=(30+20/2), round='zero')
55 open(position=position_(1), recl=n, round=round_(2), unit=61)
57 open(unit=70, sign='suppress', &
59 open(unit=70, sign=sign_(2), status=status_(2))
65 open (unit=91, file='xfile', carriagecontrol='list') ! nonstandard
82 open(unit=100, unit=100)
85 open(101, delim=delim_(1), unit=102)
88 open(unit=103, &
[all …]
H A Dio04.f9026 write(unit=*) 'Ok'
27 write(unit=iunit)
28 write(unit=junit)
29 write(unit=iunit, *)
30 write(unit=junit, *)
32 write(unit=10) 'Ok'
41 write(unit=internal_file, *)
42 write(fmt=*, unit=internal_file)
56 write(internal_file, unit=*)
91 write(unit, *) 'Ok'
[all …]
H A Dio06.f9014 endfile(unit=10)
15 endfile(iostat=stat2, err=9, unit=10, iomsg=msg1)
18 rewind(iomsg=msg1, iostat=stat2, err=9, unit=10)
21 flush(iomsg=msg1, unit=10, iostat=stat8, err=9)
27 backspace(10, unit=11)
30 endfile(iostat=stat2, err=9, unit=10, iostat=stat8, iomsg=msg1)
33 flush(iomsg=const_msg, unit=10, iostat=stat8, err=9)
39 flush(err=9, unit=10, &
H A Dio02.f9012 close(unit=unit11, err=9, iomsg=msg, iostat=stat1)
21 close(13, unit=14, err=9)
24 close(err=9, unit=15, err=9, iostat=stat8)
27 close(status='kept', unit=16)
30 close(status='old', unit=17)
33 close(status='keep ', unit=17)
/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.cpp266 unit().isUnformatted = unit().access != Access::Sequential; in CompleteOperation()
312 std::max(unit.furthestPositionInRecord, unit.positionInRecord);
324 unit().leftTabLimit = unit().furthestPositionInRecord; in CompleteOperation()
334 unit().leftTabLimit = unit().positionInRecord; in CompleteOperation()
1089 str = !unit().IsConnected() || unit().isUnformatted.value_or(true) in Inquire()
1101 str = !unit().IsConnected() || unit().isUnformatted.value_or(true) in Inquire()
1126 (unit().mayPosition() && unit().openRecl) in Inquire()
1137 str = !unit().IsConnected() || !unit().isUnformatted ? "UNDEFINED" in Inquire()
1160 if (!unit().IsConnected() || unit().access == Access::Direct) { in Inquire()
1181 : unit().mayRead() && unit().mayWrite() ? "YES" in Inquire()
[all …]
H A Dio-api.cpp169 return unit; in GetOrCreateUnit()
186 if (!unit) { in BeginExternalListIO()
193 if (*unit->isUnformatted) { in BeginExternalListIO()
246 if (!unit) { in BeginExternalFormattedIO()
253 if (*unit->isUnformatted) { in BeginExternalFormattedIO()
302 if (!unit) { in BeginUnformattedIO()
309 if (!*unit->isUnformatted) { in BeginUnformattedIO()
376 ExternalFileUnit &unit{ in IONAME() local
385 if (unit->Wait(id)) { in IONAME()
1406 if (unit != static_cast<ExternalUnit>(unit)) { in CheckUnitNumberInRangeImpl()
[all …]
H A Dunit-map.cpp44 if (p->unit.unitNumber() == n) { in LookUpForClose()
52 return &p->unit; in LookUpForClose()
64 if (&p->unit == &unit) { in DestroyClosed()
65 int n{unit.unitNumber()}; in DestroyClosed()
79 p->unit.~ExternalFileUnit(); in DestroyClosed()
99 p->unit.CloseUnit(CloseStatus::Keep, handler); in CloseAll()
100 p->unit.~ExternalFileUnit(); in CloseAll()
109 p->unit.FlushOutput(handler); in FlushAll()
119 if (p->unit.path() && p->unit.pathLength() == pathLen && in Find()
121 return &p->unit; in Find()
[all …]
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFUnitTest.cpp45 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
81 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
118 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
119 ASSERT_TRUE((bool)unit); in TEST()
120 EXPECT_EQ(unit->GetProducer(), eProducerClang); in TEST()
154 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
155 ASSERT_TRUE((bool)unit); in TEST()
156 EXPECT_EQ(unit->GetProducer(), eProducerLLVMGCC); in TEST()
189 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
190 ASSERT_TRUE((bool)unit); in TEST()
[all …]
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp41 int unit{-1}; in TEST() local
106 int unit{-1}; in TEST() local
167 int unit{-1}; in TEST() local
267 int unit{-1}; in TEST() local
350 int unit{-1}; in TEST() local
399 int unit{-1}; in TEST() local
501 int unit{-1}; in TEST() local
573 int unit{-1}; in TEST() local
670 int unit{-1}; in TEST() local
735 int unit{-1}; in TEST() local
[all …]
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.ml10 : [ `Module ] Llvm.PassManager.t -> unit
13 : [ `Module ] Llvm.PassManager.t -> unit
16 : [ `Module ] Llvm.PassManager.t -> unit
19 : [ `Module ] Llvm.PassManager.t -> unit
22 : [ `Module ] Llvm.PassManager.t -> unit
25 : [ `Module ] Llvm.PassManager.t -> unit
28 : [ `Module ] Llvm.PassManager.t -> unit
31 : [ `Module ] Llvm.PassManager.t -> unit
34 : [ `Module ] Llvm.PassManager.t -> unit
37 : [ `Module ] Llvm.PassManager.t -> unit
[all …]
H A Dllvm_ipo.mli16 : [ `Module ] Llvm.PassManager.t -> unit
21 : [ `Module ] Llvm.PassManager.t -> unit
26 : [ `Module ] Llvm.PassManager.t -> unit
31 : [ `Module ] Llvm.PassManager.t -> unit
36 : [ `Module ] Llvm.PassManager.t -> unit
41 : [ `Module ] Llvm.PassManager.t -> unit
46 : [ `Module ] Llvm.PassManager.t -> unit
51 : [ `Module ] Llvm.PassManager.t -> unit
56 : [ `Module ] Llvm.PassManager.t -> unit
61 : [ `Module ] Llvm.PassManager.t -> unit
[all …]
/llvm-project-15.0.7/flang/test/Lower/
H A Dio-statement-3.f907 integer :: unit, size, stat local
24 READ(unit, '(A)', ADVANCE='NO', SIZE=size, IOSTAT=stat) c1, c2
28 integer :: unit variable
41 OPEN(NEWUNIT=unit,ACCESS='SEQUENTIAL',ACTION='READWRITE',&
43 WRITE(unit, '(A)') "ABCDEF"
44 WRITE(unit, '(A)') "GHIJKL"
45 REWIND(unit)
46 call test_read_size(size, c1, c2, unit, stat)
48 CLOSE(unit)
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DChrono.h77 template <typename Period> struct unit { static const char value[]; };
78 template <typename Period> const char unit<Period>::value[] = "";
82 template <> struct unit<std::ratio<1>> { static const char value[]; };
83 template <> struct unit<std::milli> { static const char value[]; };
84 template <> struct unit<std::micro> { static const char value[]; };
85 template <> struct unit<std::nano> { static const char value[]; };
140 return {D.count(), detail::unit<Period>::value};
157 StringRef unit;
158 std::tie(count, unit) = consumeUnit(Style, D);
164 assert(!unit.empty());
[all …]
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.ml11 external create : unit -> t
13 external set_opt_level : int -> t -> unit
15 external set_size_level : int -> t -> unit
17 external set_disable_unit_at_a_time : bool -> t -> unit
19 external set_disable_unroll_loops : bool -> t -> unit
21 external use_inliner_with_threshold : int -> t -> unit
24 : [ `Function ] Llvm.PassManager.t -> t -> unit
27 : [ `Module ] Llvm.PassManager.t -> t -> unit
H A Dllvm_passmgr_builder.mli17 external create : unit -> t
21 external set_opt_level : int -> t -> unit
25 external set_size_level : int -> t -> unit
29 external set_disable_unit_at_a_time : bool -> t -> unit
33 external set_disable_unroll_loops : bool -> t -> unit
37 external use_inliner_with_threshold : int -> t -> unit
42 : [ `Function ] Llvm.PassManager.t -> t -> unit
47 : [ `Module ] Llvm.PassManager.t -> t -> unit
/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddisubprogram.ll20 ; CHECK: !7 = distinct !DISubprogram(scope: null, spFlags: DISPFlagDefinition, unit: !8)
21 !7 = distinct !DISubprogram(unit: !8)
38 isOptimized: true, unit: !8, templateParams: !5,
50 unit: !8, templateParams: !5, declaration: !9,
61 unit: !8,
66 …ype: !3, scopeLine: 2, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition, unit: !8, thrownTypes: !…
70 unit: !8, thrownTypes: !13)
78 unit: !8, templateParams: !5, declaration: !9,
90 …: 1, type: !18, scopeLine: 2, spFlags: DISPFlagDefinition | DISPFlagPure, unit: !8, retainedNodes:…
92 …type: !18, scopeLine: 6, spFlags: DISPFlagDefinition | DISPFlagElemental, unit: !8, retainedNodes:…
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-names-verify-cu-lists.s62 .long 0 # Header: compilation unit count
63 .long 0 # Header: local type unit count
64 .long 0 # Header: foreign type unit count
79 .long 2 # Header: compilation unit count
80 .long 0 # Header: local type unit count
81 .long 0 # Header: foreign type unit count
86 .long .Lcu_begin0 # Compilation unit 0
87 .long .Lcu_begin0+1 # Compilation unit 0
98 .long 1 # Header: compilation unit count
99 .long 0 # Header: local type unit count
[all …]
/llvm-project-15.0.7/bolt/test/Unit/
H A DCMakeLists.txt1 add_custom_target(bolt-unit-test-deps)
2 add_dependencies(bolt-unit-test-deps bolt-test-depends)
6 DEPENDS bolt-unit-test-deps)
14 add_lit_testsuite(check-bolt-unit "Running bolt unit test suite"
17 DEPENDS bolt-unit-test-deps)
/llvm-project-15.0.7/lldb/test/Unit/
H A DCMakeLists.txt1 add_custom_target(lldb-unit-test-deps)
2 add_dependencies(lldb-unit-test-deps lldb-test-depends)
6 DEPENDS lldb-unit-test-deps)
14 add_lit_testsuite(check-lldb-unit "Running lldb unit test suite"
17 DEPENDS lldb-unit-test-deps)
/llvm-project-15.0.7/compiler-rt/test/scudo/standalone/
H A DCMakeLists.txt3 ${CMAKE_CURRENT_SOURCE_DIR}/unit/lit.site.cfg.py.in
4 ${CMAKE_CURRENT_BINARY_DIR}/unit/lit.site.cfg.py)
6 list(APPEND SCUDO_STANDALONE_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/unit)
9 ${CMAKE_CURRENT_SOURCE_DIR}/unit/gwp_asan/lit.site.cfg.py.in
10 ${CMAKE_CURRENT_BINARY_DIR}/unit/gwp_asan/lit.site.cfg.py)
11 list(APPEND SCUDO_STANDALONE_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/unit/gwp_asan)
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dindirect-call.ll199 !3 = distinct !DISubprogram(name: "test", scope: !1, file: !1, line: 3, unit: !0)
207 !6 = distinct !DISubprogram(name: "test_inline", scope: !1, file: !1, line: 6, unit: !0)
213 !12 = distinct !DISubprogram(name: "test_noinline", scope: !1, file: !1, line: 12, unit: !0)
215 !14 = distinct !DISubprogram(name: "foo_inline1", scope: !1, file: !1, line: 11, unit: !0)
220 !19 = distinct !DISubprogram(name: "foo_inline2", scope: !1, file: !1, line: 19, unit: !0)
221 !20 = distinct !DISubprogram(name: "foo_noinline", scope: !1, file: !1, line: 20, unit: !0)
222 !21 = distinct !DISubprogram(name: "foo_direct", scope: !1, file: !1, line: 21, unit: !0)
223 !22 = distinct !DISubprogram(name: "test_direct", scope: !1, file: !1, line: 22, unit: !0)
229 !28 = distinct !DISubprogram(name: "foo_direct_i32", scope: !1, file: !1, line: 11, unit: !0)
230 !29 = distinct !DISubprogram(name: "return_arg", scope: !1, file: !1, line: 11, unit: !0)
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCScheduleG4Plus.td13 def G4P_BPU : FuncUnit; // Branch unit
14 def G4P_SLU : FuncUnit; // Store/load unit
15 def G4P_SRU : FuncUnit; // special register unit
16 def G4P_IU1 : FuncUnit; // integer unit 1 (simple)
17 def G4P_IU2 : FuncUnit; // integer unit 2 (complex)
18 def G4P_IU3 : FuncUnit; // integer unit 3 (simple)
19 def G4P_IU4 : FuncUnit; // integer unit 4 (simple)
20 def G4P_FPU1 : FuncUnit; // floating point unit 1
21 def G4P_VPU : FuncUnit; // vector permutation unit
22 def G4P_VIU1 : FuncUnit; // vector integer unit 1 (simple)
[all …]

12345678910>>...102