Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h22 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 DEmulateInstructionPPC64.h32 InstructionType inst_type);
35 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
52 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionPPC64.cpp49 InstructionType inst_type) { in CreateInstance()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h31 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 DEmulateInstructionRISCV.cpp1782 InstructionType inst_type) { in CreateInstance()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h28 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 DEmulateInstructionLoongArch.cpp205 InstructionType inst_type) { in CreateInstance()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h34 lldb_private::InstructionType inst_type);
37 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
55 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM64.cpp126 InstructionType inst_type) { in CreateInstance()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h41 lldb_private::InstructionType inst_type);
44 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
62 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS64.cpp190 InstructionType inst_type) { in CreateInstance()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h43 lldb_private::InstructionType inst_type);
46 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
66 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS.cpp203 InstructionType inst_type) { in CreateInstance()
/src/contrib/llvm-project/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.cpp723 InstructionType inst_type) { in CreateInstance()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h97 InstructionType supported_inst_type,
366 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h125 enum InstructionType { enum
H A Dlldb-private-interfaces.h62 const ArchSpec &arch, InstructionType inst_type);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp197 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 DEmulateInstruction.cpp46 InstructionType supported_inst_type, in FindPlugin()