Searched refs:FlagDef (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 323 class FlagDef<bit polarity, bit value, list<OptionFlag> option_flags, 349 class ApplySuffix<FlagDef flag, BothFlags suffix> { 350 FlagDef Result 351 = FlagDef<flag.Polarity, flag.Value, 359 : FlagDef<true, value.Value, flags, help, implied_by_expressions> {} 364 : FlagDef<false, value.Value, flags, help, implied_by_expressions> {} 366 // Expanded FlagDef that's convenient for creation of TableGen records. 367 class FlagDefExpanded<FlagDef flag, string prefix, string name, string spelling> 368 : FlagDef<flag.Polarity, flag.Value, flag.OptionFlags, flag.Help, 401 FlagDef flag1_base, FlagDef flag2_base, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4407 MachineOperand *FlagDef = Sub->findRegisterDefOperand(X86::EFLAGS); in optimizeCompareInstr() local 4408 assert(FlagDef && "Unable to locate a def EFLAGS operand"); in optimizeCompareInstr() 4409 FlagDef->setIsDead(false); in optimizeCompareInstr() 8062 const MachineOperand *FlagDef = Inst.findRegisterDefOperand(X86::EFLAGS); in hasReassociableOperands() local 8063 assert((Inst.getNumDefs() == 1 || FlagDef) && in hasReassociableOperands() 8065 if (FlagDef && !FlagDef->isDead()) in hasReassociableOperands()
|