HomeSort by relevance Sort by last modified time
    Searched defs:TargetTrue (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.h 380 /// Create a conditional branch. If TargetTrue==TargetFalse, it is optimized
382 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue,
385 InstBr(Func, Source, TargetTrue, TargetFalse);
396 CfgNode *getTargetTrue() const { return TargetTrue; }
411 InstBr(Cfg *Func, Operand *Source, CfgNode *TargetTrue, CfgNode *TargetFalse);
416 CfgNode *TargetTrue; /// nullptr if unconditional branch
    [all...]
IceInstARM32.h     [all...]
IceInstMIPS32.h 819 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue,
824 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, NoLabel, Cond);
827 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue,
832 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, NoLabel, Cond);
835 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue,
840 InstMIPS32Br(Func, TargetTrue, TargetFalse, Src0, Src1, Label, Cond);
843 const CfgNode *getTargetTrue() const { return TargetTrue; }
858 InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse,
861 InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse,
865 InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse
    [all...]
IceInstX86Base.h 379 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue,
385 InstX86Br(Func, TargetTrue, TargetFalse, NoLabel, Condition, Kind);
414 const CfgNode *getTargetTrue() const { return TargetTrue; }
441 InstX86Br(Cfg *Func, const CfgNode *TargetTrue, const CfgNode *TargetFalse,
445 const CfgNode *TargetTrue;
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 559 milliseconds