Home
last modified time | relevance | path

Searched refs:size (Results 18726 - 18750 of 20461) sorted by relevance

1...<<741742743744745746747748749750>>...819

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRegistersX8664.h290 (std::initializer_list<uint16_t> aliases).size(), \ in initRegisterSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp212 assert(analyzeBranchCondCode.size() == 1 && "unknown Cond array format"); in endsWithCondControlFlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp175 S = F.getFnAttribute("amdgpu-gds-size").getValueAsString(); in SIMachineFunctionInfo()
256 return NumVGPRSpillLanes + NumNeed <= WaveSize * SpillVGPRs.size(); in haveFreeLanesForSGPRSpill()
275 assert(Size >= 4 && Size <= 64 && "invalid sgpr spill size"); in allocateSGPRSpillToVGPR()
H A DSIMachineScheduler.h138 int getCost() { return SUnits.size(); } in getCost()
241 // 1 to SUnits.size() -> Reserved group (you should only add elements to them).
294 // Divides Blocks with important size.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp79 for (unsigned I = 0; I != Blob.size() / sizeof(uint32_t) / 2; ++I) in setFromLegacyBlob()
227 // Set the scratch size in the metadata.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp236 // The size of the fixup in bits. in adjustFixupValue()
242 // adjusted for instruction size, but normal labels aren't. in adjustFixupValue()
378 assert(Offset + NumBytes <= Data.size() && "Invalid fixup offset!"); in applyFixup()
390 // this by saying that the fixup is the size of the entire instruction. in getFixupKindInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp404 if (MCI.size() < 2) in tryCompound()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp329 if (Bytes.size() < 4) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp305 if (useSameRegister(TrueValue, FalseValue) && (BIL.size() == 1)) { in handleSpecialCases()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp84 // The size of the block in bytes, excluding terminators.
107 // The current size of the terminator in bytes.
266 // that no branches need relaxation. Return the size of the function under
270 unsigned NumBlocks = MF->size(); in initMBBInfo()
286 // Calculate the size of the fixed part of the block. in initMBBInfo()
H A DSystemZRegisterInfo.cpp140 while (Worklist.size()) { in getRegAllocationHints()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp55 cl::desc("Avoid optimizing x86 call frames for size"),
160 // probe size, don't do this optimization. Otherwise, this pass in isLegal()
192 // function - in terms of code size.
216 // depending on the size of the constant. in isProfitable()
245 assert(isPowerOf2_32(SlotSize) && "Expect power of 2 stack slot size"); in runOnMachineFunction()
445 assert((size_t)StackDisp < Context.ArgStoreVector.size() && in collectCallInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp102 /// states. The maximum size of the set is controlled by
150 /// these cases, we simply union the function sets. If the size of the union
162 if (Union.size() > MaxFunctionsPerValue)
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dregex_fuzzer_tests.cc136 ASSERT_EQ(R1 + R2 + R3 + R4 + R2.substr(1, R2.size() - 1) + R5, all_regions); in TEST()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.h409 /// @param size the vector dimension
412 std::string VectorPretty(uint32_t size, const sem::Type* element_type);
/third_party/skia/tools/
H A DDDLTileHelper.cpp140 SkASSERT(this->padOffset().isZero() && this->paddedRectSize() == fClip.size()); in drawSKPDirectly()
/third_party/skia/third_party/externals/icu/source/common/
H A Dloadednormalizer2impl.cpp59 pInfo->size>=20 && in isAcceptable()
H A Dubidiimp.h12 * tab size: 8 (not used)
249 int32_t size; /* number of points used */ member
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h316 * Increases the object size a bit.
480 * have the same size, and every member of the specified set is
777 virtual int32_t size(void) const;
1059 * @return an index from 0..size()-1, or -1
1069 * @param index an index from 0..size()-1
1467 * @param destCapacity size of dest, or zero. Must not be negative.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h14 // replacement does not provide a constant time size() method, so be careful to
299 using base_list_type::size;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h569 assert(Regs.size() == 1 && in getOrCreateVReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h645 return SUnitIterator(N, (unsigned)N->Preds.size()); in end()
/third_party/toybox/toys/posix/
H A Dfile.c38 int64_t (*elf_int)(void *ptr, unsigned size); in do_elf_file()
179 // Does the claimed size of this note actually fit in the section? in do_elf_file()
262 // the lengths for cpio are size of header + 9 bytes, since any valid in do_regular_file()
286 xprintf("bzip2 compressed data, block size = %c00k\n", *s); in do_regular_file()
/third_party/unity/auto/
H A Dgenerate_test_runner.rb191 tests_and_line_numbers.size.times do |i|
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.h342 void DisassembleBuffer(const Instruction* start, uint64_t size);

Completed in 34 milliseconds

1...<<741742743744745746747748749750>>...819