Home
last modified time | relevance | path

Searched refs:NewEntry (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp179 AddrLabelSymEntry &NewEntry = AddrLabelSymbols[New]; in UpdateForRAUWBlock() local
182 if (NewEntry.Symbols.empty()) { in UpdateForRAUWBlock()
184 NewEntry = std::move(OldEntry); // Set New's entry. in UpdateForRAUWBlock()
191 NewEntry.Symbols.insert(NewEntry.Symbols.end(), OldEntry.Symbols.begin(), in UpdateForRAUWBlock()
/third_party/protobuf/src/google/protobuf/
Dmap_entry_lite.h388 NewEntry();
416 NewEntry();
424 NewEntry();
429 NewEntry();
440 auto entry = NewEntry();
452 MapEntryImpl* NewEntry() { return entry_ = mf_->NewEntry(); }
475 NewEntry();
Dmap_field_lite.h92 EntryType* NewEntry() const { in NewEntry() function
Dmap_field.h482 EntryType* NewEntry() const { return impl_.NewEntry(); } in NewEntry() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp573 BasicBlock *NewEntry = BasicBlock::Create(F->getContext(), "", F, OldEntry); in eliminateRecursiveTailCall() local
574 NewEntry->takeName(OldEntry); in eliminateRecursiveTailCall()
576 BranchInst *BI = BranchInst::Create(OldEntry, NewEntry); in eliminateRecursiveTailCall()
585 NEBI = NewEntry->begin(); OEBI != E; ) in eliminateRecursiveTailCall()
600 PN->addIncoming(&*I, NewEntry); in eliminateRecursiveTailCall()
606 DTU.recalculate(*NewEntry->getParent()); in eliminateRecursiveTailCall()
DStructurizeCFG.cpp865 BasicBlock *NewEntry = in handleLoops() local
870 BranchInst::Create(LoopStart, NewEntry); in handleLoops()
871 DT->setNewRoot(NewEntry); in handleLoops()
DReassociate.cpp1829 ValueEntry NewEntry = ValueEntry(getRank(V), V); in OptimizeMul() local
1830 Ops.insert(llvm::lower_bound(Ops, NewEntry), NewEntry); in OptimizeMul()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp126 BasicBlock *NewEntry = in generateCodeSequence() local
128 IRBuilder<> entryB(NewEntry); in generateCodeSequence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2952 MatchScope NewEntry; in SelectCodeCommon() local
2953 NewEntry.FailIndex = FailIndex; in SelectCodeCommon()
2954 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
2955 NewEntry.NumRecordedNodes = RecordedNodes.size(); in SelectCodeCommon()
2956 NewEntry.NumMatchedMemRefs = MatchedMemRefs.size(); in SelectCodeCommon()
2957 NewEntry.InputChain = InputChain; in SelectCodeCommon()
2958 NewEntry.InputGlue = InputGlue; in SelectCodeCommon()
2959 NewEntry.HasChainNodesMatched = !ChainNodesMatched.empty(); in SelectCodeCommon()
2960 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp279 auto *NewEntry = BasicBlock::Create(C, "resume.entry", &F); in createResumeEntryBlock() local
282 IRBuilder<> Builder(NewEntry); in createResumeEntryBlock()
360 Shape.SwitchLowering.ResumeEntryBlock = NewEntry; in createResumeEntryBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h68 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive() argument
77 R->replaceEntry(NewEntry); in replaceEntryRecursive()
DRegionInfo.h346 void replaceEntryRecursive(BlockT *NewEntry);
/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() argument
987 Entry = NewEntry; in setEntry()