Home
last modified time | relevance | path

Searched refs:flag2 (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve98.f905 logical flag1, flag2 variable
7 if (flag1 .neqv. flag2) continue
11 if (flag1 .ne. flag2) continue
H A Ddoconcurrent02.f9033 integer :: i, j, n, flag, flag2 local
36 call ieee_get_flag(flag, flag2)
/llvm-project-15.0.7/flang/test/Lower/
H A Dformat-statement.f907 logical :: flag1, flag2, flag3 local
35 if (flag2) write(*, label) "2PI=", 2*pi
36 if (flag1 .and. flag2 .and. flag3) then
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-flag-enum.c13 enum __attribute__((flag_enum)) flag2 { enum
72 enum flag2 f = ~0x1; // no-warning in f()
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dloop-strength-reduce-add-cheaper-than-mul.ll9 ; int8_t flag2[8193];
15 ; flag2[offset] = 0;
21 ; int8_t flag2[8193];
26 ; flag2[j] = 0;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp143 const char *flag2 = ""; in TestTwoFlags() local
147 RegisterFlag(&parser, name2, kFlagDesc, &flag2); in TestTwoFlags()
152 EXPECT_EQ(0, internal_strcmp(flag2, expected_flag2)); in TestTwoFlags()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbig-atomic-ops.c179 volatile char flag2; variable
184 __atomic_test_and_set(&flag2, memory_order_acquire); in test_and_set()
186 __atomic_clear(&flag2, memory_order_release); in test_and_set()
H A Datomic-ops.c322 volatile char flag2; variable
327 __atomic_test_and_set(&flag2, memory_order_acquire); in test_and_set()
329 __atomic_clear(&flag2, memory_order_release); in test_and_set()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtrack-control-dependency-conditions.cpp968 void bar2(int &flag2) { in bar2() argument
969 flag2 = coin(); in bar2()
978 int flag, flag2; in f() local
981 bar2(flag2); in f()
983 if (flag && flag2) // expected-note-re {{{{^}}Assuming 'flag' is 0{{$}}}} in f()
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dtrue-false.td11 // CHECK: bit flag2 = 0;
16 bit flag2 = false;
/llvm-project-15.0.7/clang/test/Analysis/cert/
H A Denv34-c.c195 void getenv_test12(int flag1, int flag2) { in getenv_test12() argument
206 if (flag2) { in getenv_test12()
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-ivar-offsets/
H A Dmain.m12 mine->flag2 = 7;
H A Dobjc-ivar-offsets.h23 uint32_t flag2 : 3; variable
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dmips-abiflags.test302 # RUN: yaml2obj %s -DFLAG2=0x0 -o %t.flag2.empty
303 # RUN: llvm-readelf -A %t.flag2.empty | FileCheck %s --check-prefix=FLAG2-EMPTY-GNU
304 # RUN: llvm-readobj -A %t.flag2.empty | FileCheck %s --check-prefix=FLAG2-EMPTY-LLVM
309 # RUN: yaml2obj %s -DFLAG2=0xffffffff -o %t.flag2.all
310 # RUN: llvm-readelf -A %t.flag2.all | FileCheck %s --check-prefix=FLAG2-ALL-GNU
311 # RUN: llvm-readobj -A %t.flag2.all | FileCheck %s --check-prefix=FLAG2-ALL-LLVM
/llvm-project-15.0.7/llvm/test/Transforms/GVNSink/
H A Dsink-common-code.ll431 define zeroext i1 @test16(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks) {
442 br i1 %flag2, label %if.then2, label %if.end
460 define zeroext i1 @test16a(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks,…
474 br i1 %flag2, label %if.then2, label %if.end
609 define zeroext i1 @test_pr30244(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %n…
622 br i1 %flag2, label %if.then2, label %if.end
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Dfreeze-brcond.ll158 define void @and_bitmask2(i32 %flag, i32 %flag2) {
176 %v2 = and i32 %flag2, 2
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dsink-common-code.ll607 define zeroext i1 @test16(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks) {
636 br i1 %flag2, label %if.then2, label %if.end
651 define zeroext i1 @test16a(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %nblks,…
682 br i1 %flag2, label %if.then2, label %if.end
912 define zeroext i1 @test_pr30244(i1 zeroext %flag, i1 zeroext %flag2, i32 %blksA, i32 %blksB, i32 %n…
944 br i1 %flag2, label %if.then2, label %if.end
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout.m197 int flag2 :1;
H A Darc-captured-block-var-layout.m196 int flag2 :1;
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td89 MetaVarName<"section=flag1[,flag2,...]">;
/llvm-project-15.0.7/llvm/test/Analysis/BranchProbabilityInfo/
H A Dbasic.ll163 define i32 @test_cold_call_sites_with_prof(i32 %a, i32 %b, i1 %flag, i1 %flag2) {
171 br i1 %flag2, label %then2, label %else2, !prof !3
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td439 assert !xor(flag1.Polarity, flag2.Polarity),
441 flag1.Polarity # ", flag2: " # flag2.Polarity;
442 assert !ne(flag1.Value, flag2.Value),
444 flag1.Value # ", flag2: " # flag2.Value;
445 assert !not(!and(flag1.CanBeImplied, flag2.CanBeImplied)),
447 flag1.CanBeImplied # ", flag2: " # flag2.CanBeImplied;
449 defvar implied = !if(flag1.CanBeImplied, flag1, flag2);
452 def flag2.RecordName : MarshalledFlagRec<flag2, flag1, implied, kpm, default>;
460 Default default, FlagDef flag1, FlagDef flag2,
462 defm NAME : BoolOption<"f", flag_base, kpm, default, flag1, flag2, both>,
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DMergeFunctions.rst246 #. ``cmpFlags(flag1, flag2)`` is a hypothetical method that compares two flags.
H A DLibFuzzer.rst242 ./fuzzer [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp.h2409 bool flag2 : 1; member