Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/CallSiteSplitting/
H A Dcallsite-split.ll7 %struct.bitmap = type { i32, %struct.bitmap* }
11 ;CHECK: call void @callee(%struct.bitmap* null, %struct.bitmap* null, %struct.bitmap* %b_elt, i1 fa…
31 call void @callee(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %b_elt, i1 %p)
54 …mmy1(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_el…
55 …mmy1(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_el…
56 …mmy1(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_el…
57 …mmy1(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_el…
58 …mmy1(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_el…
59 …mmy1(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_el…
60 …mmy1(%struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_elt, %struct.bitmap* %a_el…
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dmemoryflags.rc19 19 BITMAP PRELOAD "bitmap.bmp"
20 20 BITMAP LOADONCALL "bitmap.bmp"
21 21 BITMAP FIXED "bitmap.bmp"
22 22 BITMAP MOVEABLE "bitmap.bmp"
23 23 BITMAP DISCARDABLE "bitmap.bmp"
24 24 BITMAP PURE "bitmap.bmp"
25 25 BITMAP IMPURE "bitmap.bmp"
26 26 BITMAP SHARED "bitmap.bmp"
27 27 BITMAP NONSHARED "bitmap.bmp"
28 28 BITMAP FIXED IMPURE "bitmap.bmp"
[all …]
H A Dinclude.rc1 // Found because bitmap.bmp is in same directory
2 foo BITMAP "bitmap.bmp"
H A Dtag-user.rc10 600 600 "bitmap.bmp"
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Div-fold.ll9 define i32 @foldIncShr(i32* %bitmap, i32 %bit_addr, i32 %nbits) nounwind {
16 %arrayidx = getelementptr inbounds i32, i32* %bitmap, i32 %shr
20 %arrayidx.1 = getelementptr inbounds i32, i32* %bitmap, i32 %shr.1
36 define i32 @noFoldIncShr(i32* %bitmap, i32 %bit_addr, i32 %nbits) nounwind {
43 %arrayidx = getelementptr inbounds i32, i32* %bitmap, i32 %shr
47 %arrayidx.1 = getelementptr inbounds i32, i32* %bitmap, i32 %shr.1
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A D2011-08-09-IVSimplify.ll15 ; CHECK: %arrayidx.1 = getelementptr inbounds i32, i32* %bitmap, i32 %shr.1
17 ; CHECK: %arrayidx.2 = getelementptr inbounds i32, i32* %bitmap, i32 %shr.2
19 ; CHECK: %arrayidx.3 = getelementptr inbounds i32, i32* %bitmap, i32 %shr.3
20 define void @FlipBit(i32* nocapture %bitmap, i32 %bit_addr, i32 %nbits) nounwind {
31 %arrayidx = getelementptr inbounds i32, i32* %bitmap, i32 %shr
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dinclude-paths.test1 ; Should find the bitmap if it is in the same folder as the rc file.
11 ; Should find the bitmap if the folder is explicitly specified.
26 ; Otherwise, it should not find the bitmap.
31 ; Should find the bitmap if the process's current working directory
H A Dtag-user.test4 ; RUN: cp %p/Inputs/bitmap.bmp .
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dinline-mergeprof-dup.ll4 %struct.bitmap = type { i32, ptr }
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A Dlibfbsdvmcore-hacks.patch234 _fvc_err(kd, kd->program, "cannot read %zu bytes for bitmap",
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp2058 uint64_t bitmap = 0; in updateAllocSize() local
2063 bitmap |= uint64_t(1) << (d / wordsize); in updateAllocSize()
2065 if (!bitmap) in updateAllocSize()
2067 relrRelocs.push_back(Elf_Relr((bitmap << 1) | 1)); in updateAllocSize()
/llvm-project-15.0.7/llvm/
H A DCREDITS.TXT37 D: Sparse bitmap
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def218 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars")
/llvm-project-15.0.7/llvm/docs/
H A DBitCodeFormat.rst930 representing 1-based function parameters. Each *attr* value is a bitmap with the
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dswitch_to_lookup_table.ll247 ; can be packed into a bitmap.
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst572 Enable Objective-C Ivar layout bitmap print trace
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4057 HelpText<"Enable Objective-C Ivar layout bitmap print trace">,