Home
last modified time | relevance | path

Searched refs:setEntry (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h185 void setEntry(Entry *E) { in setEntry() function
201 setEntry(O.CacheEntry); in Cursor()
205 setEntry(O.CacheEntry);
209 ~Cursor() { setEntry(nullptr); } in ~Cursor()
215 setEntry(nullptr); in setPhysReg()
217 setEntry(Cache.get(PhysReg)); in setPhysReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp325 TopRegion->setEntry(PreheaderVPBB); in buildPlainCFG()
339 Plan.setEntry(TopRegion); in buildHierarchicalCFG()
DVPlan.h1187 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function
1405 VPBlockBase *setEntry(VPBlockBase *Block) { return Entry = Block; }
DLoopVectorize.cpp7235 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp414 void setEntry(MachineBasicBlock *NewEntry);
986 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry() function in LinearizedRegion
1073 setEntry(MBB); in LinearizedRegion()
1081 setEntry(nullptr); in LinearizedRegion()
2324 CurrentRegion->setEntry(IfBB); in createIfRegion()
2421 CurrentRegion->setEntry(IfBB); in createIfRegion()
2574 LRegion->setEntry(Region->getEntry()); in initLinearizedRegion()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtransformed_scrollable_test.dart148 ..setEntry(3, 2, 0.001)
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dmatrix_utils.dart506 ..setEntry(3, 2, -perspective)
507 ..setEntry(2, 3, -radius)
508 ..setEntry(3, 3, perspective * radius + 1.0);
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp399 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
Dnv50_ir.h1256 bool setEntry(BasicBlock *);
Dnv50_ir_from_tgsi.cpp3722 s->f->setEntry(entry); in handleInstruction()
4350 prog->main->setEntry(entry); in run()
Dnv50_ir_from_nir.cpp1356 prog->main->setEntry(entry); in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp284 TheSummary->setEntry(I, Res[I]); in setSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1069 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp810 void setEntry(int index, const void *func) in setEntry() function in rr::ELFMemoryStreamer
1081 ::routine->setEntry(i, entryPoints[i].entry); in acquireRoutine()
4969 …routineImpl->setEntry(Nucleus::CoroutineEntryAwait, reinterpret_cast<const void *>(&coroutineEntry… in acquireCoroutine()
4970 …routineImpl->setEntry(Nucleus::CoroutineEntryDestroy, reinterpret_cast<const void *>(&coroutineEnt… in acquireCoroutine()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dvector_math.dart36 void setEntry(int row, int col, double v) {