/external/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 46 MFUN32-NEXT: CodeSize: 0xA 65 MFUN32-NEXT: CodeSize: 0xA 84 MFUN32-NEXT: CodeSize: 0x14 107 MFUN32-NEXT: CodeSize: 0xA 117 MFUN32-NEXT: CodeSize: 0xA 127 MFUN32-NEXT: CodeSize: 0x14 151 MFUN64-NEXT: CodeSize: 0xE 166 MFUN64-NEXT: CodeSize: 0xE 181 MFUN64-NEXT: CodeSize: 0x18 204 MFUN64-NEXT: CodeSize: 0xE [all …]
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 125 uintptr_t CodeSize = i % 16 + 1; in TEST() local 131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST() 135 for (unsigned j = 0; j < CodeSize; j++) { in TEST() 154 uintptr_t CodeSize = i % 16 + 1; in TEST() local 157 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
|
D | MCJITCAPITest.cpp | 91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument 93 ReservedCodeSize = CodeSize; in reserveAllocationSpace()
|
/external/llvm/test/DebugInfo/COFF/ |
D | multifunction.ll | 216 ; OBJ32-NEXT: CodeSize: 0x6 229 ; OBJ32-NEXT: CodeSize: 0x6 242 ; OBJ32-NEXT: CodeSize: 0x10 251 ; OBJ32-NEXT: CodeSize: 0x6 260 ; OBJ32-NEXT: CodeSize: 0x6 269 ; OBJ32-NEXT: CodeSize: 0x10 489 ; OBJ64-NEXT: CodeSize: 0xE 502 ; OBJ64-NEXT: CodeSize: 0xE 515 ; OBJ64-NEXT: CodeSize: 0x18 524 ; OBJ64-NEXT: CodeSize: 0xE [all …]
|
D | simple.ll | 94 ; OBJ32-NEXT: CodeSize: 0x6 100 ; OBJ32-NEXT: CodeSize: 0x6 195 ; OBJ64-NEXT: CodeSize: 0xE 201 ; OBJ64-NEXT: CodeSize: 0xE
|
D | asm.ll | 98 ; OBJ32-NEXT: CodeSize: 0x6 104 ; OBJ32-NEXT: CodeSize: 0x6 206 ; OBJ64-NEXT: CodeSize: 0xE 212 ; OBJ64-NEXT: CodeSize: 0xE
|
D | multifile.ll | 123 ; OBJ32-NEXT: CodeSize: 0x10 129 ; OBJ32-NEXT: CodeSize: 0x10 266 ; OBJ64-NEXT: CodeSize: 0x18 272 ; OBJ64-NEXT: CodeSize: 0x18
|
/external/giflib/ |
D | dgif_lib.c | 690 DGifGetCode(GifFileType *GifFile, int *CodeSize, GifByteType **CodeBlock) in DGifGetCode() argument 700 *CodeSize = Private->BitsPerPixel; in DGifGetCode() 747 GifByteType CodeSize; in DGifSetupDecompress() local 751 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */ in DGifSetupDecompress() 752 BitsPerPixel = CodeSize; in DGifSetupDecompress()
|
D | egif_lib.c | 698 EGifPutCode(GifFileType *GifFile, int CodeSize, const GifByteType *CodeBlock) in EGifPutCode() argument
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 156 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local 157 computeTotalAllocSize(Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl() 158 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl() 326 uint64_t &CodeSize, in computeTotalAllocSize() argument 403 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()
|
D | RuntimeDyldImpl.h | 366 void computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize,
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 240 uint64_t CodeSize = 0; in getSIProgramInfo() local 251 CodeSize += MI.getDesc().Size; in getSIProgramInfo() 364 ProgInfo.CodeLen = CodeSize; in getSIProgramInfo()
|
/external/v8/src/ |
D | gdb-jit.cc | 972 uintptr_t CodeSize() const { in CodeSize() function in v8::internal::BASE_EMBEDDED 1039 desc->CodeSize(), in CreateSymbolsTable() 1090 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal() 1103 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize()); in WriteBodyInternal() 1532 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal() 1688 w->Write<uintptr_t>(desc_->CodeSize()); in WriteFDE() 1927 desc->CodeSize())); in CreateELFObject() 1931 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize()); in CreateELFObject() 1944 desc->CodeSize(), in CreateELFObject()
|
D | runtime-profiler.cc | 201 if (shared_code->CodeSize() > allowance) { in OptimizeNow()
|
D | log.cc | 912 msg.Append("code-deopt,%ld,%d", since_epoch, code->CodeSize()); in CodeDeoptEvent()
|
D | objects-inl.h | 4296 return reinterpret_cast<Code*>(this)->CodeSize(); in SizeFromMap()
|
D | objects.h | 5274 int CodeSize() { return SizeFor(body_size()); } in DECLARE_CAST()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 345 let CodeSize = 3; 352 let CodeSize = 3; 358 let CodeSize = 3; 364 let CodeSize = 3; 370 let CodeSize = 3; 376 let CodeSize = 3; 383 let CodeSize = 3; 390 let CodeSize = 3; 417 let CodeSize = 3; 424 let CodeSize = 3; [all …]
|
D | X86InstrArithmetic.td | 374 let CodeSize = 2 in { 449 } // CodeSize 454 let CodeSize = 2 in 459 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { // Can xform into LEA. 471 } // isConvertibleToThreeAddress = 1, CodeSize = 2 474 let CodeSize = 1, hasSideEffects = 0 in { 481 } // CodeSize = 1, hasSideEffects = 0 484 let CodeSize = 2, SchedRW = [WriteALULd, WriteRMW] in { 497 } // CodeSize = 2, SchedRW 500 let CodeSize = 2 in [all …]
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 107 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace() argument
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument 59 return ClientMM->reserveAllocationSpace(CodeSize, DataSizeRO, in reserveAllocationSpace()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 673 uint32_t CodeSize = DE.getU32(&Offset); in printCodeViewSymbolsSubsection() local 688 W.printHex("CodeSize", CodeSize); in printCodeViewSymbolsSubsection()
|
/external/llvm/docs/TableGen/ |
D | index.rst | 105 int CodeSize = 3;
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 355 int CodeSize = 0;
|