Lines Matching refs:BrCond
50 using BrCond = typename Traits::Cond::BrCond; member
207 static BrCond getOppositeCondition(BrCond Cond);
380 CfgNode *TargetFalse, BrCond Condition, in create()
397 static InstX86Br *create(Cfg *Func, CfgNode *Target, BrCond Condition, in create()
407 static InstX86Br *create(Cfg *Func, InstX86Label *Label, BrCond Condition, in create()
442 const InstX86Label *Label, BrCond Condition, Mode Kind);
444 BrCond Condition;
2474 BrCond Cond) { in create()
2486 InstX86Cmov(Cfg *Func, Variable *Dest, Operand *Source, BrCond Cond);
2488 BrCond Condition;
2988 static InstX86Setcc *create(Cfg *Func, Variable *Dest, BrCond Cond) { in create()
3000 InstX86Setcc(Cfg *Func, Variable *Dest, BrCond Cond);
3002 const BrCond Condition;