Home
last modified time | relevance | path

Searched refs:GetOpcode (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp122 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()
171 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp154 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), inst->GetAddress(), in GetNonCallSiteUnwindPlanFromAssembly()
203 inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()
205 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
207 current_offset + inst->GetOpcode().GetByteSize(), m_state); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.h
H A DMLRegAllocEvictAdvisor.h38 MLModelRunner *RegallocRunner, function_ref<int(SlotIndex)> GetOpcode,
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp1038 function_ref<int(SlotIndex)> GetOpcode, in extractInstructionFeatures() argument
1080 int CurrentOpcode = GetOpcode(CurrentIndex); in extractInstructionFeatures()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp189 next_addr->Slide(inst->GetOpcode().GetByteSize()); in GetDescription()
H A DSBInstruction.cpp190 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp720 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()
990 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
1012 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
H A DEmulateInstruction.cpp678 return pc + m_emulator_up->GetOpcode().GetByteSize(); in GetBreakpointLocationAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h196 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
H A DEmulateInstruction.h472 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp365 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()