/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | FunctionSpecializationTest.cpp | 104 Cost CodeSize = in getInstCost() local 110 return CodeSize; in getInstCost()
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 142 unsigned CodeSize; 147 Spec(Function *F, const SpecSig &S, unsigned Score, unsigned CodeSize) 148 : F(F), Sig(S), Score(Score), CodeSize(CodeSize) {} 149 Spec(Function *F, const SpecSig &&S, unsigned Score, unsigned CodeSize) in Bonus() 150 : F(F), Sig(S), Score(Score), CodeSize(CodeSize) {} in Bonus() 144 unsigned CodeSize = 0; global() member
|
/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
H A D | codeview-linetables.test | 45 MFUN32: CodeSize: 0xA 64 MFUN32: CodeSize: 0xA 83 MFUN32: CodeSize: 0x14 109 MFUN32-NEXT CodeSize: 0xA 132 MFUN32-NEXT CodeSize: 0xA 155 MFUN32-NEXT CodeSize: 0x14 197 MFUN64: CodeSize: 0xE 212 MFUN64: CodeSize: 0xE 227 MFUN64: CodeSize: 0x18 253 MFUN64-NEXT: CodeSize: 0xE [all …]
|
/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 82 uint64_t CodeSize); 147 uint64_t CodeSize; 408 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() 412 if (CodeSize == 0) in NotifyCode() 419 CodeSize; // and code in NotifyCode() 422 rec.CodeSize = CodeSize; in NotifyCode() 435 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyDebug() 143 uint64_t CodeSize; global() member 405 NotifyCode(Expected<llvm::StringRef> & Symbol,uint64_t CodeAddr,uint64_t CodeSize) NotifyCode() argument
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMemoryManagerTest.cpp | 124 uintptr_t CodeSize = i % 16 + 1; in TEST() local 130 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST() 134 for (unsigned j = 0; j < CodeSize; j++) { in TEST() 153 uintptr_t CodeSize = i % 16 + 1; in TEST() local 156 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
|
/llvm-project/llvm/test/MC/COFF/ |
H A D | cv-fpo-csrs.s | 70 # OBJ-NEXT: CodeSize: 0x23 87 # OBJ-NEXT: CodeSize: 0x22 104 # OBJ-NEXT: CodeSize: 0x21 122 # OBJ-NEXT: CodeSize: 0x20 141 # OBJ-NEXT: CodeSize: 0x1F 161 # OBJ-NEXT: CodeSize: 0x1C
|
H A D | cv-fpo-setframe.s | 73 # OBJ-NEXT: CodeSize: 0x23 90 # OBJ-NEXT: CodeSize: 0x22 107 # OBJ-NEXT: CodeSize: 0x20 124 # OBJ-NEXT: CodeSize: 0x1F 142 # OBJ-NEXT: CodeSize: 0x1E 161 # OBJ-NEXT: CodeSize: 0x1D
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | fpo-csrs.ll | 77 ; OBJ-NEXT: CodeSize: 0x1E 94 ; OBJ-NEXT: CodeSize: 0x1D 144 ; OBJ-NEXT: CodeSize: 0x29 161 ; OBJ-NEXT: CodeSize: 0x28 178 ; OBJ-NEXT: CodeSize: 0x27 230 ; OBJ-NEXT: CodeSize: 0x34 247 ; OBJ-NEXT: CodeSize: 0x33 264 ; OBJ-NEXT: CodeSize: 0x32 282 ; OBJ-NEXT: CodeSize: 0x31 340 ; OBJ-NEXT: CodeSize: 0x3F [all …]
|
H A D | multifunction.ll | 199 ; OBJ32: CodeSize: 0x6 216 ; OBJ32: CodeSize: 0x6 233 ; OBJ32: CodeSize: 0x10 246 ; OBJ32-NEXT: CodeSize: 0x6 268 ; OBJ32-NEXT: CodeSize: 0x6 290 ; OBJ32-NEXT: CodeSize: 0x10 518 ; OBJ64: CodeSize: 0xE 532 ; OBJ64: CodeSize: 0xE 546 ; OBJ64: CodeSize: 0x18 559 ; OBJ64-NEXT: CodeSize: 0xE [all …]
|
H A D | asm.ll | 39 ; OBJ32: CodeSize: 0x6 49 ; OBJ32-NEXT: CodeSize: 0x6 98 ; OBJ64: CodeSize: 0xE 108 ; OBJ64-NEXT: CodeSize: 0xE
|
H A D | fpo-shrink-wrap.ll | 43 ; OBJ: CodeSize: 0x34 53 ; OBJ: CodeSize: 0x2D 64 ; OBJ: CodeSize: 0x2C 76 ; OBJ: CodeSize: 0x2B
|
H A D | multifile.ll | 47 ; OBJ32: CodeSize: 0x10 73 ; OBJ32-NEXT: CodeSize: 0x10 135 ; OBJ64: CodeSize: 0x18 167 ; OBJ64-NEXT: CodeSize: 0x18
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 110 Cost CodeSize = 0; 129 LLVM_DEBUG(dbgs() << "FnSpecialization: CodeSize " << C in estimateBasicBlocks() 131 CodeSize += C; in estimateBasicBlocks() 140 return CodeSize; in estimateBasicBlocks() 152 Cost CodeSize; in findConstantFor() 157 CodeSize += getCodeSizeSavingsForUser(Phi); in getBonusFromPendingPHIs() 159 return CodeSize; in getBonusFromPendingPHIs() 166 Cost CodeSize; in getBonusFromPendingPHIs() 170 CodeSize += getCodeSizeSavingsForUser(UI, A, C); in getSpecializationBonus() 172 LLVM_DEBUG(dbgs() << "FnSpecialization: Accumulated bonus {CodeSize in getSpecializationBonus() 114 Cost CodeSize = 0; estimateBasicBlocks() local 193 Cost CodeSize = 0; getUserBonus() local [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | PerfSharedStructs.h | 45 uint64_t CodeSize; member 121 Val.Prefix, Val.Pid, Val.Tid, Val.Vma, Val.CodeAddr, Val.CodeSize, in size() 127 IB, Val.Prefix, Val.Pid, Val.Tid, Val.Vma, Val.CodeAddr, Val.CodeSize, in deserialize() 133 OB, Val.Prefix, Val.Pid, Val.Tid, Val.Vma, Val.CodeAddr, Val.CodeSize, in serialize()
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 105 Header.CodeSize = CodeSize; in commit() 154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderPerf.cpp | 89 uint64_t CodeSize; 136 << CodeRecord.CodeSize << " and code index " in writeCodeRecord() 144 CodeRecord.CodeSize, in writeCodeRecord() 148 << CodeRecord.CodeSize << " bytes of code\n"); in writeCodeRecord() 152 CodeRecord.CodeSize); in writeCodeRecord() 90 uint64_t CodeSize; global() member
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 47 uint32_t CodeSize; member 94 uint32_t CodeSize; member
|
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | BreakpadRecords.h | 213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() argument 216 : Record(StackWin), RVA(RVA), CodeSize(CodeSize), in StackWinRecord() 222 lldb::addr_t CodeSize; variable
|
H A D | BreakpadRecords.cpp | 509 lldb::addr_t CodeSize; in parse() local 511 if (!to_integer(Str, CodeSize, 16)) in parse() 543 return StackWinRecord(RVA, CodeSize, ParameterSize, SavedRegisterSize, in parse() 548 return L.RVA == R.RVA && L.CodeSize == R.CodeSize && in operator ==() 558 R.CodeSize, R.ParameterSize, R.SavedRegisterSize, R.LocalSize, in operator <<()
|
/llvm-project/lld/test/COFF/ |
H A D | pdb-source-lines.test | 43 CHECK-NEXT: CodeSize: 19 68 CHECK-NEXT: CodeSize: 14 103 CHECK-NEXT: CodeSize: 1
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 36 support::ulittle32_t CodeSize; // Code size of this line contribution. member 142 uint32_t CodeSize = 0; variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.h | 70 const MCExpr *ScratchSize, uint64_t CodeSize,
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 307 IO.mapRequired("CodeSize", Obj.CodeSize); 324 IO.mapRequired("CodeSize", Lines.CodeSize); in map() 416 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection() 514 F.CodeSize = YF.CodeSize; in toCodeViewSubsection() 583 Result->Lines.CodeSize = Lines.header()->CodeSize; in fromCodeViewSubsection() 712 YF.CodeSize in fromCodeViewSubsection() [all...] |
/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 46 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() argument 50 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 96 uintptr_t CodeSize, Align CodeAlign, uintptr_t RODataSize, in reserveAllocationSpace() 120 TotalSize += alignTo(CodeSize, EPC.getPageSize()); in reserveAllocationSpace() 146 *TargetAllocAddr, ExecutorAddrDiff(alignTo(CodeSize, EPC.getPageSize()))}; in reserveAllocationSpace() 97 reserveAllocationSpace(uintptr_t CodeSize,Align CodeAlign,uintptr_t RODataSize,Align RODataAlign,uintptr_t RWDataSize,Align RWDataAlign) reserveAllocationSpace() argument
|