/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterferenceCache.h | 185 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/ |
D | VPlanHCFGBuilder.cpp | 325 TopRegion->setEntry(PreheaderVPBB); in buildPlainCFG() 339 Plan.setEntry(TopRegion); in buildHierarchicalCFG()
|
D | VPlan.h | 1187 void setEntry(VPBlockBase *EntryBlock) { in setEntry() function 1405 VPBlockBase *setEntry(VPBlockBase *Block) { return Entry = Block; }
|
D | LoopVectorize.cpp | 7235 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 414 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/ |
D | transformed_scrollable_test.dart | 148 ..setEntry(3, 2, 0.001)
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | matrix_utils.dart | 506 ..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/ |
D | nv50_ir_bb.cpp | 399 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
|
D | nv50_ir.h | 1256 bool setEntry(BasicBlock *);
|
D | nv50_ir_from_tgsi.cpp | 3722 s->f->setEntry(entry); in handleInstruction() 4350 prog->main->setEntry(entry); in run()
|
D | nv50_ir_from_nir.cpp | 1356 prog->main->setEntry(entry); in visit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 284 TheSummary->setEntry(I, Res[I]); in setSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 1069 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry() function
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 810 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/ |
D | vector_math.dart | 36 void setEntry(int row, int col, double v) {
|