| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IndirectCallVisitor.h | 22 enum class InstructionType { enum 28 PGOIndirectCallVisitor(InstructionType Type) : Type(Type) {} in PGOIndirectCallVisitor() 67 if (Type != InstructionType::kVTableVal) in visitCallBase() 78 InstructionType Type; 83 PGOIndirectCallVisitor::InstructionType::kIndirectCall); in findIndirectCalls() 90 PGOIndirectCallVisitor::InstructionType::kVTableVal); in findVTableAddrs()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 32 InstructionType inst_type); 35 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 52 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
| H A D | EmulateInstructionPPC64.cpp | 49 InstructionType inst_type) { in CreateInstance()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 31 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType() 46 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type); 57 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
| H A D | EmulateInstructionRISCV.cpp | 1782 InstructionType inst_type) { in CreateInstance()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
| H A D | EmulateInstructionLoongArch.h | 28 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType() 35 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type); 48 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
| H A D | EmulateInstructionLoongArch.cpp | 205 InstructionType inst_type) { in CreateInstance()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 34 lldb_private::InstructionType inst_type); 37 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 55 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
| H A D | EmulateInstructionARM64.cpp | 126 InstructionType inst_type) { in CreateInstance()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 41 lldb_private::InstructionType inst_type); 44 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 62 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
| H A D | EmulateInstructionMIPS64.cpp | 190 InstructionType inst_type) { in CreateInstance()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 43 lldb_private::InstructionType inst_type); 46 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 66 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
| H A D | EmulateInstructionMIPS.cpp | 203 InstructionType inst_type) { in CreateInstance()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.h | 70 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 D | EmulateInstructionARM.cpp | 723 InstructionType inst_type) { in CreateInstance()
|
| /src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 97 InstructionType supported_inst_type, 366 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 125 enum InstructionType { enum
|
| H A D | lldb-private-interfaces.h | 62 const ArchSpec &arch, InstructionType inst_type);
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExpandVariadics.cpp | 197 template <Intrinsic::ID ID, typename InstructionType> 205 if (auto *I = dyn_cast<InstructionType>(U)) in expandIntrinsicUsers()
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 46 InstructionType supported_inst_type, in FindPlugin()
|