Home
last modified time | relevance | path

Searched defs:NewEntry (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field_lite.h94 EntryType* NewEntry() const { in NewEntry() function
Dmap_field.h273 EntryType* NewEntry() const { return impl_.NewEntry(); } in NewEntry() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp126 BasicBlock *NewEntry = in generateCodeSequence() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp179 AddrLabelSymEntry &NewEntry = AddrLabelSymbols[New]; in UpdateForRAUWBlock() local
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp161 AddrLabelSymEntry &NewEntry = AddrLabelSymbols[New]; in UpdateForRAUWBlock() local
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp565 BasicBlock *NewEntry = BasicBlock::Create(F->getContext(), "", F, OldEntry); in eliminateRecursiveTailCall() local
DStructurizeCFG.cpp847 BasicBlock *NewEntry = in handleLoops() local
DReassociate.cpp1783 ValueEntry NewEntry = ValueEntry(getRank(V), V); in OptimizeMul() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h68 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp573 BasicBlock *NewEntry = BasicBlock::Create(F->getContext(), "", F, OldEntry); in eliminateRecursiveTailCall() local
DStructurizeCFG.cpp865 BasicBlock *NewEntry = in handleLoops() local
DReassociate.cpp1829 ValueEntry NewEntry = ValueEntry(getRank(V), V); in OptimizeMul() local
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h64 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp564 auto &NewEntry = P.first->second; in write() local
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2943 const ASTRecordLayout *NewEntry = nullptr; in getASTRecordLayout() local
3110 const ASTRecordLayout *NewEntry = in getObjCLayout() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp279 auto *NewEntry = BasicBlock::Create(C, "resume.entry", &F); in createResumeEntryBlock() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2907 MatchScope NewEntry; in SelectCodeCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2952 MatchScope NewEntry; in SelectCodeCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp986 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry()