/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 80 uint64_t CodeSize); 145 uint64_t CodeSize; member 403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument 407 if (CodeSize == 0) in NotifyCode() 414 CodeSize; // and code in NotifyCode() 417 rec.CodeSize = CodeSize; in NotifyCode() 430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
|
/third_party/giflib/ |
D | giffilter.c | 56 int CodeSize, ExtCode, ErrorCode; in main() local 101 if (DGifGetCode(GifFileIn, &CodeSize, &CodeBlock) == GIF_ERROR || in main() 102 EGifPutCode(GifFileOut, CodeSize, CodeBlock) == GIF_ERROR) in main()
|
D | giftext.c | 48 int i, j, ExtCode, ErrorCode, CodeSize, NumFiles, Len, ImageNum = 1; in main() local 173 if (DGifGetCode(GifFile, &CodeSize, &CodeBlock) == GIF_ERROR) { in main() 178 CodeSize); in main() 220 if (DGifGetCode(GifFile, &CodeSize, &CodeBlock) == GIF_ERROR) { in main()
|
D | gifclrmp.c | 55 int NumFiles, ExtCode, CodeSize, ImageNum = 0, in main() local 182 if (DGifGetCode(GifFileIn, &CodeSize, &CodeBlock) == GIF_ERROR) in main() 185 if (EGifPutCode(GifFileOut, CodeSize, CodeBlock) == GIF_ERROR) in main()
|
D | gifhisto.c | 55 int i, j, ErrorCode, NumFiles, ExtCode, CodeSize, NumColors = 2, ImageNum = 0; in main() local 145 if (DGifGetCode(GifFileIn, &CodeSize, &CodeBlock) == GIF_ERROR) in main()
|
D | dgif_lib.c | 749 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode() argument 759 *CodeSize = Private->BitsPerPixel; in DGifGetCode() 807 GifByteType CodeSize; in DGifSetupDecompress() local 812 if (InternalRead(GifFile, &CodeSize, 1) < 1) { /* Read Code size from file. */ in DGifSetupDecompress() 815 BitsPerPixel = CodeSize; in DGifSetupDecompress()
|
D | egif_lib.c | 716 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) in EGifPutCode() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 105 Header.CodeSize = CodeSize; in commit() 154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
|
D | SymbolRecordMapping.cpp | 51 error(IO.mapInteger(Block.CodeSize)); in visitKnownRecord() 413 error(IO.mapInteger(Proc.CodeSize)); in visitKnownRecord()
|
D | SymbolDumper.cpp | 124 W.printHex("CodeSize", Block.CodeSize); in visitKnownRecord() 570 W.printHex("CodeSize", Proc.CodeSize); in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 47 uint32_t CodeSize; member 94 uint32_t CodeSize; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugLinesSubsection.h | 35 support::ulittle32_t CodeSize; // Code size of this line contribution. member 141 uint32_t CodeSize = 0; variable
|
D | CodeView.h | 571 support::ulittle32_t CodeSize; member
|
D | SymbolRecord.h | 57 uint32_t CodeSize = 0; variable 608 uint32_t CodeSize = 0; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 309 IO.mapRequired("CodeSize", Obj.CodeSize); in mapping() 326 IO.mapRequired("CodeSize", Lines.CodeSize); in map() 418 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection() 516 F.CodeSize = YF.CodeSize; in toCodeViewSubsection() 585 Result->Lines.CodeSize = Lines.header()->CodeSize; in fromCodeViewSubsection() 714 YF.CodeSize = F.CodeSize; in fromCodeViewSubsection()
|
D | CodeViewYAMLSymbols.cpp | 325 IO.mapRequired("CodeSize", Symbol.CodeSize); in map() 423 IO.mapRequired("CodeSize", Symbol.CodeSize); in map()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 108 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 116 if (CodeSize != 0) { in reserveAllocationSpace() 118 Client.reserveMem(Id, CodeSize, CodeAlign); in reserveAllocationSpace() 123 << " (" << CodeSize << " bytes, alignment " << CodeAlign in reserveAllocationSpace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.h | 86 uint64_t CodeSize,
|
D | AMDGPUAsmPrinter.cpp | 348 uint64_t CodeSize, in emitCommonFunctionComments() argument 350 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments() 573 uint64_t CodeSize = 0; in getFunctionCodeSize() local 583 CodeSize += TII->getInstSizeInBytes(MI); in getFunctionCodeSize() 587 return CodeSize; in getFunctionCodeSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 382 let CodeSize = 3; 388 let CodeSize = 3; 394 let CodeSize = 3; 400 let CodeSize = 3; 406 let CodeSize = 3; 412 let CodeSize = 3; 418 let CodeSize = 3; 425 let CodeSize = 3; 432 let CodeSize = 3; 439 let CodeSize = 3; [all …]
|
D | X86InstrArithmetic.td | 351 let CodeSize = 2 in { 425 } // CodeSize 441 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA. 455 } // isConvertibleToThreeAddress = 1, CodeSize = 2 458 let CodeSize = 1, hasSideEffects = 0 in { 465 } // CodeSize = 1, hasSideEffects = 0 468 let CodeSize = 2, SchedRW = [WriteALURMW] in { 485 } // CodeSize = 2, SchedRW 488 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA. 502 } // isConvertibleToThreeAddress = 1, CodeSize = 2 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 191 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local 194 CodeSize, CodeAlign, in loadObjectImpl() 198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 516 uint64_t &CodeSize, in computeTotalAllocSize() argument 617 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
|
D | RuntimeDyldImpl.h | 436 uint64_t &CodeSize, uint32_t &CodeAlign,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 124 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 86 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 90 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign, in reserveAllocationSpace()
|