/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 562 Safe.erase(Remove); in markIndicesSafe() 686 // Couldn't we just do increment the UI iterator earlier and erase the in isSafeToPromoteArgument()
|
H A D | FunctionImport.cpp | 691 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 D | decompose_memory_access.cc | 432 accesses.erase(node); in TakeAccess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 444 children.erase(children.begin() + (I - begin())); in removeSubRegion()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | lite_unittest.cc | 579 message1.mutable_map_int32_int32()->erase(1); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.h | 803 // 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 D | loop_dependence.cpp | 1173 partitions.erase( in PartitionSubscripts()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 85 pred_ids.erase(std::unique(pred_ids.begin(), pred_ids.end()), pred_ids.end()); in ValidatePhi()
|
/third_party/spirv-tools/test/ |
H A D | enum_set_test.cpp | 820 set.erase(c); in TEST()
|
/third_party/spirv-tools/test/val/ |
H A D | val_composites_test.cpp | 1070 header.erase(header.find("%func")); in TEST_F()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.cpp | 649 attachments.erase(attPoint); in attach()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 786 s.erase(found + 1); in runTestsInSubprocess()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.hpp | 535 m_objects.erase(object->getName()); in releaseReference()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderApiTests.cpp | 270 m_shaders.erase(shaderType); in deleteShader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 777 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 D | DAGCombiner.cpp | 212 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 D | spirv_glsl.cpp | 4257 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 D | vk_mem_alloc.h | 4807 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 D | d8.cc | 328 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 D | FrameCapture.cpp | 4992 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 D | LoopStrengthReduce.cpp | 3013 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 D | IceTargetLoweringARM32.cpp | 6740 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 D | module-compiler.cc | 463 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 D | jsoncpp.cpp | 3325 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 D | jsoncpp.cpp | 3292 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()
|