Home
last modified time | relevance | path

Searched refs:erase (Results 1251 - 1275 of 1448) sorted by relevance

1...<<5152535455565758

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp562 Safe.erase(Remove); in markIndicesSafe()
686 // Couldn't we just do increment the UI iterator earlier and erase the in isSafeToPromoteArgument()
H A DFunctionImport.cpp691 ELI.second.erase(EI++); in ComputeCrossModuleImport()
1010 // FIXME: Change this to collect replaced GVs and later erase in thinLTOResolvePrevailingInModule()
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc432 accesses.erase(node); in TakeAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h444 children.erase(children.begin() + (I - begin())); in removeSubRegion()
/third_party/protobuf/src/google/protobuf/
H A Dlite_unittest.cc579 message1.mutable_map_int32_int32()->erase(1); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h803 // erase is faster than resize because the logic for memory allocation is in CopyTo()
805 dst->erase(inline_size()); in CopyTo()
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.cpp1173 partitions.erase( in PartitionSubscripts()
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp85 pred_ids.erase(std::unique(pred_ids.begin(), pred_ids.end()), pred_ids.end()); in ValidatePhi()
/third_party/spirv-tools/test/
H A Denum_set_test.cpp820 set.erase(c); in TEST()
/third_party/spirv-tools/test/val/
H A Dval_composites_test.cpp1070 header.erase(header.find("%func")); in TEST_F()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp649 attachments.erase(attPoint); in attach()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp786 s.erase(found + 1); in runTestsInSubprocess()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp535 m_objects.erase(object->getName()); in releaseReference()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderApiTests.cpp270 m_shaders.erase(shaderType); in deleteShader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp777 void SDDbgInfo::erase(const SDNode *Node) {
783 DbgValMap.erase(I);
801 DbgInfo->erase(N);
873 Erased = ExternalSymbols.erase(cast<ExternalSymbolSDNode>(N)->getSymbol());
877 Erased = TargetExternalSymbols.erase(std::pair<std::string, unsigned>(
883 Erased = MCSymbols.erase(MCSN->getMCSymbol());
889 Erased = ExtendedValueTypeNodes.erase(VT);
9737 Vals.erase(Vals.begin() + SliceIdx, Vals.end());
9765 Visited.erase(N);
H A DDAGCombiner.cpp212 bool GoodWorklistEntry = WorklistMap.erase(N); in getNextWorklistEntry()
263 CombinedNodes.erase(N); in removeFromWorklist()
265 StoreRootCountMap.erase(N); in removeFromWorklist()
273 WorklistMap.erase(It); in removeFromWorklist()
15811 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + StartIdx); in MergeConsecutiveStores()
15827 StoreNodes.erase(StoreNodes.begin(), in MergeConsecutiveStores()
15931 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + NumSkip); in MergeConsecutiveStores()
15939 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + NumElem); in MergeConsecutiveStores()
15948 StoreNodes.erase(StoreNodes.begin(), StoreNodes.begin() + NumElem); in MergeConsecutiveStores()
15997 StoreNodes.erase(StoreNode in MergeConsecutiveStores()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp4257 expr.erase(expr.size() - 1, 1);
4258 expr.erase(begin(expr));
6497 forwarded_temporaries.erase(result_id);
9583 final_swiz.erase(final_swiz.size() - 2, string::npos);
9620 op.erase(prevpos + final_swiz.size(), string::npos);
9647 final_swiz.erase(final_swiz.size() - 2, string::npos);
9668 op.erase(pos, string::npos);
10150 forwarded_temporaries.erase(ops[1]);
14223 s.erase(s.size() - 1, 1);
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h4807 vec.erase(vec.begin() + index); in VmaVectorRemove()
5826 void erase(iterator it) { m_RawList.Remove(it.m_pItem); } in erase() function in VmaList
5877 void erase(iterator it);
5928 void VmaMap<KeyT, ValueT>::erase(iterator it)
9753 m_Suballocations.erase(nextItem); in MergeFreeWithNext()
14363 pSrcMetadata->m_Suballocations.erase(srcSuballocIt); in Defragment()
14391 pSrcMetadata->m_Suballocations.erase(srcSuballocIt); in Defragment()
14483 pSrcMetadata->m_Suballocations.erase(srcSuballocIt); in Defragment()
14524 pMetadata->m_Suballocations.erase(it);
/third_party/node/deps/v8/src/d8/
H A Dd8.cc328 regions_.erase(data);
1548 unhandled_promises_.erase(it--); in RemoveUnhandledPromise()
1588 import_data_.erase(data); in DeleteDynamicImportData()
4095 data_.erase(data_.begin()); in Dequeue()
5246 if (it != running_workers_.end()) running_workers_.erase(it); in RemoveRunningWorker()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp4992 mBufferDataMap.erase(bufferDataInfo); in maybeCapturePreCallUpdates()
5963 mNewResources.erase(id); in setDeletedResource()
6565 foundDstLevels.erase(dstLevel); in copyCachedTextureLevel()
6599 foundLevels.erase(adjustedLevel); in getCachedTextureLevelData()
6640 mCachedTextureLevelData.erase(foundTextureLevels); in deleteCachedTextureLevelData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3013 ChainUsersVec[ChainIdx].FarUsers.erase(UserInst); in ChainInstruction()
3066 ChainUsersVec[ChainIdx].NearUsers.erase(&I); in CollectChains()
3631 F.BaseRegs.erase(F.BaseRegs.begin() + Idx); in GenerateReassociationsImpl()
4453 NewF.BaseRegs.erase(NewF.BaseRegs.begin() + in NarrowSearchSpaceByDetectingSupersets()
4469 NewF.BaseRegs.erase(NewF.BaseRegs.begin() + in NarrowSearchSpaceByDetectingSupersets()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp6740 KnownComputations.erase(VarNum);
6744 KnownComputations.erase(VarNum);
6750 KnownComputations.erase(VarNum);
6757 KnownComputations.erase(VarNum);
6773 Iter = KnownComputations.erase(Iter);
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc463 steal_from_vector->erase(steal_begin, steal_from_vector->end()); in StealUnitsAndGetFirst()
1259 queue_.erase(next); in TransitiveTypeFeedbackProcessor()
3666 callbacks_.erase( in TriggerCallbacks()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp3325 value_.map_->erase(index); in resize()
3505 value_.map_->erase(it); in removeMember()
3548 // erase the last one ("leftover") in removeIndex()
3551 value_.map_->erase(itLast); in removeIndex()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3292 value_.map_->erase(index); in resize()
3472 value_.map_->erase(it); in removeMember()
3515 // erase the last one ("leftover") in removeIndex()
3518 value_.map_->erase(itLast); in removeIndex()

Completed in 146 milliseconds

1...<<5152535455565758