Home
last modified time | relevance | path

Searched refs:empty (Results 5151 - 5175 of 6290) sorted by relevance

1...<<201202203204205206207208209210>>...252

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.cpp694 bool consider_aliasing = !ir.get_name(type.self).empty(); in parse()
835 if (ctype.basetype == SPIRType::Struct || !ctype.array.empty()) in parse()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.cpp1173 // Remove empty (discarded) partitions in PartitionSubscripts()
1178 return partition.empty(); in PartitionSubscripts()
1390 // Point not on line, report independence (empty constraint). in IntersectConstraints()
1487 while (!siv_subscripts.empty()) { in DeltaTest()
1577 // Report independence if an empty constraint (DependenceEmpty) is found. in DeltaTest()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp1173 // Remove empty (discarded) partitions in PartitionSubscripts()
1178 return partition.empty(); in PartitionSubscripts()
1390 // Point not on line, report independence (empty constraint). in IntersectConstraints()
1487 while (!siv_subscripts.empty()) { in DeltaTest()
1577 // Report independence if an empty constraint (DependenceEmpty) is found. in DeltaTest()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm476 emms ; empty MMX state
692 emms ; empty MMX state
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh160 /* As a special case when all glyph in the font are empty, add a zero byte in serialize()
175 If we fail to process a glyph we produce an empty (0-length) glyph */
990 bool empty () const { return (min_x >= max_x) || (min_y >= max_y); } in empty() function
994 if (unlikely (empty ())) in get_extents()
1160 /* Skip empty contours */ in consume_point()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h294 assert(UseMap.empty() && "Cannot destroy in-use replaceable metadata"); in ~ReplaceableMetadataImpl()
1260 bool empty() const { return N ? N->getNumOperands() == 0 : true; } in empty() function in llvm::MDTupleTypedArrayWrapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp781 } while (!Worklist.empty()); in collectChecks()
1062 if (ExitingBlocks.empty()) in predicateLoopExits()
H A DLoopUnswitch.cpp1056 /// a new empty loop, which gets deleted). Therefore always unswitch trivial
1398 if (!LoopProcessWorklist.empty() && LoopProcessWorklist.back() == NewLoop && in UnswitchNontrivialCondition()
1584 while (!Worklist.empty()) { in SimplifyCode()
H A DEarlyCSE.cpp873 while (!WorkList.empty()) { in handleBranchCondition()
1322 while (!nodesToProcess.empty()) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp859 while (!FnLBBs.empty()) { in compare()
932 while (!BBs.empty()) { in functionHash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp182 if (MBB->empty()) in isBlockOnlyReachableByFallthrough()
556 if (!HexLines[i].empty()) { in runOnMachineFunction()
H A DSIPeepholeSDWA.cpp1256 Changed = !ConvertedInstructions.empty(); in runOnMachineFunction()
1260 while (!ConvertedInstructions.empty()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp341 // run of tMOVr instructions (which may have been empty) was not part of in emitPrologue()
812 if (CSI.empty()) in spillCalleeSavedRegisters()
935 if (CSI.empty()) in restoreCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1065 // Removing CPEs can leave empty entries, skip in findInRangeCPEntry()
1121 // Removing CPEs can leave empty entries, skip in findLongFormInRangeCPEntry()
1170 if (WaterList.empty()) in findAvailableWater()
1422 if (CPEBB->empty()) { in removeDeadCPEMI()
1437 // FIXME: remove the empty blocks after all the work is done? in removeDeadCPEMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp516 assert(Rets.empty()); in getLibcallSignature()
517 assert(Params.empty()); in getLibcallSignature()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp45 if (Val.empty()) in operator =()
845 if (Instrs.empty()) return 0; in generateCompactUnwindEncodingImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp375 // Nothing to do for a degenerate empty function... in runOnMachineFunction()
480 } while (!Worklist.empty()); in runOnMachineFunction()
709 } while (!Blocks.empty()); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp914 if (ReferencedNames.empty()) in emitNameData()
1018 if (!UsedVars.empty()) in emitUses()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc406 if (stmts.empty()) { in CreateVertexPullingPreamble()
816 if (!members_to_clone.empty()) { in ProcessStructParameter()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc299 Book empty; in TEST_P() local
301 DoTest(empty, Book::descriptor()); in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h187 bool empty() const { return tree_.empty(); } in empty() function in absl::container_internal::btree_container
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc451 if (p.split_locations_.empty()) { in AbslHashValue()
462 if (!last_chunk.empty()) { in AbslHashValue()
491 // Check that hashing an empty buffer through the piecewise API works. in TEST()
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp83 assert((!IsLineInst() || dbg_line.empty()) && in Instruction()
553 if (!from->dbg_line_insts().empty()) in UpdateDebugInfoFrom()
H A Dinterface_var_sroa.cpp701 if (!access_chain_indices.empty()) { in StoreComponentOfValueToAccessChainToScalarVar()
716 if (!indexes.empty()) { in LoadAccessChainToVar()
H A Dloop_dependence.cpp1172 // Remove empty (discarded) partitions in PartitionSubscripts()
1177 return partition.empty(); in PartitionSubscripts()
1389 // Point not on line, report independence (empty constraint). in IntersectConstraints()
1486 while (!siv_subscripts.empty()) { in DeltaTest()
1576 // Report independence if an empty constraint (DependenceEmpty) is found. in DeltaTest()

Completed in 48 milliseconds

1...<<201202203204205206207208209210>>...252