Searched refs:FlagDef (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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. 368 : FlagDef<flag.Polarity, flag.Value, flag.OptionFlags, flag.Help, 401 FlagDef flag1_base, FlagDef flag2_base, 432 Default default, FlagDef flag1, FlagDef flag2, [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4461 MachineOperand *FlagDef = Sub->findRegisterDefOperand(X86::EFLAGS); in optimizeCompareInstr() local 4462 assert(FlagDef && "Unable to locate a def EFLAGS operand"); in optimizeCompareInstr() 4463 FlagDef->setIsDead(false); in optimizeCompareInstr() 8116 const MachineOperand *FlagDef = Inst.findRegisterDefOperand(X86::EFLAGS); in hasReassociableOperands() local 8117 assert((Inst.getNumDefs() == 1 || FlagDef) && in hasReassociableOperands() 8119 if (FlagDef && !FlagDef->isDead()) in hasReassociableOperands()
|