Home
last modified time | relevance | path

Searched refs:MOD2 (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/test/Pass/
Ddynamic-pipeline.mlir2 …eading -print-ir-before-all 2>&1 | FileCheck %s --check-prefix=MOD2 --check-prefix=MOD2-ONLY --ch…
3 …rint-ir-before-all 2>&1 | FileCheck %s --check-prefix=MOD1 --check-prefix=MOD2 --check-prefix=CHECK
4 …rint-ir-before-all 2>&1 | FileCheck %s --check-prefix=MOD1 --check-prefix=MOD2 --check-prefix=CHECK
14 // MOD2-ONLY: dynamic-pipeline skip op name: inner_mod1
37 // MOD2: Dump Before CSE
38 // MOD2-NEXT: @foo
39 // MOD2: Dump Before Canonicalizer
40 // MOD2-NEXT: @foo
/external/llvm/test/ThinLTO/X86/
Dweak_resolution.ll11 …action=promote %t2.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=MOD2
20 ; MOD2: @linkonceodralias = linkonce_odr alias void (), void ()* @linkonceodrfuncwithalias
25 ; MOD2: @linkoncealias = linkonce alias void (), void ()* @linkoncefuncwithalias
30 ; MOD2: define linkonce_odr void @linkonceodrfuncwithalias()
38 ; MOD2: define linkonce void @linkoncefuncwithalias()
45 ; MOD2: define available_externally void @linkonceodrfunc()
52 ; MOD2: define linkonce void @linkoncefunc()
58 ; MOD2: define available_externally void @weakodrfunc()
64 ; MOD2: define weak void @weakfunc()
/external/llvm-project/llvm/test/ThinLTO/X86/
Dweak_resolution.ll11 …action=promote %t2.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=MOD2
20 ; MOD2: @linkonceodralias = linkonce_odr alias void (), void ()* @linkonceodrfuncwithalias
25 ; MOD2: @linkoncealias = linkonce alias void (), void ()* @linkoncefuncwithalias
32 ; MOD2: define linkonce_odr void @linkonceodrfuncwithalias()
42 ; MOD2: define linkonce void @linkoncefuncwithalias()
49 ; MOD2: define available_externally void @linkonceodrfunc()
56 ; MOD2: declare void @linkoncefunc()
62 ; MOD2: define available_externally void @weakodrfunc()
68 ; MOD2: declare void @weakfunc()
/external/clang/test/Index/
Dindex-module-with-vfs.m24 …RUN: c-index-test -index-tu %t.cache/BaseModuleNeedsVFS.pcm | FileCheck %s -check-prefix=CHECK-MOD2
26 // CHECK-MOD2: [ppIncludedFile]: {{.*}}base_module_needs_vfs.h
/external/llvm-project/clang/test/Index/
Dindex-module-with-vfs.m23 …RUN: c-index-test -index-tu %t.cache/BaseModuleNeedsVFS.pcm | FileCheck %s -check-prefix=CHECK-MOD2
25 // CHECK-MOD2: [ppIncludedFile]: {{.*}}base_module_needs_vfs.h
/external/llvm/test/Bitcode/
Dmodule_hash.ll4 …dule-hash %p/Inputs/module_hash.ll -o - | llvm-bcanalyzer -dump | FileCheck %s --check-prefix=MOD2
5 ; MOD2: <HASH op0={{[0-9]*}} op1={{[0-9]*}} op2={{[0-9]*}} op3={{[0-9]*}} op4={{[0-9]*}} (match)/>
/external/llvm-project/llvm/test/Bitcode/
Dmodule_hash.ll4 …puts/module_hash.ll -o - | llvm-bcanalyzer -dump -check-hash=bar | FileCheck %s --check-prefix=MOD2
5 ; MOD2: <HASH op0={{[0-9]*}} op1={{[0-9]*}} op2={{[0-9]*}} op3={{[0-9]*}} op4={{[0-9]*}} (match)/>
/external/google-breakpad/src/common/android/include/
Dstab.h64 _STAB_CODE_DEF(MOD2,0x50) \
/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp204 uint8_t MOD2 = UNOPT % 2; in DecodeArithTemplateUnopt() local
218 uint32_t line1 = GBREG->GetPixel(1 + MOD2, h - 2); in DecodeArithTemplateUnopt()
219 line1 |= GBREG->GetPixel(MOD2, h - 2) << 1; in DecodeArithTemplateUnopt()
246 line1 = ((line1 << 1) | GBREG->GetPixel(w + 2 + MOD2, h - 2)) & in DecodeArithTemplateUnopt()