Home
last modified time | relevance | path

Searched refs:InstructionType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h31 InstructionType inst_type);
34 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
51 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionPPC64.cpp48 InstructionType inst_type) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h33 lldb_private::InstructionType inst_type);
36 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
54 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM64.cpp126 InstructionType inst_type) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h40 lldb_private::InstructionType inst_type);
43 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
61 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS64.cpp189 InstructionType inst_type) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h42 lldb_private::InstructionType inst_type);
45 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
65 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS.cpp202 InstructionType inst_type) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h70 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
120 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM.cpp722 InstructionType inst_type) { in CreateInstance()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h118 enum InstructionType { enum
H A Dlldb-private-interfaces.h61 const ArchSpec &arch, InstructionType inst_type);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h96 InstructionType supported_inst_type,
358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
/llvm-project-15.0.7/lldb/source/Core/
H A DEmulateInstruction.cpp45 InstructionType supported_inst_type, in FindPlugin()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1777 typedef std::tuple_element_t<1, TypeParam> InstructionType; in TYPED_TEST() typedef
1788 .match((InstructionType)IRB.CreateICmp(Pred, L, R))); in TYPED_TEST()