Searched refs:getCfg (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 223 Cfg *Func = Context.getNode()->getCfg(); in instrumentFuncStart() 356 InstCall::create(Context.getNode()->getCfg(), Instr->getNumArgs(), in instrumentCall() 368 auto *NewLoad = InstLoad::create(Context.getNode()->getCfg(), in instrumentLoad() 385 Context.getNode()->getCfg(), instrumentReloc(Reloc), Instr->getAddr()); in instrumentStore() 439 auto *Call = InstCall::create(Context.getNode()->getCfg(), NumArgs, Void, in instrumentAccess() 461 Cfg *Func = Context.getNode()->getCfg(); in instrumentRet()
|
D | IceThreading.cpp | 53 std::unique_ptr<Cfg> EmitterWorkItem::getCfg() { in getCfg() function in Ice::EmitterWorkItem
|
D | IceCfgNode.h | 35 Cfg *getCfg() const { return Func; } in getCfg() function
|
D | IceThreading.h | 189 std::unique_ptr<Cfg> getCfg();
|
D | IceTargetLowering.h | 98 auto *New = Inst::create(Node->getCfg(), std::forward<Args>(A)...); in insert()
|
D | IceCfg.cpp | 880 auto *Assign = InstAssign::create(Node->getCfg(), NewVar, Pair.first); in floatConstantCSE() 888 InstAssign::create(Node->getCfg(), NewVar, ConstCache[Pair.first]); in floatConstantCSE()
|
D | IceInst.cpp | 429 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget()
|
D | IceGlobalContext.cpp | 685 std::unique_ptr<Cfg> Func = Item->getCfg(); in emitItems()
|
D | IceCfgNode.cpp | 1499 auto *Func = getCfg(); in shortCircuit()
|