Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 232) sorted by relevance

12345678910

/llvm-project/libc/src/stdio/printf_core/
H A Dint_converter.h108 int spaces; in convert_int()
134 // padded with 0's instead of spaces identically to if precision = in convert_int()
138 spaces = 0; in convert_int()
141 // number, padded by spaces. in convert_int()
143 spaces = in convert_int()
148 // spaces. Example: ("%5.4d", 10000) -> "10000" in convert_int()
149 // If the check for if zeroes is negative was not there, spaces would be in convert_int()
161 spaces = static_cast<int>(to_conv.min_width - zeroes - digits_written - in convert_int()
180 --spaces; in convert_int()
184 // If left justified it goes prefix zeroes digits spaces in convert_int()
112 int spaces; convert_int() local
[all...]
/llvm-project/clang/test/SemaOpenCL/
H A Daddress-spaces.cl42 …C-style cast from '__local int *' to '__global int *' converts between mismatching address spaces}}
48 …tyle cast from '__constant int *' to '__global int *' converts between mismatching address spaces}}
54 …ast from 'const __constant int *' to '__global int *' converts between mismatching address spaces}}
60 …style cast from '__private int *' to '__global int *' converts between mismatching address spaces}}
66 …C-style cast from '__global int *' to '__local int *' converts between mismatching address spaces}}
72 …style cast from '__constant int *' to '__local int *' converts between mismatching address spaces}}
78 …cast from 'const __constant int *' to '__local int *' converts between mismatching address spaces}}
84 …-style cast from '__private int *' to '__local int *' converts between mismatching address spaces}}
90 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
96 …style cast from '__local int *' to '__constant int *' converts between mismatching address spaces}}
[all …]
H A Daddress-spaces-conversions-cl2.0.cl15 * different address spaces, mainly described in Sections 6.5.5 and 6.5.6.
17 * It adds notion of overlapping address spaces. The main differention is that
143 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
152 …from '__local int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
161 …om '__constant int *' to '__{{global|generic}} int *' converts between mismatching address spaces}}
170 …om '__private int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
179 …yle cast from '__generic int *' to '__constant int *' converts between mismatching address spaces}}
234 …tyle cast from '__global int *' to '__constant int *' converts between mismatching address spaces}}
243 …from '__local int *' to '__{{global|constant}} int *' converts between mismatching address spaces}}
252 …om '__constant int *' to '__{{global|generic}} int *' converts between mismatching address spaces}}
[all …]
/llvm-project/llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/
H A Dfilter-with-spaces.test4 # RUN: cp -f %S/Inputs/x86-filter-with-spaces.ll %t.ll && %update_analyze_test_checks --filter="vf4…
5 # RUN: diff -u %t.ll %S/Inputs/x86-filter-with-spaces.ll.filter.expected
9 # RUN: diff -u %t.ll %S/Inputs/x86-filter-with-spaces.ll.filter.expected
13 # RUN: diff -u %t.ll %S/Inputs/x86-filter-with-spaces.ll.filter.expected
/llvm-project/llvm/test/YAMLParser/
H A Dspec-06-01.test3 # Leading comment line spaces are
9 spaces
10 Flow style: [ # Leading spaces
/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dswitch.mir25 %spaces.0.lcssa = phi i32 [ 0, %entry ], [ %spaces.1, %for.inc ]
26 %sub = sub nsw i32 %found.0.lcssa, %spaces.0.lcssa
31 %spaces.013 = phi i32 [ %spaces.1, %for.inc ], [ 0, %for.body.preheader ]
48 %inc2 = add nsw i32 %spaces.013, 1
53 %spaces.1 = phi i32 [ %spaces.013, %for.body ], [ %inc2, %sw.bb1 ], [ %spaces.013, %sw.bb ]
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacro-vararg.s10 ## Difference: GNU as squeezes repeated spaces.
27 ## Difference: GNU as squeezes repeated spaces.
31 ## Parameters can be separated by spaces
/llvm-project/clang/test/CodeGenOpenCL/
H A Daddress-spaces-conversions.cl8 // pointers to different address spaces
79 var_gen = var_gen ? var_gen : var_gen2; // operands of the same addr spaces and the same type
85 var_gen = var_gen ? var_gen : var_glob; // operands of overlapping addr spaces and the same type
93 …var_gen = var_gen ? var_gen : var_glob_typedef; // operands of overlapping addr spaces and equival…
104 …var_gen_v = var_gen ? var_glob : var_gen_f; // operands of overlapping addr spaces and different t…
/llvm-project/llvm/test/tools/llvm-profdata/
H A Dcompat.proftext18 # RUN: llvm-profdata show %S/Inputs/compat.profdata.v1 --function "name with spaces" --counts | Fil…
19 name with spaces
71 # FORMATV4: name with spaces:
99 # FORMATV10: name with spaces:
H A Dgeneral.proftext15 # RUN: llvm-profdata show %t.profdata.dense --function "name with spaces" --counts | FileCheck %s -check-prefix=SPACES
16 # RUN: llvm-profdata show %t.profdata --function "name with spaces" --counts | FileCheck %s --check-prefix=SPARSE_SPACES
17 name with spaces
/llvm-project/clang/test/Preprocessor/
H A Dtraditional-cpp.c33 bracket(| spaces |)
69 bracket2(spaces)
/llvm-project/llvm/test/Linker/
H A Dappending-global-err6.ll5 ; and different address spaces cannot be linked.
7 ; CHECK: error: Appending variables with different address spaces need to be linked!
/llvm-project/clang/test/SemaOpenCLCXX/
H A Dmethod-overload-address-space.clcpp4 …void m1() __local __local; //expected-warning{{multiple identical address spaces specified for typ…
8 void m2() __global __local; //expected-error{{multiple address spaces specified for type}}
H A Daddrspace_cast.clcpp11 …ast from '__global int *__private' to '__local int *' converts between mismatching address spaces}}
23 …t from '__global int *__private' to '__private int *' converts between mismatching address spaces}}
24 …t from '__global int *__private' to '__private int *' converts between mismatching address spaces}}
H A Daddress-space-lambda.clcpp20 // The limitation is due to addr spaces being added to all
22 // for removing address spaces from a type we can enhance
24 …(*(__constant decltype(llambda) *)nullptr)(); //expected-error{{multiple address spaces specified …
/llvm-project/llvm/test/MC/COFF/
H A Dlinker-options.ll6 !3 = !{!"\22/with spaces\22"}
18 ; CHECK: .ascii " \"/with spaces\""
/llvm-project/llvm/test/tools/llvm-rc/
H A Dwindres-preproc.test25 ;; Test --preprocessor with an argument with spaces.
27 ; RUN: llvm-windres -### --preprocessor "path with spaces/gcc" %p/Inputs/empty.rc %t.res | FileChec…
28 ; CHECK5: {{^}} "path with spaces/gcc" "{{.*}}empty.rc" "-o" "{{.*}}preproc-{{.*}}.rc"{{$}}
/llvm-project/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/
H A Ddifferent-addrspace-crash.ll6 ; We need to compile this for a target where we have different address spaces,
7 ; and where pointers in those address spaces have different size.
/llvm-project/clang/tools/diagtool/
H A DDiagTool.cpp56 unsigned spaces = (maxName + 3) - (it->size()); in printCommands() local
57 for (unsigned i = 0; i < spaces; ++i) in printCommands()
/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Druntime-check-address-space.ll4 ; check on the pointers when mixing address spaces. For now we cannot
5 ; assume address spaces do not alias, and we can't assume that
9 ; spaces, and swapping in globals or adding noalias.
54 ; Parameters are unidentified and different address spaces, so cannot vectorize.
109 ; address spaces are different.
194 ; spaces. This should be vectorized.
/llvm-project/clang/docs/
H A DOpenCLSupport.rst66 The IDs used to encode the OpenCL's logical address spaces in the argument info
147 logical address spaces by default. Passing ``-ffake-address-space-map`` will
148 add/override address spaces of the target compiled for with the following values:
285 Address spaces attribute
290 Clang source code. This addresses spaces can be used along with the OpenCL
291 address spaces however when such addresses spaces converted to/from OpenCL
292 address spaces the behavior is not governed by OpenCL specification.
294 An OpenCL implementation provides a list of standard address spaces using
296 in the IR each of the address spaces will be represented by unique number
306 machine passes. The mapping between logical and target address spaces is
[all …]
/llvm-project/llvm/test/MachineVerifier/
H A Dtest_g_addrspacecast.mir51 ; CHECK: Bad machine code: addrspacecast must convert different address spaces
54 ; CHECK: Bad machine code: addrspacecast must convert different address spaces
/llvm-project/polly/lib/External/isl/doc/
H A Dreading.tex25 \item The concepts of structured and named spaces and the manipulation
26 of sets containing elements in different spaces were introduced
/llvm-project/mlir/test/Dialect/SCF/
H A Done-shot-bufferize-invalid.mlir4 // Yielding tensors with different memory spaces. Such IR cannot be
49 // expected-error @below{{init_arg and yielded value bufferize to inconsistent memory spaces}}
/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/
H A Dstructure.ll282 %spaces.0.lcssa = phi i32 [ 0, %entry ], [ %spaces.1, %for.inc ]
283 %sub = sub nsw i32 %found.0.lcssa, %spaces.0.lcssa
288 %spaces.013 = phi i32 [ %spaces.1, %for.inc ], [ 0, %entry ]
304 %inc2 = add nsw i32 %spaces.013, 1
309 %spaces.1 = phi i32 [ %spaces.013, %for.body ], [ %inc2, %sw.bb1 ], [ %spaces.013, %sw.bb ]

12345678910