| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ConvertUTF.cpp | 199 UTF32 ch, ch2; in ConvertUTF16toUTF32() local 207 ch2 = *source; in ConvertUTF16toUTF32() 209 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32() 211 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32() 241 fprintf(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); in ConvertUTF16toUTF32() 264 UTF32 ch2 = *source; in ConvertUTF16toUTF8() local 266 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8() 268 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()
|
| /llvm-project-15.0.7/libc/fuzzing/string/ |
| H A D | strcmp_fuzz.cpp | 63 const unsigned char ch2 = static_cast<unsigned char>(s2[k]); in LLVMFuzzerTestOneInput() local 67 if (__llvm_libc::strcmp(s1, s2) != ch1 - ch2) in LLVMFuzzerTestOneInput() 72 if (__llvm_libc::strcmp(s2, s1) != ch2 - ch1) in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MLRegalloc/Inputs/ |
| H A D | input.ll | 380 %ch.0.ch2.0 = select i1 undef, i32 14, i32 %ch2.0 381 %ch2.2 = select i1 undef, i32 0, i32 %ch.0.ch2.0 382 %ch.2.ch2.2 = select i1 undef, i32 0, i32 %ch2.2 383 %ch2.4 = select i1 undef, i32 278, i32 %ch.2.ch2.2 384 %ch2.5 = select i1 undef, i32 0, i32 %ch2.4 386 %ch.5.ch2.5 = select i1 undef, i32 undef, i32 %ch2.5 387 %ch2.7 = select i1 undef, i32 0, i32 %ch.5.ch2.5 389 %ch.7.ch2.7 = select i1 false, i32 0, i32 %ch2.7 391 %ch2.9 = select i1 undef, i32 undef, i32 %ch.7.ch2.7 393 %ch2.10 = select i1 false, i32 undef, i32 %ch2.9 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | ragreedy-hoist-spill.ll | 372 %ch.0.ch2.0 = select i1 undef, i32 14, i32 %ch2.0 373 %ch2.2 = select i1 undef, i32 0, i32 %ch.0.ch2.0 374 %ch.2.ch2.2 = select i1 undef, i32 0, i32 %ch2.2 375 %ch2.4 = select i1 undef, i32 278, i32 %ch.2.ch2.2 376 %ch2.5 = select i1 undef, i32 0, i32 %ch2.4 378 %ch.5.ch2.5 = select i1 undef, i32 undef, i32 %ch2.5 379 %ch2.7 = select i1 undef, i32 0, i32 %ch.5.ch2.5 381 %ch.7.ch2.7 = select i1 false, i32 0, i32 %ch2.7 383 %ch2.9 = select i1 undef, i32 undef, i32 %ch.7.ch2.7 385 %ch2.10 = select i1 false, i32 undef, i32 %ch2.9 [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | debug-info-extern-basic.c | 9 extern char ch2; in test2() 10 return ch2; in test2()
|
| H A D | debug-info-extern-unused.c | 9 extern char ch2; in test2()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/ |
| H A D | CMakeLists.txt | 8 add_toy_chapter(toyc-ch2 20 target_link_libraries(toyc-ch2
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | block-var-layout.mm | 30 char ch2 = 'c'; 44 byref_int = sh + ch+ch1+ch2 ; 57 byref_int = sh + ch+ch1+ch2 ; 72 byref_int = sh + ch+ch1+ch2 ;
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | block-var-layout.m | 26 char ch2 = 'c'; 52 byref_int = sh + ch+ch1+ch2 ; 65 byref_int = sh + ch+ch1+ch2 ; 81 byref_int = sh + ch+ch1+ch2 ;
|
| H A D | arc-captured-32bit-block-var-layout.m | 16 char ch2 = 'c'; 38 byref_int = sh + ch+ch1+ch2 ; 49 byref_int = sh + ch+ch1+ch2 ;
|
| H A D | arc-captured-block-var-layout.m | 16 char ch2 = 'c'; 39 byref_int = sh + ch+ch1+ch2 ; 51 byref_int = sh + ch+ch1+ch2 ;
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | call03.f90 | 135 subroutine ch2(x) subroutine 167 call ch2(ch1) 169 call ch2("")
|
| H A D | modfile25.f90 | 27 Character(0) :: ch2(3) = reshape(['','',''], [3]) local
|
| /llvm-project-15.0.7/mlir/test/Examples/Toy/Ch2/ |
| H A D | empty.toy | 1 # RUN: toyc-ch2 %s -emit=ast 2>&1 | FileCheck %s
|
| H A D | invalid.mlir | 1 // RUN: not toyc-ch2 %s -emit=mlir 2>&1
|
| H A D | scalar.toy | 1 # RUN: toyc-ch2 %s -emit=mlir 2>&1 | FileCheck %s
|
| H A D | codegen.toy | 1 # RUN: toyc-ch2 %s -emit=mlir 2>&1 | FileCheck %s
|
| H A D | ast.toy | 1 # RUN: toyc-ch2 %s -emit=ast 2>&1 | FileCheck %s
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | JSON.cpp | 445 const char ch2 = GetChar(); in GetEscapedChar() local 446 switch (ch2) { in GetEscapedChar() 471 return ch2; in GetEscapedChar()
|
| /llvm-project-15.0.7/mlir/test/ |
| H A D | CMakeLists.txt | 135 toyc-ch2
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-2.md | 717 We can now generate our "Toy IR". You can build `toyc-ch2` and try yourself on 718 the above example: `toyc-ch2 test/Examples/Toy/Ch2/codegen.toy -emit=mlir 719 -mlir-print-debuginfo`. We can also check our RoundTrip: `toyc-ch2 721 codegen.mlir` followed by `toyc-ch2 codegen.mlir -emit=mlir`. You should also
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 4339 int ch2 = m_window_sp->GetChar(); in Run() local 4340 if (ch2 == 'O') { in Run() 4356 escape_chars.push_back(ch2); in Run() 4361 } else if (ch2 != -1) in Run() 4362 escape_chars.push_back(ch2); in Run()
|