Searched defs:TargetTrue (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 819 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue, in create() 827 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue, in create() 835 static InstMIPS32Br *create(Cfg *Func, CfgNode *TargetTrue, in create() 869 const CfgNode *TargetTrue; variable
|
D | IceTargetLoweringMIPS32.h | 188 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() 194 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br() 199 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, Operand *Src0, in _br()
|
D | IceInstMIPS32.cpp | 176 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br() 182 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br() 190 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br()
|
D | IceInst.h | 382 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue, in create() 416 CfgNode *TargetTrue; /// nullptr if unconditional branch variable
|
D | IceTargetLoweringARM32.h | 362 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, in _br()
|
D | IceInstARM32.h | 1106 static InstARM32Br *create(Cfg *Func, CfgNode *TargetTrue, in create() 1166 const CfgNode *TargetTrue; variable
|
D | IceTargetLoweringX86Base.h | 563 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
|
D | IceTargetLoweringMIPS32.cpp | 3106 CfgNode *TargetTrue = Instr->getTargetTrue(); in lowerBr() local 5651 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local 5668 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local
|
D | IceTargetLoweringARM32.cpp | 3569 Operand *Boolean, const LowerInt1BranchTarget &TargetTrue, in lowerInt1ForBranch() 3667 CfgNode *TargetTrue = Instr->getTargetTrue(); in lowerBr() local
|
D | IceInstX86BaseImpl.h | 108 InstImpl<TraitsType>::InstX86Br::InstX86Br(Cfg *Func, const CfgNode *TargetTrue, in InstX86Br()
|
D | IceInstARM32.cpp | 489 InstARM32Br::InstARM32Br(Cfg *Func, const CfgNode *TargetTrue, in InstARM32Br()
|
D | IceInstX86Base.h | 445 const CfgNode *TargetTrue; member
|