/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegistersX8664.h | 290 (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 D | AArch64SpeculationHardening.cpp | 212 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 D | SIMachineFunctionInfo.cpp | 175 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 D | SIMachineScheduler.h | 138 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 D | AMDGPUPALMetadata.cpp | 79 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 D | AVRAsmBackend.cpp | 236 // 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 D | HexagonMCCompound.cpp | 404 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 D | PPCDisassembler.cpp | 329 if (Bytes.size() < 4) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 305 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 D | SystemZLongBranch.cpp | 84 // 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 D | SystemZRegisterInfo.cpp | 140 while (Worklist.size()) { in getRegAllocationHints()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 55 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 D | CalledValuePropagation.cpp | 102 /// 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 D | regex_fuzzer_tests.cc | 136 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 D | resolver.h | 409 /// @param size the vector dimension 412 std::string VectorPretty(uint32_t size, const sem::Type* element_type);
|
/third_party/skia/tools/ |
H A D | DDLTileHelper.cpp | 140 SkASSERT(this->padOffset().isZero() && this->paddedRectSize() == fClip.size()); in drawSKPDirectly()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | loadednormalizer2impl.cpp | 59 pInfo->size>=20 && in isAcceptable()
|
H A D | ubidiimp.h | 12 * 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 D | uniset.h | 316 * 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 D | ilist.h | 14 // 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 D | IRTranslator.h | 569 assert(Regs.size() == 1 && in getOrCreateVReg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 645 return SUnitIterator(N, (unsigned)N->Preds.size()); in end()
|
/third_party/toybox/toys/posix/ |
H A D | file.c | 38 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 D | generate_test_runner.rb | 191 tests_and_line_numbers.size.times do |i|
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.h | 342 void DisassembleBuffer(const Instruction* start, uint64_t size);
|