Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h362 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, in _br() function
366 void _br(CfgNode *Target) { Context.insert<InstARM32Br>(Target); } in _br() function
367 void _br(CfgNode *Target, CondARM32::Cond Condition) { in _br() function
370 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br() function
684 void _br(const LowerInt1BranchTarget &BrTarget,
689 _br(BrTarget.NodeTarget, Cond);
691 _br(BrTarget.LabelTarget, Cond);
699 _br(Target, Cond.WhenTrue1); in _br_short_circuit()
702 _br(Target, Cond.WhenTrue0); in _br_short_circuit()
DIceTargetLoweringMIPS32.cpp3103 _br(Instr->getTargetUnconditional()); in lowerBr()
3115 _br(TargetTrue, TargetFalse, BooleanR, CondMIPS32::Cond::EQZ); in lowerBr()
3177 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
3179 _br(TargetTrue, TargetFalse, Src0R, Src1R, CondMIPS32::Cond::NE); in lowerBr()
3192 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::EQZ); in lowerBr()
3194 _br(TargetTrue, TargetFalse, Src0R, Src1R, CondMIPS32::Cond::EQ); in lowerBr()
3212 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
3215 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::EQZ); in lowerBr()
3229 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
3232 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr()
[all …]
DIceTargetLoweringX86BaseImpl.h1867 _br(Traits::Cond::Br_e, Label);
1885 _br(Traits::Cond::Br_e, Label);
1904 _br(Traits::Cond::Br_e, Label);
2566 _br(Br->getTargetUnconditional());
2595 _br(Traits::Cond::Br_ne, Br->getTargetTrue(), Br->getTargetFalse());
3391 _br(Traits::TableFcmp[Condition].C1, Label);
3393 _br(Traits::TableFcmp[Condition].C2, Label);
3407 _br(Traits::TableFcmp[Condition].C1, FalseSucc);
3409 _br(Traits::TableFcmp[Condition].C2, FalseSucc);
3411 _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.cpp2317 _br(Label, CondARM32::NE); in div0Check()
3646 _br(Instr->getTargetUnconditional()); in lowerBr()
3660 _br(TargetTrue, Cond.WhenTrue1); in lowerBr()
3665 _br(TargetTrue, TargetFalse, Cond.WhenTrue0); in lowerBr()
3668 _br(TargetFalse); in lowerBr()
3671 _br(TargetTrue); in lowerBr()
4843 _br(Retry, CondARM32::NE); in lowerLoadLinkedStoreExclusive()
5976 _br(Instr->getLabel(I), CondARM32::EQ); in lowerSwitch()
5978 _br(Instr->getLabelDefault()); in lowerSwitch()
5999 _br(Instr->getLabel(I), CondARM32::EQ); in lowerSwitch()
[all …]