Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1142 auto Flags1 = PPA1Flag1(0); in emitPPA1Flags() local
1147 Flags1 |= PPA1Flag1::DSA64Bit; in emitPPA1Flags()
1150 Flags1 |= PPA1Flag1::VarArg; in emitPPA1Flags()
1169 if ((Flags1 & PPA1Flag1::DSA64Bit) == PPA1Flag1::DSA64Bit) in emitPPA1Flags()
1173 if ((Flags1 & PPA1Flag1::VarArg) == PPA1Flag1::VarArg) in emitPPA1Flags()
1175 OutStreamer->emitInt8(static_cast<uint8_t>(Flags1)); // Flags 1. in emitPPA1Flags()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h684 MIPS_AFL_FLAGS1 Flags1; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp680 unsigned Flags1 = getUndefRegState(Cond[1].isUndef()); in insertBranch() local
685 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
688 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1696 Flags.flags1 = Section.Flags1; in writeSectionContent()
H A DELFYAML.cpp1531 IO.mapOptional("Flags1", Section.Flags1, ELFYAML::MIPS_AFL_FLAGS1(0)); in sectionMapping()