Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1162 auto Flags1 = PPA1Flag1(0); in emitPPA1Flags() local
1167 Flags1 |= PPA1Flag1::DSA64Bit; in emitPPA1Flags()
1170 Flags1 |= PPA1Flag1::VarArg; in emitPPA1Flags()
1189 if ((Flags1 & PPA1Flag1::DSA64Bit) == PPA1Flag1::DSA64Bit) in emitPPA1Flags()
1193 if ((Flags1 & PPA1Flag1::VarArg) == PPA1Flag1::VarArg) in emitPPA1Flags()
1195 OutStreamer->emitInt8(static_cast<uint8_t>(Flags1)); // Flags 1. in emitPPA1Flags()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h696 MIPS_AFL_FLAGS1 Flags1; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp681 unsigned Flags1 = getUndefRegState(Cond[1].isUndef()); in insertBranch() local
686 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
689 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1764 Flags.flags1 = Section.Flags1; in writeSectionContent()
H A DELFYAML.cpp1549 IO.mapOptional("Flags1", Section.Flags1, ELFYAML::MIPS_AFL_FLAGS1(0)); in sectionMapping()