Home
last modified time | relevance | path

Searched defs:InsertResult (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPriorityWorklist.h93 auto InsertResult = M.insert({X, V.size()}); in insert() local
125 auto InsertResult = M.insert({V[i], i}); in insert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp36 auto InsertResult = Strings.insert({S, Entry}); in internString() local
DMachineBlockPlacement.cpp1276 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); in precomputeTriangleChains() local
1299 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() local
DLiveDebugVariables.cpp1221 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp227 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI() local
632 auto InsertResult = SpeculatedValueMap.insert({OpPN, {}}); in speculatePHIs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1399 auto InsertResult = in insertTrivialCallEdge() local
1432 auto InsertResult = in insertTrivialRefEdge() local
DScalarEvolution.cpp7255 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp511 auto InsertResult = in createModuleInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp642 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local
DAsmParser.cpp908 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp429 auto InsertResult = in insertFunctionRecordIfNeeded() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp728 auto InsertResult = ValueInfoNums.insert({Operand, ValueInfos.size() - 1}); in getOrCreateValueInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp465 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local
2555 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5203 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); in verifyTBAABaseNode() local
5350 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); in isValidScalarTBAANode() local