Home
last modified time | relevance | path

Searched refs:_br (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h355 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, in _br() function
359 void _br(CfgNode *Target) { Context.insert<InstARM32Br>(Target); } in _br() function
360 void _br(CfgNode *Target, CondARM32::Cond Condition) { in _br() function
363 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br() function
677 void _br(const LowerInt1BranchTarget &BrTarget,
682 _br(BrTarget.NodeTarget, Cond);
684 _br(BrTarget.LabelTarget, Cond);
692 _br(Target, Cond.WhenTrue1); in _br_short_circuit()
695 _br(Target, Cond.WhenTrue0); in _br_short_circuit()
DIceTargetLoweringMIPS32.cpp3088 _br(Instr->getTargetUnconditional()); in lowerBr()
3100 _br(TargetTrue, TargetFalse, BooleanR, CondMIPS32::Cond::EQZ); in lowerBr()
3162 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
3164 _br(TargetTrue, TargetFalse, Src0R, Src1R, CondMIPS32::Cond::NE); in lowerBr()
3177 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::EQZ); in lowerBr()
3179 _br(TargetTrue, TargetFalse, Src0R, Src1R, CondMIPS32::Cond::EQ); in lowerBr()
3197 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
3200 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::EQZ); in lowerBr()
3214 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
3217 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
[all …]
DIceTargetLoweringX86BaseImpl.h1920 _br(Traits::Cond::Br_e, Label);
1938 _br(Traits::Cond::Br_e, Label);
1957 _br(Traits::Cond::Br_e, Label);
2623 _br(Br->getTargetUnconditional());
2652 _br(Traits::Cond::Br_ne, Br->getTargetTrue(), Br->getTargetFalse());
3467 _br(Traits::TableFcmp[Condition].C1, Label);
3469 _br(Traits::TableFcmp[Condition].C2, Label);
3483 _br(Traits::TableFcmp[Condition].C1, FalseSucc);
3485 _br(Traits::TableFcmp[Condition].C2, FalseSucc);
3487 _br(TrueSucc);
[all …]
DIceTargetLoweringMIPS32.h182 void _br(CfgNode *Target) { Context.insert<InstMIPS32Br>(Target); } in _br() function
184 void _br(CfgNode *Target, const InstMIPS32Label *Label) { in _br() function
188 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() function
194 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() function
199 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() function
DIceTargetLoweringX86Base.h563 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br() function
567 void _br(CfgNode *Target) { in _br() function
570 void _br(BrCond Condition, CfgNode *Target) { in _br() function
573 void _br(BrCond Condition, InstX86Label *Label,
DIceTargetLoweringARM32.cpp2311 _br(Label, CondARM32::NE); in div0Check()
3660 _br(Instr->getTargetUnconditional()); in lowerBr()
3674 _br(TargetTrue, Cond.WhenTrue1); in lowerBr()
3679 _br(TargetTrue, TargetFalse, Cond.WhenTrue0); in lowerBr()
3682 _br(TargetFalse); in lowerBr()
3685 _br(TargetTrue); in lowerBr()
4856 _br(Retry, CondARM32::NE); in lowerLoadLinkedStoreExclusive()
6197 _br(Instr->getLabel(I), CondARM32::EQ); in lowerSwitch()
6199 _br(Instr->getLabelDefault()); in lowerSwitch()
6220 _br(Instr->getLabel(I), CondARM32::EQ); in lowerSwitch()
[all …]