Home
last modified time | relevance | path

Searched refs:CodeSize (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon4cdc244d0111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
H A DSymbolRecordMapping.cpp51 error(IO.mapInteger(Block.CodeSize)); in visitKnownRecord()
413 error(IO.mapInteger(Proc.CodeSize)); in visitKnownRecord()
H A DSymbolDumper.cpp124 W.printHex("CodeSize", Block.CodeSize); in visitKnownRecord()
570 W.printHex("CodeSize", Proc.CodeSize); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h47 uint32_t CodeSize; member
94 uint32_t CodeSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DRemoteJITUtils.h56 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
60 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h35 support::ulittle32_t CodeSize; // Code size of this line contribution. member
141 uint32_t CodeSize = 0; variable
H A DCodeView.h571 support::ulittle32_t CodeSize; member
H A DSymbolRecord.h57 uint32_t CodeSize = 0; variable
615 uint32_t CodeSize = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp309 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()
H A DCodeViewYAMLSymbols.cpp348 IO.mapRequired("CodeSize", Symbol.CodeSize); in map()
446 IO.mapRequired("CodeSize", Symbol.CodeSize); in map()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu8.h36 uint32_t CodeSize; member
H A Dsmu7.h148 uint32_t CodeSize; member
H A Dsmu71.h425 uint32_t CodeSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFormats.td396 let CodeSize = 3;
402 let CodeSize = 3;
408 let CodeSize = 3;
414 let CodeSize = 3;
420 let CodeSize = 3;
426 let CodeSize = 3;
432 let CodeSize = 3;
439 let CodeSize = 3;
446 let CodeSize = 3;
453 let CodeSize = 3;
[all …]
H A DX86InstrArithmetic.td351 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 …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsmu7.h129 uint32_t CodeSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h109 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
117 if (CodeSize != 0) { in reserveAllocationSpace()
119 Client.reserveMem(Id, CodeSize, CodeAlign); in reserveAllocationSpace()
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign in reserveAllocationSpace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp191 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()
526 uint64_t &CodeSize, in computeTotalAllocSize() argument
630 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h90 uint64_t CodeSize,
H A DAMDGPUAsmPrinter.cpp371 uint64_t CodeSize, in emitCommonFunctionComments() argument
373 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
664 uint64_t CodeSize = 0; in getFunctionCodeSize() local
674 CodeSize += TII->getInstSizeInBytes(MI); in getFunctionCodeSize()
678 return CodeSize; in getFunctionCodeSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp49 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength()
H A DSymbolCache.cpp361 Offset < PS.CodeOffset + PS.CodeSize) { in findFunctionSymbolBySectOffset()
507 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument

12