Home
last modified time | relevance | path

Searched refs:getCfg (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp223 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 InstStore::create(Context.getNode()->getCfg(), instrumentReloc(Reloc), in instrumentStore()
440 auto *Call = InstCall::create(Context.getNode()->getCfg(), NumArgs, Void, in instrumentAccess()
462 Cfg *Func = Context.getNode()->getCfg(); in instrumentRet()
DIceThreading.cpp53 std::unique_ptr<Cfg> EmitterWorkItem::getCfg() { in getCfg() function in Ice::EmitterWorkItem
DIceThreading.h189 std::unique_ptr<Cfg> getCfg();
DIceCfgNode.h35 Cfg *getCfg() const { return Func; } in getCfg() function
DIceTargetLowering.h98 auto *New = Inst::create(Node->getCfg(), std::forward<Args>(A)...); in insert()
DIceCfg.cpp783 auto *Assign = InstAssign::create(Node->getCfg(), NewVar, Pair.first); in floatConstantCSE()
791 InstAssign::create(Node->getCfg(), NewVar, ConstCache[Pair.first]); in floatConstantCSE()
DIceGlobalContext.cpp603 std::unique_ptr<Cfg> Func = Item->getCfg(); in emitItems()
DIceInst.cpp419 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget()
DIceCfgNode.cpp1236 auto *Func = getCfg(); in shortCircuit()
DIceTargetLoweringX8664.cpp994 auto *Func = Node->getCfg(); in addProlog()
DIceTargetLoweringX8632.cpp999 auto *Func = Node->getCfg(); in addProlog()