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.h111 void doBranchOpt(const CfgNode *NextNode);
DIceCfg.h221 void doBranchOpt();
DIceTargetLowering.h230 virtual bool doBranchOpt(Inst * /*I*/, const CfgNode * /*NextNode*/) { in doBranchOpt() function
DIceCfgNode.cpp931 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt() function in Ice::CfgNode
940 Target->doBranchOpt(&I, NextNode); in doBranchOpt()
DIceCfg.cpp1603 void Cfg::doBranchOpt() { in doBranchOpt() function in Ice::Cfg
1607 (*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.cpp959 Func->doBranchOpt(); in translateO2()
1012 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp1104 Func->doBranchOpt(); in translateO2()
1169 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt() function in Ice::ARM32::TargetARM32
DIceTargetLoweringX86BaseImpl.h586 Func->doBranchOpt();
909 bool TargetX86Base<TraitsType>::doBranchOpt(Inst *I, const CfgNode *NextNode) {