Home
last modified time | relevance | path

Searched full:flags2 (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DBitmaskEnumTest.cpp27 enum Flags2 { V0 = 0, V1 = 1, V2 = 2, V3 = 4, V4 = 8 }; enum
31 LLVM_DECLARE_ENUM_AS_BITMASK(Flags2, V4);
45 Flags2 f2 = V1 | V2; in TEST()
62 Flags2 f2 = V1; in TEST()
78 Flags2 f2 = static_cast<Flags2>(3) & V2; in TEST()
94 Flags2 f2 = V1 | V2 | V3; in TEST()
109 Flags2 f2 = (V1 | V2) ^ (V2 | V3); in TEST()
125 Flags2 f2 = (V1 | V2); in TEST()
159 constexpr Flags2 f2 in TEST()
[all...]
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dloop-strength-reduce-add-cheaper-than-mul.ll31 @flags2 = internal global [8193 x i8] zeroinitializer, align 32 ; <ptr> [#uses=1]
40 ; RV32-NEXT: lui a2, %hi(flags2)
41 ; RV32-NEXT: addi a2, a2, %lo(flags2)
58 ; RV64-NEXT: lui a2, %hi(flags2)
59 ; RV64-NEXT: addi a2, a2, %lo(flags2)
81 %tmp = getelementptr [8193 x i8], ptr @flags2, i32 0, i64 %gep.upgrd.1
/llvm-project/llvm/test/CodeGen/X86/
H A Dloop-strength-reduce2.ll3 ; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.
6 @flags2 = internal global [8193 x i8] zeroinitializer, align 32 ; <ptr> [#uses=1]
21 %tmp = getelementptr [8193 x i8], ptr @flags2, i32 0, i64 %gep.upgrd.1 ; <ptr> [#uses=1]
/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
H A Dvar_stride_used_by_compare.ll14 @flags2 = external global [8193 x i8], align 32 ; <ptr> [#uses=1]
31 %tmp = getelementptr [8193 x i8], ptr @flags2, i32 0, i64 %gep.upgrd.1 ; <ptr> [#uses=1]
/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Dflags.ll30 ;CHECK-LABEL: @flags2(
35 define i32 @flags2(i32 %n, ptr nocapture %A) nounwind uwtable ssp {
/llvm-project/llvm/test/tools/yaml2obj/ELF/
H A Dmips-abi-flags.yaml45 Flags2: 0x0
/llvm-project/llvm/test/tools/obj2yaml/ELF/
H A Dmips-abi-flags.yaml40 Flags2: 0x0
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp70 OS.emitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2 in operator <<()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1268 auto Flags2 = PPA1Flag2::ExternalProcedure; in emitPPA1()
1278 Flags2 |= PPA1Flag2::STACKPROTECTOR; in emitPPA1()
1303 if ((Flags2 & PPA1Flag2::ExternalProcedure) == PPA1Flag2::ExternalProcedure) in emitPPA1()
1305 if ((Flags2 & PPA1Flag2::STACKPROTECTOR) == PPA1Flag2::STACKPROTECTOR) in emitPPA1()
1309 OutStreamer->emitInt8(static_cast<uint8_t>(Flags2)); // Flags 2. in emitPPA1()
1163 auto Flags2 = PPA1Flag2::ExternalProcedure; emitPPA1Flags() local
/llvm-project/clang/unittests/Driver/
H A DMultilibTest.cpp165 Multilib::flags_list Flags2 = {"+foo", "+bar"}; in TEST()
167 ASSERT_TRUE(MS.select(TheDriver, Flags2, Selection2)) in TEST()
163 Multilib::flags_list Flags2 = {"+foo", "+bar"}; TEST() local
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dmips-abiflags.test72 Flags2: [[FLAG2=0xffffffff]]
300 ## Check how we dump the flags2 field.
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/
H A DFindAllSymbolsTests.cpp428 static auto flags2 = A1 | A2;
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1661 S->Flags2 = Flags->flags2; in elf2yaml()
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1571 IO.mapOptional("Flags2", Section.Flags2, Hex32(0)); in mapping()
H A DELFEmitter.cpp1758 Flags.flags2 = Section.Flags2; in writeSectionContent()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h698 llvm::yaml::Hex32 Flags2;
697 llvm::yaml::Hex32 Flags2; global() member
/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h820 Elf_Word flags2; // General flags
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp683 unsigned Flags2 = getUndefRegState(Cond[2].isUndef()); in insertBranch()
685 addReg(Cond[2].getReg(), Flags2).addMBB(TBB); in insertBranch() local
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp150 flags.flags2 |= s->flags2; in create()
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7040 OS << "FLAGS 2: " << format_hex_no_prefix(Flags->flags2, 8, false) << "\n"; in printFileHeaders()
8318 W.printHex("Flags 2", Flags->flags2); in printDefaultRelRelaReloc()
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]