Home
last modified time | relevance | path

Searched refs:empty (Results 1726 - 1750 of 4879) sorted by relevance

1...<<61626364656667686970>>...196

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp275 assert(!Blocks.empty() && "Can't merge into an empty chain."); in merge()
1647 if (WorkList.empty()) in selectBestCandidateBlock()
2214 if (!BlocksExitingToOuterLoop.empty() && in findBestLoopExit()
2529 assert(BlockWorkList.empty() && in buildLoopChains()
2530 "BlockWorkList not empty when starting to build loop chains."); in buildLoopChains()
2531 assert(EHPadWorkList.empty() && in buildLoopChains()
2532 "EHPadWorkList not empty when starting to build loop chains."); in buildLoopChains()
2601 if (!LoopBlockSet.empty()) { in buildLoopChains()
2655 assert(BlockWorkList.empty() in buildCFGChains()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp498 while (!Worklist.empty()) { in LinearizeExprTree()
624 if (Ops.empty()) { in LinearizeExprTree()
759 if (NodesToRewrite.empty()) { in RewriteExprTree()
1471 if (Ops.empty())
1647 if (Ops.empty())
1735 } while (!Ops.empty());
1826 if (Ops.empty())
1840 while (!Ops.empty() && isa<Constant>(Ops.back().Op)) {
1845 if (Ops.empty())
2003 if (Candidates.empty())
[all...]
H A DRewriteStatepointsForGC.cpp134 if (F.isDeclaration() || F.empty()) in run()
178 if (F.isDeclaration() || F.empty())
811 while (!Worklist.empty()) { in findBasePointer()
1274 if (LiveVariables.empty()) in CreateGCRelocates()
1867 if (!PromotableAllocas.empty()) { in relocationViaAlloca()
1893 if (Values.empty()) in insertUseHolderAfter()
1894 // No values to hold live, might as well not insert the empty holder in insertUseHolderAfter()
2379 return !Records.empty(); in insertParsePoints()
2396 if (!R.empty()) in RemoveNonValidAttrAtIndex()
2444 if (F.empty()) in stripNonValidDataFromBody()
[all...]
H A DGVN.cpp724 } while (!BBWorklist.empty()); in IsValueFullyAvailableInBlock()
1206 while (!NewInsts.empty()) { in PerformLoadPRE()
1216 return !CriticalEdgePred.empty(); in PerformLoadPRE()
1223 LLVM_DEBUG(if (!NewInsts.empty()) dbgs() in PerformLoadPRE()
1354 if (ValuesPerBlock.empty()) in processNonLocalLoad()
1362 if (UnavailableBlocks.empty()) { in processNonLocalLoad()
1831 while (!Worklist.empty()) { in propagateEquality()
2178 assert(InstrsToErase.empty() && in processBlock()
2179 "We expect InstrsToErase to be empty across iterations"); in processBlock()
2189 if (!ReplaceOperandsWithMap.empty()) in processBlock()
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc148 if (!helpers_.lines.empty()) { in Generate()
516 if (name.empty()) { in EmitIntrinsicCall()
560 // If the type constructor is empty then we need to construct with the zero in EmitTypeConstructor()
562 if (call->Arguments().empty()) { in EmitTypeConstructor()
782 if (fn.empty()) { in EmitDotCall()
1957 if (func->params.empty()) {
2195 if (!init_buf.lines.empty()) {
2203 if (!cont_buf.lines.empty()) {
2367 if (!name.empty()) {
2493 if (!name.empty()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp104 return PrintBeforeAll || !PrintBefore.empty(); in shouldPrintBeforePass()
108 return PrintAfterAll || !PrintAfter.empty(); in shouldPrintAfterPass()
135 return PrintFuncNames.empty() || PrintFuncNames.count(FunctionName); in isFunctionInPrintList()
213 [](const Function &Fn) { return !Fn.empty(); }); in emitInstrCountChangedRemark()
869 assert(!AvailableAnalysis.empty()); in recordAvailableAnalysis()
974 if (PassDebugging >= Details && !DeadPasses.empty()) { in removeDeadPasses()
1064 if (!TransferLastUses.empty()) { in add()
1249 if (Set.empty()) in dumpAnalysisUsage()
1746 if (!this->empty()) { in push()
1770 if (!S.empty()) in dump()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DCollectVariables_test.cpp351 EXPECT_TRUE(field.fields.empty()); in TEST_F()
389 EXPECT_TRUE(field.fields.empty()); in TEST_F()
863 EXPECT_TRUE(field.fields.empty()); in TEST_F()
908 EXPECT_TRUE(field.fields.empty()); in TEST_F()
952 EXPECT_TRUE(field.fields.empty()); in TEST_F()
991 // Test a uniform declaration starting with an empty declarator.
998 "uniform float /* empty declarator */, uB;\n" in TEST_F()
1240 ASSERT_TRUE(mTranslator->getInputVaryings().empty()); in TEST_F()
1271 ASSERT_TRUE(mTranslator->getInputVaryings().empty()); in TEST_F()
1302 ASSERT_TRUE(mTranslator->getInputVaryings().empty()); in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp400 if (!Us.empty()) { in processGepInst()
454 while (!Work.empty()) { in nodes_for_root()
568 // If Tmp is empty, N would be the only element in it. Don't bother in common()
570 if (!C.empty()) { in common()
619 if (MinUs.empty()) in common()
752 return B->empty() || (&*B->begin() == B->getTerminator()); in is_empty()
809 // Avoid putting nodes into empty blocks. in recalculatePlacement()
991 if (Us.empty()) { in separateChainForNode()
999 assert(!NewUs.empty()); in separateChainForNode()
1042 if (!LSs.empty()) in separateConstantChains()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp195 assert(!DD && Handlers.empty() && "Debug/EH info didn't get finalized"); in ~AsmPrinter()
300 if (!M.getModuleInlineAsm().empty()) { in doInitialization()
859 if (!Name.empty()) in emitDebugValueComment()
953 if (!Name.empty()) in emitDebugLabelComment()
1040 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
1173 // If the function is empty and the object file uses .subsections_via_symbols, in EmitFunctionBody()
1176 // Similarly, don't emit empty functions on Windows either. It can lead to in EmitFunctionBody()
1397 assert(!Filename->empty() && "The filename can't be empty."); in emitRemarksSection()
1461 if (!Stubs.empty()) { in doFinalization()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp566 if (!FuncInfo->ArgDbgValues.empty()) in runOnMachineFunction()
773 } while (!Worklist.empty()); in ComputeLiveOutVRegInfo()
790 MatchFilterBB = (FilterDAGBasicBlockName.empty() || in CodeGenAndEmitDAG()
1065 while (!Nodes.empty()) { in EnforceNodeIdInvariant()
1132 while (!Nodes.empty()) { in DoInstructionSelection()
1779 if (FailureMBB->empty()) { in FinishBasicBlock()
2314 if (!ChainNodesMatched.empty()) { in UpdateChains()
2353 if (!NowDeadNodes.empty()) in UpdateChains()
2399 while (!Worklist.empty()) in HandleMergeInputChains()
2725 /// HasChainNodesMatched - True if the ChainNodesMatched list is non-empty
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc264 if (!helpers_.lines.empty()) { in Generate()
323 if (name.empty()) { in EmitDynamicVectorAssignment()
393 if (name.empty()) { in EmitDynamicMatrixVectorAssignment()
496 if (name.empty()) { in EmitDynamicMatrixScalarAssignment()
905 if (name.empty()) { in EmitIntrinsicCall()
949 // If the type constructor is empty then we need to construct with the zero in EmitTypeConstructor()
951 if (call->Arguments().empty()) { in EmitTypeConstructor()
1479 if (func.empty()) { in EmitStorageAtomicCall()
2082 // If the swizzle was empty, the expression will evaluate to the whole
2085 if (swizzle.empty()) {
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Dwindow_operator.cpp209 if (widgets.empty()) { in Split()
226 if (widgets2.empty()) { in Split()
304 if (widgets.empty()) { in BarAction()
/test/xts/hats/powermgr/power/hdi_power/common/
H A Dhdi_power_test.cpp230 * @tc.desc: Get a client and check whether the client is empty.
268 EXPECT_FALSE(state.empty()); in HWTEST_F()
318 EXPECT_FALSE(lock.empty());
346 EXPECT_FALSE(unLock.empty());
/test/xts/hats/hdf/codec/hdi_omx_additional/
H A Dcodec_hdi_manager_test.cpp166 ASSERT_FALSE(compName.empty()); in HWTEST_F()
389 ASSERT_FALSE(compName.empty()); in HWTEST_F()
422 ASSERT_FALSE(compName.empty()); in HWTEST_F()
/third_party/ffmpeg/tests/fate/
H A Dsubtitles.mak77 FATE_SUBTITLES-$(call ALLYES, SRT_DEMUXER SUBRIP_DECODER SRT_MUXER) += fate-sub-srt-empty-events
78 fate-sub-srt-empty-events: CMD = fmtstdout srt -i $(TARGET_SAMPLES)/sub/empty-events-2167.srt -c:s copy
/third_party/backends/backend/genesys/
H A Dsensor.h60 if (shifts_.empty()) { in max_shift()
66 bool empty() const { return shifts_.empty(); } in empty() function in genesys::StaggerConfig
294 // only single segment, this array can be empty
/third_party/benchmark/src/
H A Dbenchmark_register.cc149 (family->thread_counts_.empty() in FindBenchmarks()
476 if (args_.empty()) { in ArgsCnt()
477 if (arg_names_.empty()) return -1; in ArgsCnt()
/third_party/gn/src/gn/
H A Dtarget_generator.cc251 bool as_dir = !input_str.empty() && input_str[input_str.size() - 1] == '/'; in FillData()
354 if (!outputs.required_types().empty()) { in FillOutputs()
403 if (pattern.ranges().empty()) { in EnsureSubstitutionIsInOutputDir()
404 // Pattern is empty, error out (this prevents weirdness below). in EnsureSubstitutionIsInOutputDir()
405 *err_ = Err(original_value, "This has an empty value in it."); in EnsureSubstitutionIsInOutputDir()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java276 return Optional.empty(); in getFallbackFunction()
305 return Optional.empty(); in getFallbackResult()
492 super(rbPath, values, Optional.empty()); in FallbackResult()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp493 if (!clover::spirv::supported_versions().empty() && in supported_extensions()
504 if (!extensions_string.empty()) in supported_extensions_as_string()
509 if (!extensions_string.empty()) in supported_extensions_as_string()
/third_party/node/src/
H A Ddebug_utils.cc71 while (!debug_categories.empty()) { in Parse()
253 if (!ret.name.empty()) {
297 if (!filename.empty()) { in Display()
438 // Cannot proceed, return an empty list. in GetLoadedLibraries()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.cc164 is_complete_number_ && extracted_national_prefix_.empty(); in GetAvailableFormats()
174 if (!extracted_national_prefix_.empty() && in GetAvailableFormats()
185 } else if (extracted_national_prefix_.empty() && in GetAvailableFormats()
455 // cannot simply set it to empty string because people sometimes incorrectly in AbleToExtractLongerNdd()
729 // empty, e.g. when the next digit is entered after extracting an IDD or NDD. in InputDigitHelper()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dcompactor.cc147 if (!interior_movable_references_.empty()) { in Relocate()
415 if (pages.empty()) return; in CompactSpace()
449 if (compactable_spaces_.empty() || in ShouldCompact()
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp388 if (matchedFuncNames.empty()) { in RegisterJsonBenchmarks()
418 if (opts.jsonPath.empty()) { in main()
429 if (!opts.jsonPath.empty()) { in main()
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js27 // in response’s URL list and null if response’s URL list is empty.
203 // 2. Let policy be the empty string.
204 // 3. For each token in policy-tokens, if token is a referrer policy and token is not the empty string, then set policy to token.
225 // 2. If policy is not the empty string, then set request’s referrer policy to policy.
360 // Note: policy cannot (shouldn't) be null or an empty string.
464 // 3. Set url’s username to the empty string.
467 // 4. Set url’s password to the empty string.
475 // 1. Set url’s path to « the empty string ».
552 // 4. If parsedMetadata is the empty set, return true.
605 // 1. Let result be the empty se
[all...]

Completed in 47 milliseconds

1...<<61626364656667686970>>...196