| /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/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/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/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()
|
| D | SIInstructions.td | 201 let CodeSize = base_inst.CodeSize;
|
| /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()
|
| /third_party/flutter/flutter/dev/devicelab/lib/tasks/ |
| D | perf_tests.dart | 341 final RegExp metricExpression = RegExp(r'([a-zA-Z]+)\(CodeSize\)\: (\d+)');
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCInstrVSX.td | 158 let CodeSize = 3 in 165 let CodeSize = 3 in 189 let CodeSize = 3 in 196 let CodeSize = 3 in 1383 let CodeSize = 3 in 1392 let CodeSize = 3 in 1408 let CodeSize = 3 in 1415 let CodeSize = 3 in
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.h | 385 intptr_t CodeSize() const { return buffer_.Size(); } in CodeSize() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8632.h | 875 intptr_t CodeSize() const { return Buffer.size(); } in CodeSize() function
|
| D | IceAssemblerX8664.h | 871 intptr_t CodeSize() const { return Buffer.size(); } in CodeSize() function
|