Home
last modified time | relevance | path

Searched refs:lowerInst (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp441 Target->lowerInst(Node, SpillPoint, InstFakeDef::create(Func, Preg)); in addSpillFill()
442 Target->lowerInst(Node, SpillPoint, InstAssign::create(Func, SpillLoc, Preg)); in addSpillFill()
444 Target->lowerInst(Node, FillPoint, InstAssign::create(Func, Preg, SpillLoc)); in addSpillFill()
445 Target->lowerInst(Node, FillPoint, InstFakeUse::create(Func, Preg)); in addSpillFill()
DIceTargetLowering.h224 void lowerInst(CfgNode *Node, InstList::iterator Next, InstHighLevel *Instr);
DIceTargetLowering.cpp490 void TargetLowering::lowerInst(CfgNode *Node, InstList::iterator Next, in lowerInst() function in Ice::TargetLowering