Home
last modified time | relevance | path

Searched refs:doBranchOpt (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTimerTree.def29 X(doBranchOpt) \
DIceCfgNode.h112 void doBranchOpt(const CfgNode *NextNode);
DIceCfg.h228 void doBranchOpt();
DIceTargetLowering.h232 virtual bool doBranchOpt(Inst * /*I*/, const CfgNode * /*NextNode*/) { in doBranchOpt() function
DIceCfgNode.cpp953 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt() function in Ice::CfgNode
962 Target->doBranchOpt(&I, NextNode); in doBranchOpt()
DIceCfg.cpp1710 void Cfg::doBranchOpt() { in doBranchOpt() function in Ice::Cfg
1714 (*I)->doBranchOpt(NextNode == E ? nullptr : *NextNode); in doBranchOpt()
DIceTargetLoweringMIPS32.h63 bool doBranchOpt(Inst *Instr, const CfgNode *NextNode) override;
DIceTargetLoweringARM32.h91 bool doBranchOpt(Inst *I, const CfgNode *NextNode) override;
DIceTargetLoweringX86Base.h92 bool doBranchOpt(Inst *I, const CfgNode *NextNode) override;
DIceTargetLoweringMIPS32.cpp966 Func->doBranchOpt(); in translateO2()
1029 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp1105 Func->doBranchOpt(); in translateO2()
1180 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::ARM32::TargetARM32
DIceTargetLoweringX86BaseImpl.h582 Func->doBranchOpt();
907 bool TargetX86Base<TraitsType>::doBranchOpt(Inst *I, const CfgNode *NextNode) {