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 | 174 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br() 180 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br() 188 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br()
|
D | IceInst.h | 387 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue, in create() 421 CfgNode *TargetTrue; /// nullptr if unconditional branch variable
|
D | IceTargetLoweringARM32.h | 355 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 | IceTargetLoweringMIPS32.cpp | 3091 CfgNode *TargetTrue = Instr->getTargetTrue(); in lowerBr() local 5628 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local 5645 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local
|
D | IceTargetLoweringX86Base.h | 563 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
|
D | IceTargetLoweringARM32.cpp | 3566 Operand *Boolean, const LowerInt1BranchTarget &TargetTrue, in lowerInt1ForBranch() 3664 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 | 484 InstARM32Br::InstARM32Br(Cfg *Func, const CfgNode *TargetTrue, in InstARM32Br()
|
D | IceInstX86Base.h | 445 const CfgNode *TargetTrue; member
|