Home
last modified time | relevance | path

Searched refs:Flags1 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Driver/
H A DMultilibTest.cpp358 Multilib::flags_list Flags1; in TEST() local
359 Flags1.push_back("+foo"); in TEST()
360 Flags1.push_back("-bar"); in TEST()
362 ASSERT_TRUE(MS.select(Flags1, Selection1)) in TEST()
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dmips-abi-flags.yaml17 # CHECK-NEXT: Flags1: [ ODDSPREG ]
39 Flags1: [ ODDSPREG ]
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp865 auto Flags1 = PPA1Flag1(0); in emitPPA1Flags() local
870 Flags1 |= PPA1Flag1::DSA64Bit; in emitPPA1Flags()
873 Flags1 |= PPA1Flag1::VarArg; in emitPPA1Flags()
886 if ((Flags1 & PPA1Flag1::DSA64Bit) == PPA1Flag1::DSA64Bit) in emitPPA1Flags()
890 if ((Flags1 & PPA1Flag1::VarArg) == PPA1Flag1::VarArg) in emitPPA1Flags()
892 OutStreamer->emitInt8(static_cast<uint8_t>(Flags1)); // Flags 1. in emitPPA1Flags()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dmips-abi-flags.yaml44 Flags1: [ ODDSPREG ]
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h668 MIPS_AFL_FLAGS1 Flags1; member
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dmips-abiflags.test71 Flags1: [ [[FLAG1=ODDSPREG]] ]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp678 unsigned Flags1 = getUndefRegState(Cond[1].isUndef()); in insertBranch() local
683 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
686 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
/llvm-project-15.0.7/llvm/test/Object/
H A Dobj2yaml.test394 # ELF-MIPSEL-NEXT: Flags1: [ ODDSPREG ]
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1575 S->Flags1 = Flags->flags1; in dumpMipsABIFlags()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1500 IO.mapOptional("Flags1", Section.Flags1, ELFYAML::MIPS_AFL_FLAGS1(0)); in sectionMapping()
H A DELFEmitter.cpp1640 Flags.flags1 = Section.Flags1; in writeSectionContent()