/llvm-project/libc/src/stdio/printf_core/ |
H A D | int_converter.h | 108 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 D | address-spaces.cl | 42 …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 D | address-spaces-conversions-cl2.0.cl | 15 * 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 D | filter-with-spaces.test | 4 # 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 D | spec-06-01.test | 3 # Leading comment line spaces are 9 spaces 10 Flow style: [ # Leading spaces
|
/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/ |
H A D | switch.mir | 25 %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 D | macro-vararg.s | 10 ## 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 D | address-spaces-conversions.cl | 8 // 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 D | compat.proftext | 18 # 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 D | general.proftext | 15 # 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 D | traditional-cpp.c | 33 bracket(| spaces |) 69 bracket2(spaces)
|
/llvm-project/llvm/test/Linker/ |
H A D | appending-global-err6.ll | 5 ; 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 D | method-overload-address-space.clcpp | 4 …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 D | addrspace_cast.clcpp | 11 …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 D | address-space-lambda.clcpp | 20 // 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 D | linker-options.ll | 6 !3 = !{!"\22/with spaces\22"} 18 ; CHECK: .ascii " \"/with spaces\""
|
/llvm-project/llvm/test/tools/llvm-rc/ |
H A D | windres-preproc.test | 25 ;; 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 D | different-addrspace-crash.ll | 6 ; 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 D | DiagTool.cpp | 56 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 D | runtime-check-address-space.ll | 4 ; 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 D | OpenCLSupport.rst | 66 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 D | test_g_addrspacecast.mir | 51 ; 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 D | reading.tex | 25 \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 D | one-shot-bufferize-invalid.mlir | 4 // 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 D | structure.ll | 282 %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 ]
|