Home
last modified time | relevance | path

Searched refs:ch2 (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DConvertUTF.cpp199 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 Dstrcmp_fuzz.cpp63 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 Dinput.ll380 %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 Dragreedy-hoist-spill.ll372 %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 Ddebug-info-extern-basic.c9 extern char ch2; in test2()
10 return ch2; in test2()
H A Ddebug-info-extern-unused.c9 extern char ch2; in test2()
/llvm-project-15.0.7/mlir/examples/toy/Ch2/
H A DCMakeLists.txt8 add_toy_chapter(toyc-ch2
20 target_link_libraries(toyc-ch2
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dblock-var-layout.mm30 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 Dblock-var-layout.m26 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 Darc-captured-32bit-block-var-layout.m16 char ch2 = 'c';
38 byref_int = sh + ch+ch1+ch2 ;
49 byref_int = sh + ch+ch1+ch2 ;
H A Darc-captured-block-var-layout.m16 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 Dcall03.f90135 subroutine ch2(x) subroutine
167 call ch2(ch1)
169 call ch2("")
H A Dmodfile25.f9027 Character(0) :: ch2(3) = reshape(['','',''], [3]) local
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch2/
H A Dempty.toy1 # RUN: toyc-ch2 %s -emit=ast 2>&1 | FileCheck %s
H A Dinvalid.mlir1 // RUN: not toyc-ch2 %s -emit=mlir 2>&1
H A Dscalar.toy1 # RUN: toyc-ch2 %s -emit=mlir 2>&1 | FileCheck %s
H A Dcodegen.toy1 # RUN: toyc-ch2 %s -emit=mlir 2>&1 | FileCheck %s
H A Dast.toy1 # RUN: toyc-ch2 %s -emit=ast 2>&1 | FileCheck %s
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.cpp445 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 DCMakeLists.txt135 toyc-ch2
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-2.md717 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 DIOHandlerCursesGUI.cpp4339 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()