Searched refs:FlagDef (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 352 class FlagDef<bit polarity, bit value, list<OptionFlag> option_flags, 378 class ApplySuffix<FlagDef flag, BothFlags suffix> { 379 FlagDef Result 380 = FlagDef<flag.Polarity, flag.Value, 388 : FlagDef<true, value.Value, flags, help, implied_by_expressions> {} 393 : FlagDef<false, value.Value, flags, help, implied_by_expressions> {} 395 // Expanded FlagDef that's convenient for creation of TableGen records. 397 : FlagDef<flag.Polarity, flag.Value, flag.OptionFlags, flag.Help, 429 FlagDef flag1_base, FlagDef flag2_base, 460 Default default, FlagDef flag1, FlagDef flag2, [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 4606 MachineOperand *FlagDef = Sub->findRegisterDefOperand(X86::EFLAGS); in optimizeCompareInstr() local 4607 assert(FlagDef && "Unable to locate a def EFLAGS operand"); in optimizeCompareInstr() 4608 FlagDef->setIsDead(false); in optimizeCompareInstr() 8653 const MachineOperand *FlagDef = Inst.findRegisterDefOperand(X86::EFLAGS); in hasReassociableOperands() local 8654 assert((Inst.getNumDefs() == 1 || FlagDef) && in hasReassociableOperands() 8656 if (FlagDef && !FlagDef->isDead()) in hasReassociableOperands()
|