/third_party/boost/libs/serialization/example/ |
D | demo_xml.hpp | 261 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append() argument 263 schedule.insert(schedule.end(), std::make_pair(trip_info(_h, _m, _d), _br)); in append()
|
D | demo_gps.hpp | 261 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append() argument 263 schedule.insert(schedule.end(), std::make_pair(trip_info(_h, _m, _d), _br)); in append()
|
D | demo.cpp | 262 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append() argument 264 schedule.insert(schedule.end(), std::make_pair(trip_info(_h, _m, _d), _br)); in append()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.h | 354 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, in _br() function 358 void _br(CfgNode *Target) { Context.insert<InstARM32Br>(Target); } in _br() function 359 void _br(CfgNode *Target, CondARM32::Cond Condition) { in _br() function 362 void _br(InstARM32Label *Label, CondARM32::Cond Condition) { in _br() function 676 void _br(const LowerInt1BranchTarget &BrTarget, 681 _br(BrTarget.NodeTarget, Cond); 683 _br(BrTarget.LabelTarget, Cond); 691 _br(Target, Cond.WhenTrue1); in _br_short_circuit() 694 _br(Target, Cond.WhenTrue0); in _br_short_circuit()
|
D | IceTargetLoweringMIPS32.cpp | 3055 _br(Instr->getTargetUnconditional()); in lowerBr() 3067 _br(TargetTrue, TargetFalse, BooleanR, CondMIPS32::Cond::EQZ); in lowerBr() 3129 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr() 3131 _br(TargetTrue, TargetFalse, Src0R, Src1R, CondMIPS32::Cond::NE); in lowerBr() 3144 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::EQZ); in lowerBr() 3146 _br(TargetTrue, TargetFalse, Src0R, Src1R, CondMIPS32::Cond::EQ); in lowerBr() 3164 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr() 3167 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::EQZ); in lowerBr() 3181 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr() 3184 _br(TargetTrue, TargetFalse, DestT, CondMIPS32::Cond::NEZ); in lowerBr() [all …]
|
D | IceTargetLoweringX8632.cpp | 1675 _br(CondX86::Br_e, Label); in lowerShift64() 1693 _br(CondX86::Br_e, Label); in lowerShift64() 1712 _br(CondX86::Br_e, Label); in lowerShift64() 2358 _br(Br->getTargetUnconditional()); in lowerBr() 2387 _br(CondX86::Br_ne, Br->getTargetTrue(), Br->getTargetFalse()); in lowerBr() 3137 _br(TableFcmp[Condition].C1, Label); in lowerFcmpAndConsumer() 3139 _br(TableFcmp[Condition].C2, Label); in lowerFcmpAndConsumer() 3153 _br(TableFcmp[Condition].C1, FalseSucc); in lowerFcmpAndConsumer() 3155 _br(TableFcmp[Condition].C2, FalseSucc); in lowerFcmpAndConsumer() 3157 _br(TrueSucc); in lowerFcmpAndConsumer() [all …]
|
D | IceTargetLoweringMIPS32.h | 182 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
|
D | IceTargetLoweringX8664.cpp | 1598 _br(CondX86::Br_e, Label); in lowerShift64() 1616 _br(CondX86::Br_e, Label); in lowerShift64() 1635 _br(CondX86::Br_e, Label); in lowerShift64() 2174 _br(Br->getTargetUnconditional()); in lowerBr() 2203 _br(CondX86::Br_ne, Br->getTargetTrue(), Br->getTargetFalse()); in lowerBr() 2840 _br(TableFcmp[Condition].C1, Label); in lowerFcmpAndConsumer() 2842 _br(TableFcmp[Condition].C2, Label); in lowerFcmpAndConsumer() 2856 _br(TableFcmp[Condition].C1, FalseSucc); in lowerFcmpAndConsumer() 2858 _br(TableFcmp[Condition].C2, FalseSucc); in lowerFcmpAndConsumer() 2860 _br(TrueSucc); in lowerFcmpAndConsumer() [all …]
|
D | IceTargetLoweringX8632.h | 478 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br() function 482 void _br(CfgNode *Target) { in _br() function 485 void _br(BrCond Condition, CfgNode *Target) { in _br() function 488 void _br(BrCond Condition, InstX86Label *Label,
|
D | IceTargetLoweringX8664.h | 474 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br() function 478 void _br(CfgNode *Target) { in _br() function 481 void _br(BrCond Condition, CfgNode *Target) { in _br() function 484 void _br(BrCond Condition, InstX86Label *Label,
|
D | IceTargetLoweringARM32.cpp | 2127 _br(Label, CondARM32::NE); in div0Check() 3476 _br(Instr->getTargetUnconditional()); in lowerBr() 3490 _br(TargetTrue, Cond.WhenTrue1); in lowerBr() 3495 _br(TargetTrue, TargetFalse, Cond.WhenTrue0); in lowerBr() 3498 _br(TargetFalse); in lowerBr() 3501 _br(TargetTrue); in lowerBr() 4671 _br(Retry, CondARM32::NE); in lowerLoadLinkedStoreExclusive() 6000 _br(Instr->getLabel(I), CondARM32::EQ); in lowerSwitch() 6002 _br(Instr->getLabelDefault()); in lowerSwitch() 6023 _br(Instr->getLabel(I), CondARM32::EQ); in lowerSwitch() [all …]
|