Home
last modified time | relevance | path

Searched defs:TargetTrue (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h819 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
DIceInstMIPS32.cpp80 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br()
86 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br()
94 InstMIPS32Br::InstMIPS32Br(Cfg *Func, const CfgNode *TargetTrue, in InstMIPS32Br()
DIceTargetLoweringMIPS32.h188 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()
DIceInst.h385 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue, in create()
419 CfgNode *TargetTrue; /// nullptr if unconditional branch variable
DIceTargetLoweringARM32.h354 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, in _br()
DIceInstARM32.h1105 static InstARM32Br *create(Cfg *Func, CfgNode *TargetTrue, in create()
1165 const CfgNode *TargetTrue; variable
DIceTargetLoweringMIPS32.cpp3058 CfgNode *TargetTrue = Instr->getTargetTrue(); in lowerBr() local
5581 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local
5598 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local
DIceTargetLoweringX8664.h474 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
DIceTargetLoweringX8632.h478 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
DIceInstX8632.h474 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue, CfgNode *TargetFalse, in create()
539 const CfgNode *TargetTrue; variable
DIceInstX8664.h413 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue, CfgNode *TargetFalse, in create()
478 const CfgNode *TargetTrue; variable
DIceTargetLoweringARM32.cpp3382 Operand *Boolean, const LowerInt1BranchTarget &TargetTrue, in lowerInt1ForBranch()
3480 CfgNode *TargetTrue = Instr->getTargetTrue(); in lowerBr() local
DIceInstX8664.cpp155 InstX86Br::InstX86Br(Cfg *Func, const CfgNode *TargetTrue, in InstX86Br()
DIceInstARM32.cpp484 InstARM32Br::InstARM32Br(Cfg *Func, const CfgNode *TargetTrue, in InstARM32Br()
DIceInstX8632.cpp167 InstX86Br::InstX86Br(Cfg *Func, const CfgNode *TargetTrue, in InstX86Br()