Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A 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
H A DIceInstMIPS32.cpp174 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()
H A 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()
H A DIceInst.h382 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue, in create()
416 CfgNode *TargetTrue; /// nullptr if unconditional branch variable
H A DIceTargetLoweringARM32.h362 void _br(CfgNode *TargetTrue, CfgNode *TargetFalse, in _br()
H A DIceInstARM32.h1106 static InstARM32Br *create(Cfg *Func, CfgNode *TargetTrue, in create()
1166 const CfgNode *TargetTrue; variable
H A DIceTargetLoweringMIPS32.cpp3108 CfgNode *TargetTrue = Instr->getTargetTrue(); in lowerBr() local
5653 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local
5670 CfgNode *TargetTrue = Instr->getLabel(I); in lowerSwitch() local
H A DIceTargetLoweringX86Base.h570 void _br(BrCond Condition, CfgNode *TargetTrue, CfgNode *TargetFalse) { in _br()
H A DIceTargetLoweringARM32.cpp3576 Operand *Boolean, const LowerInt1BranchTarget &TargetTrue, in lowerInt1ForBranch()
3674 CfgNode *TargetTrue = Instr->getTargetTrue(); in lowerBr() local
H A DIceInstX86BaseImpl.h108 InstImpl<TraitsType>::InstX86Br::InstX86Br(Cfg *Func, const CfgNode *TargetTrue, in InstX86Br()
H A DIceInstARM32.cpp484 InstARM32Br::InstARM32Br(Cfg *Func, const CfgNode *TargetTrue, in InstARM32Br()
H A DIceInstX86Base.h445 const CfgNode *TargetTrue; member