Searched refs:lowerInst (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceRegAlloc.cpp | 441 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()
|
D | IceTargetLowering.h | 222 void lowerInst(CfgNode *Node, InstList::iterator Next, InstHighLevel *Instr);
|
D | IceTargetLowering.cpp | 477 void TargetLowering::lowerInst(CfgNode *Node, InstList::iterator Next, in lowerInst() function in Ice::TargetLowering
|