Home
last modified time | relevance | path

Searched refs:CodeBytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp252 SmallVector<char, 16> CodeBytes; in emitInstruction() local
253 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction()
259 assert(CodeBytes.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI)); in emitInstruction()
275 SmallVector<char, 16> CodeBytes; in emitInstruction() local
276 raw_svector_ostream CodeStream(CodeBytes); in emitInstruction()
284 for (size_t i = 0; i < CodeBytes.size(); i += 4) { in emitInstruction()
285 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; in emitInstruction()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp1031 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64EmitUnwindInfo() local
1051 TotalCodeBytes += CodeBytes; in ARM64EmitUnwindInfo()
2076 uint32_t CodeBytes = ARMCountOfUnwindCodes(EpilogInstrs); in ARMEmitUnwindInfo() local
2103 TotalCodeBytes += CodeBytes; in ARMEmitUnwindInfo()