/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 126 uintptr_t CodeSize = i % 16 + 1; in TEST() local 132 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST() 136 for (unsigned j = 0; j < CodeSize; j++) { in TEST() 155 uintptr_t CodeSize = i % 16 + 1; in TEST() local 158 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
|
D | MCJITCAPITest.cpp | 94 uintptr_t CodeSize, uintptr_t DataSizeRO, uintptr_t DataSizeRW) { in reserveAllocationSpace() argument 95 ReservedCodeSize = CodeSize; in reserveAllocationSpace()
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 69 MFUN32-NEXT: CodeSize: 0xA 79 MFUN32-NEXT: CodeSize: 0xA 89 MFUN32-NEXT: CodeSize: 0x14 148 MFUN64-NEXT: CodeSize: 0xE 158 MFUN64-NEXT: CodeSize: 0xE 168 MFUN64-NEXT: CodeSize: 0x18 213 MFILE32-NEXT: CodeSize: 0x14 263 MFILE64-NEXT: CodeSize: 0x18
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | OProfileJITEventListenerTest.cpp | 24 unsigned int CodeSize; member 33 , CodeSize(size) { in OprofileNativeFunction()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 214 uint64_t CodeSize = 0; in getSIProgramInfo() local 229 CodeSize += MI.getDesc().Size; in getSIProgramInfo() 318 ProgInfo.CodeLen = CodeSize; in getSIProgramInfo()
|
/external/llvm/test/DebugInfo/COFF/ |
D | multifunction.ll | 137 ; OBJ32-NEXT: CodeSize: 0x6 146 ; OBJ32-NEXT: CodeSize: 0x6 155 ; OBJ32-NEXT: CodeSize: 0x10 293 ; OBJ64-NEXT: CodeSize: 0xE 303 ; OBJ64-NEXT: CodeSize: 0xE 313 ; OBJ64-NEXT: CodeSize: 0x18
|
D | simple.ll | 64 ; OBJ32-NEXT: CodeSize: 0x6 128 ; OBJ64-NEXT: CodeSize: 0xE
|
D | asm.ll | 68 ; OBJ32-NEXT: CodeSize: 0x6 139 ; OBJ64-NEXT: CodeSize: 0xE
|
D | multifile.ll | 93 ; OBJ32-NEXT: CodeSize: 0x10 199 ; OBJ64-NEXT: CodeSize: 0x18
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 64 uintptr_t CodeSize, uintptr_t DataSizeRO, uintptr_t DataSizeRW) { } in reserveAllocationSpace() argument
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 118 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObject() local 119 computeTotalAllocSize(*Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObject() 120 MemMgr->reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObject() 233 uint64_t &CodeSize, in computeTotalAllocSize() argument 314 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()
|
D | RuntimeDyldImpl.h | 343 void computeTotalAllocSize(ObjectImage &Obj, uint64_t &CodeSize,
|
/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()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 50 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument 52 return ClientMM->reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in reserveAllocationSpace()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 303 let CodeSize = 3; 310 let CodeSize = 3; 316 let CodeSize = 3; 322 let CodeSize = 3; 328 let CodeSize = 3; 334 let CodeSize = 3; 341 let CodeSize = 3; 348 let CodeSize = 3; 375 let CodeSize = 3; 382 let CodeSize = 3; [all …]
|
D | X86InstrArithmetic.td | 374 let CodeSize = 2 in { 449 } // CodeSize 454 let CodeSize = 2 in 460 let isConvertibleToThreeAddress = 1, CodeSize = 1 in { // Can xform into LEA. 473 } // isConvertibleToThreeAddress = 1, CodeSize = 1 477 let isConvertibleToThreeAddress = 1, CodeSize = 2 in { 499 } // isConvertibleToThreeAddress = 1, CodeSize = 2 502 CodeSize = 2 in { 515 } // isCodeGenOnly = 1, ForceDisassemble = 1, HasSideEffects = 0, CodeSize = 2 519 let CodeSize = 2, SchedRW = [WriteALULd, WriteRMW] in { [all …]
|
/external/chromium_org/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/docs/TableGen/ |
D | index.rst | 105 int CodeSize = 3;
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 349 int CodeSize = 0;
|