Searched refs:getCfg (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/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 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()
|
D | IceThreading.cpp | 53 std::unique_ptr<Cfg> EmitterWorkItem::getCfg() { in getCfg() function in Ice::EmitterWorkItem
|
D | IceThreading.h | 189 std::unique_ptr<Cfg> getCfg();
|
D | IceCfgNode.h | 35 Cfg *getCfg() const { return Func; } in getCfg() function
|
D | IceTargetLowering.h | 98 auto *New = Inst::create(Node->getCfg(), std::forward<Args>(A)...); in insert()
|
D | IceCfg.cpp | 783 auto *Assign = InstAssign::create(Node->getCfg(), NewVar, Pair.first); in floatConstantCSE() 791 InstAssign::create(Node->getCfg(), NewVar, ConstCache[Pair.first]); in floatConstantCSE()
|
D | IceGlobalContext.cpp | 603 std::unique_ptr<Cfg> Func = Item->getCfg(); in emitItems()
|
D | IceInst.cpp | 419 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget()
|
D | IceCfgNode.cpp | 1236 auto *Func = getCfg(); in shortCircuit()
|
D | IceTargetLoweringX8664.cpp | 994 auto *Func = Node->getCfg(); in addProlog()
|
D | IceTargetLoweringX8632.cpp | 999 auto *Func = Node->getCfg(); in addProlog()
|