/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 179 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/ |
H A D | map_entry_lite.h | 388 NewEntry(); in MergePartialFromCodedStream() 416 NewEntry(); in _InternalParse() 424 NewEntry(); in _InternalParse() 429 NewEntry(); in _InternalParse() 440 auto entry = NewEntry(); in ParseWithEnumValidation() 452 MapEntryImpl* NewEntry() { return entry_ = mf_->NewEntry(); } in NewEntry() function in google::protobuf::internal::MapEntryImpl::Parser 475 NewEntry();
|
H A D | map_field_lite.h | 92 EntryType* NewEntry() const { in NewEntry() function in google::protobuf::internal::MapFieldLite
|
H A D | map_field.h | 482 EntryType* NewEntry() const { return impl_.NewEntry(); } in NewEntry() function in google::protobuf::internal::MapField
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 573 BasicBlock *NewEntry = BasicBlock::Create(F->getContext(), "", F, OldEntry); 574 NewEntry->takeName(OldEntry); 576 BranchInst *BI = BranchInst::Create(OldEntry, NewEntry); 583 // Move all fixed sized allocas from OldEntry to NewEntry. 585 NEBI = NewEntry->begin(); OEBI != E; ) 600 PN->addIncoming(&*I, NewEntry); 603 // The entry block was changed from OldEntry to NewEntry. 606 DTU.recalculate(*NewEntry->getParent());
|
H A D | StructurizeCFG.cpp | 865 BasicBlock *NewEntry = 870 BranchInst::Create(LoopStart, NewEntry); 871 DT->setNewRoot(NewEntry);
|
H A D | Reassociate.cpp | 1829 ValueEntry NewEntry = ValueEntry(getRank(V), V); 1830 Ops.insert(llvm::lower_bound(Ops, NewEntry), NewEntry);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 126 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/ |
H A D | SelectionDAGISel.cpp | 2952 MatchScope NewEntry; in SelectCodeCommon() 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/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 68 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive() argument 77 R->replaceEntry(NewEntry); in replaceEntryRecursive()
|
H A D | RegionInfo.h | 345 /// @param NewEntry The new entry basic block. 346 void replaceEntryRecursive(BlockT *NewEntry);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 279 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/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 414 void setEntry(MachineBasicBlock *NewEntry); 986 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { 987 Entry = NewEntry;
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 218 void NewEntry(int pc_offset, in NewEntry() function in v8::internal::wasm::__anon15158::DebugSideTableBuilder 3336 debug_sidetable_builder_->NewEntry(
|