/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_sched.cpp | 773 if (!pending.empty()) in schedule_bb() 777 assert(pending.empty()); in schedule_bb() 778 assert(bb_pending.empty()); in schedule_bb() 779 assert(ready.empty()); in schedule_bb() 907 if (c->empty()) in process_fetch() 950 if (c->empty()) in process_alu() 1155 assert(!ready.empty() || !ready_copies.empty()); in schedule_alu() 1205 if (!ready.empty()) { in schedule_alu() 1210 if (!pending.empty()) { in schedule_alu() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 120 if (!instanceName.empty()) in genUniformBlock() 128 if (!valueBlock.outputs.empty()) in declareReferenceBlock() 134 if (!valueBlock.uniforms.empty()) in declareUniforms() 572 if (!src.sources[shaderType].empty()) in specializeShaderSources() 712 if (!spec.programs[progNdx].sources.sources[shaderType].empty()) in getShaderStages() 1068 (inputValues.empty() ? 1u : 2u), // bindingCount in createPipeline() 1369 if (!m_spec.values.uniforms.empty()) in ShaderCaseInstance() 1384 if (!m_spec.values.outputs.empty()) in ShaderCaseInstance() 1453 if (!m_spec.values.uniforms.empty() || !m_spec.values.outputs.empty()) in ShaderCaseInstance() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Metadata.cpp | 77 /// - nullptr is replaced by an empty MDNode. 78 /// - An MDNode with a single null operand is replaced by an empty MDNode. 233 if (UseMap.empty()) in replaceAllUsesWith() 277 assert(UseMap.empty() && "Expected all uses to be replaced"); in replaceAllUsesWith() 281 if (UseMap.empty()) in resolveAllUses() 885 if (!Ops.empty()) 971 if (!EndPoints.empty()) 1115 if (empty()) 1205 if (KnownSet.empty()) { 1217 if (Info.empty()) { [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 62 // Support empty and tombstone instances, needed by DenseMap. 498 if (SymA->getName().empty()) in recordRelocation() 676 if (Signatures.empty()) in writeTypeSection() 700 if (Imports.empty()) in writeImportSection() 744 if (Functions.empty()) in writeFunctionSection() 758 if (Events.empty()) in writeEventSection() 774 if (Exports.empty()) in writeExportSection() 791 if (TableElems.empty()) in writeElemSection() 813 if (DataSegments.empty()) in writeDataCountSection() 825 if (Functions.empty()) in writeCodeSection() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 225 while (!WorkList.empty()) { in runDFS() 280 assert(Stack.empty()); in eval() 299 } while (!Stack.empty()); in eval() 372 return !ChildrenGetter<false>::Get(N, BUI).empty(); in HasForwardSuccessors() 581 if (DT.Roots.empty()) return; in CalculateFromScratch() 778 while (!II.Bucket.empty()) { in InsertReachable() 836 if (UnaffectedOnCurrentLevel.empty()) in InsertReachable() 1224 assert(!BUI.Updates.empty() && "No updates to apply!"); in ApplyNextUpdate() 1241 if (FS.empty()) BUI.FutureSuccessors.erase(CurrentUpdate.getFrom()); in ApplyNextUpdate() 1247 if (FP.empty()) BU in ApplyNextUpdate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 378 /// pass the vector is non-empty, we will need to add a use of llvm.type.test 385 !SummaryTypeCheckedLoadUsers.empty(); in isExported() 748 if (!ClReadSummary.empty()) { in runForTesting() 766 if (!ClWriteSummary.empty()) { in runForTesting() 789 if (GV.isDeclaration() || Types.empty()) in buildTypeIdentifierMap() 839 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets() 880 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets() 907 if (Callee.getSummaryList().empty()) in AddCalls() 1036 // Name will be empty if this thin link driven off of serialized combined in trySingleImplDevirt() 1039 assert(!Res->SingleImplName.empty()); in trySingleImplDevirt() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 1004 if (samples.empty()) in generateTestIterations() 1023 const int queryLevel = (spec.levels.empty()) ? (0) : (spec.levels[0].level); in checkTextureState() 1024 const int refValue = (spec.levels.empty()) ? (0) : (spec.sampleCount); in checkTextureState() 1041 const int queryLevel = (spec.levels.empty()) ? (0) : (spec.levels[0].level); in checkTextureState() 1042 const int refValue = (spec.levels.empty()) ? (1) : ((spec.fixedSamplePos) ? (1) : (0)); in checkTextureState() 1062 if (spec.levels.empty()) in checkTextureState() 1098 if (spec.levels.empty()) in checkTextureState() 1135 if (spec.levels.empty()) in checkTextureState() 1175 if (spec.levels.empty()) in checkTextureState() 1225 if (spec.levels.empty()) in checkTextureState() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktShaderLibrary.cpp | 120 if (!instanceName.empty()) in genUniformBlock() 128 if (!valueBlock.outputs.empty()) in declareReferenceBlock() 134 if (!valueBlock.uniforms.empty()) in declareUniforms() 572 if (!src.sources[shaderType].empty()) in specializeShaderSources() 712 if (!spec.programs[progNdx].sources.sources[shaderType].empty()) in getShaderStages() 1068 (inputValues.empty() ? 1u : 2u), // bindingCount in createPipeline() 1369 if (!m_spec.values.uniforms.empty()) in ShaderCaseInstance() 1384 if (!m_spec.values.outputs.empty()) in ShaderCaseInstance() 1453 if (!m_spec.values.uniforms.empty() || !m_spec.values.outputs.empty()) in ShaderCaseInstance() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 551 assert(NewInstrChanges.empty() && in schedule() 558 if (ExperimentalCodeGen && NewInstrChanges.empty()) { in schedule() 609 while (!Worklist.empty()) { in isSuccOrder() 671 if (Objs.empty()) in addLoopCarriedDependences() 680 if (Objs.empty()) in addLoopCarriedDependences() 955 llvm_unreachable("Should have non-empty InstrItins or hasInstrSchedModel!"); in minFuncUnits() 992 llvm_unreachable("Should have non-empty InstrItins or hasInstrSchedModel!"); in calcCriticalResources() 1036 while (!FuncUnitOrder.empty()) { in calculateResMII() 1095 if (Nodes.empty()) in calculateRecMII() 1240 while (!BU.empty()) { in unblock() [all...] |
H A D | ExpandMemCmp.cpp | 134 while (Size && !LoadSizes.empty()) { in computeGreedyLoadSequence() 216 while (!LoadSizes.empty() && LoadSizes.front() > Size) { in MemCmpExpansion() 219 assert(!LoadSizes.empty() && "cannot load Size bytes"); in MemCmpExpansion() 230 (LoadSequence.empty() || LoadSequence.size() > 2)) { in MemCmpExpansion() 234 if (!OverlappingLoads.empty() && in MemCmpExpansion() 235 (LoadSequence.empty() || in MemCmpExpansion() 329 if (LoadCmpBlocks.empty()) in getCompareLoadPairs()
|
H A D | TailDuplicator.cpp | 192 if (!SSAUpdateVRs.empty()) { in tailDuplicateAndUpdate() 591 if (!TailBB.empty()) in shouldTailDuplicate() 683 if (SuccsB.count(BB) && !BB->empty() && BB->begin()->isPHI()) in bothUsedInPHI() 699 if (!PredCond.empty()) in canCompletelyDuplicateBB() 734 if (PredCond.empty()) in duplicateSimpleBB() 789 if (!PredCond.empty()) in canTailDuplicate() 851 I != E; /* empty */) { in tailDuplicate() 893 PriorCond.empty() && in tailDuplicate()
|
H A D | TargetPassConfig.cpp | 315 // empty, but it is a convenient way to suppress or replace specific passes 336 if (PassName.empty()) in getPassInfo() 358 if (!InstanceNumStr.empty() && InstanceNumStr.getAsInteger(10, InstanceNum)) in getPassNameAndInstanceNum() 460 return StopBeforeOpt.empty() && StopAfterOpt.empty(); in willCompleteCodeGenPipeline() 464 return !StartBeforeOpt.empty() || !StartAfterOpt.empty() || in hasLimitedCodeGenPipeline() 479 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason() 861 /// addPre/Post methods with empty header implementations allow injecting
|
H A D | InlineSpiller.cpp | 481 } while (!WorkList.empty()); in eliminateRedundantSpills() 517 } while (!WorkList.empty()); in markValueUsed() 683 if (DeadDefs.empty()) in reMaterializeAll() 693 // reference instead of whether it has non-empty interval. in reMaterializeAll() 702 (!LIS.getInterval(Reg).empty() || !MRI.reg_nodbg_empty(Reg)) && in reMaterializeAll() 790 if (Ops.empty()) in foldMemoryOperand() 831 if (FoldOps.empty()) in foldMemoryOperand() 872 assert(!MIS.empty() && "Unexpected empty span of instructions!"); in foldMemoryOperand() 1083 if (!DeadDefs.empty()) { in spillAll() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicHLSL.cpp | 182 if (!shaderAttribute.name.empty()) in generateVertexShaderForInputLayout() 294 if (numOutputs == 0 && (shaderModel == 3 || !mRenderer->getShaderModelSuffix().empty())) 304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; 313 outputLayout.empty() ? &defaultOutput 366 if (image2DUniforms.empty()) 478 ASSERT((*shaderHLSL)[gl::ShaderType::Vertex].empty() && 479 (*shaderHLSL)[gl::ShaderType::Fragment].empty());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 51 bool empty() const { return Queue.empty(); } in empty() function 58 if (empty()) return nullptr; in pop() 518 return !LRegs.empty(); in DelayForLiveRegsBottomUp() 531 if (!SUnits.empty()) { in ListScheduleBottomUp() 533 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!"); in ListScheduleBottomUp() 538 // While Available queue is not empty, grab the node with the highest in ListScheduleBottomUp() 543 while (!AvailableQueue.empty()) { in ListScheduleBottomUp()
|
H A D | ScheduleDAGRRList.cpp | 368 assert(Interferences.empty() && LRegsMap.empty() && "stale Interferences"); in Schedule() 601 assert(PendingQueue.empty() && "pending instrs not allowed in this mode"); in ReleasePending() 605 // If the available queue is empty, it is safe to reset MinAvailableCycle. in ReleasePending() 606 if (AvailableQueue->empty()) in ReleasePending() 895 // Update LiveRegGen only if was empty before this unscheduling. in UnscheduleNodeBottomUp() 1431 return !LRegs.empty(); in DelayForLiveRegsBottomUp() 1464 SUnit *CurSU = AvailableQueue->empty() ? nullptr : AvailableQueue->pop(); in PickNodeToScheduleBottomUp() 1602 if (!SUnits.empty()) { in ListScheduleBottomUp() 1604 assert(RootSU->Succs.empty() in ListScheduleBottomUp() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 65 if (required_extensions.empty()) in AreAllExtensionsSupported() 74 return required_extension_set.empty(); in AreAllExtensionsSupported() 202 if (!name.empty()) { in CreatePipeline() 265 if (cmd->GetValues().empty()) { in CreatePipeline() 362 if (shader_spec_info.empty()) in SetShader() 410 !it.second.specialization_entries->empty()) { in GetVkShaderStageInfo() 665 if (cmd->GetValues().empty()) { in DoBuffer()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawingManager.cpp | 117 if (!proxies.empty() && !info.fNumSemaphores && !info.fFinishedProc && in flush() 168 if (!fOnFlushCBObjects.empty()) { in flush() 376 if (!fDAG.empty()) { in sortTasks() 459 if (fDAG.empty()) { in insertTaskBeforeLast() 594 SkASSERT(fDAG.empty()); in moveRenderTasksToDDL() 655 SkASSERT(!fDAG.empty()); in validate() 672 if (!fDAG.empty()) { in validate()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 136 if (!names.empty()) { in HasName() 148 if (font_array.empty() || font_array[0] == NULL) { in FindFont() 183 while (!glyph_id_remaining.empty()) { in ResolveCompositeGlyphs() 355 if (!info_map.empty()) { in InitializeBitmapBuilder() 368 if (removed_strikes.size() == strikes->size() || loca_list.empty()) { in InitializeBitmapBuilder() 377 if (strikes->empty()) { // no glyph covered, can safely drop the builders. in InitializeBitmapBuilder() 680 glyph_id_processed.empty()) { in SubsetFont()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 96 while (!Worklist.empty()) { in findRefEdges() 589 if (!Types.empty()) { in computeVariableSummary() 609 if (!VTableFuncs.empty()) in computeVariableSummary() 671 if (!M.getModuleInlineAsm().empty()) { in buildModuleSummaryIndex() 752 !LocalsUsed.empty() || HasLocalInlineAsmSymbol, in buildModuleSummaryIndex() 787 if (GlobalList.second.SummaryList.empty()) in buildModuleSummaryIndex() 817 if (!ModuleSummaryDotFile.empty()) { in buildModuleSummaryIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 258 if (Stack.empty()) in stackIsInScope() 286 while (!Stack.empty() && !stackIsInScope(Stack, VD)) in popStackUntilDFSScope() 344 if (OperandInfo.Infos.empty()) in addInfoFor() 560 if (IF->users().empty()) in materializeStack() 572 if (IF->users().empty()) in materializeStack() 673 if (RenameStack.empty()) { in renameUses() 674 LLVM_DEBUG(dbgs() << "Rename Stack is empty\n"); in renameUses() 693 // If we get to this point, and the stack is empty we must have a use in renameUses() 695 if (RenameStack.empty()) in renameUses() 747 // Push an empty operan [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 414 if (!SrcEdges.empty()) { 420 if (!DstEdges.empty()) { 426 if (!Lines.empty()) { 631 bool empty() { return Remaining.empty(); } 634 if (empty()) 740 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty();
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.cpp | 125 // Extend the unresolved block with an empty resolved in fillGaps() 161 while (!fUnresolvedBlocks.empty()) { in finish() 411 if (blockRange.empty()) { in iterateThroughFontStyles() 416 if (!combinedBlock.fRange.empty()) { in iterateThroughFontStyles() 461 while (!fUnresolvedBlocks.empty()) { 538 if (hopelessBlocks.empty()) { 586 if (!blockRange.empty()) { 772 if (fUnresolvedBlocks.empty()) {
|
/third_party/nghttp2/src/ |
H A D | http2.cc | 315 return nv && !nv->value.empty(); in non_empty_value() 379 if (kv->name.empty() || kv->name[0] == ':') { in copy_headers_to_nva_internal() 490 if (kv->name.empty() || kv->name[0] == ':') { in build_http1_headers_from_headers() 648 if (!request_authority.empty()) { in rewrite_location_uri() 670 if (!request_authority.empty()) { in rewrite_location_uri() 1089 // |patlen| or it has empty value (""). |pat| should be parmname 1259 // reject URI if we have non-empty loadpolicy. This could be 1297 // empty parmname 1314 // empty value is not acceptable 1336 // empty valu [all...] |
H A D | HttpServer.cc | 275 if (handlers_.empty() && !fd_cache_.empty()) { in remove_handler() 421 bool handlers_empty() const { return handlers_.empty(); } in handlers_empty() 957 if (!trailer_names.empty()) { in submit_file_response() 975 if (!trailer_names.empty()) { in submit_response() 998 if (!trailer_names.empty()) { in submit_response() 1018 if (authority.empty()) { in submit_push_promise() 1110 if (!config->trailer.empty()) { in file_read_callback() 1216 if (authority.empty()) { in prepare_redirect_response() 1238 if (reqpath.empty()) { in prepare_response() [all...] |