HomeSort by relevance Sort by last modified time
    Searched refs:lowerInst (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp 441 Target->lowerInst(Node, SpillPoint, InstFakeDef::create(Func, Preg));
442 Target->lowerInst(Node, SpillPoint, InstAssign::create(Func, SpillLoc, Preg));
444 Target->lowerInst(Node, FillPoint, InstAssign::create(Func, Preg, SpillLoc));
445 Target->lowerInst(Node, FillPoint, InstFakeUse::create(Func, Preg));
    [all...]
IceTargetLowering.h 224 void lowerInst(CfgNode *Node, InstList::iterator Next, InstHighLevel *Instr);
IceTargetLowering.cpp 490 void TargetLowering::lowerInst(CfgNode *Node, InstList::iterator Next,
493 // multiple init() calls when using lowerInst() to lower several instructions
    [all...]

Completed in 1839 milliseconds