Searched refs:InstructionType (Results 1 – 20 of 20) sorted by relevance
22 enum class InstructionType { enum28 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()
32 InstructionType inst_type);35 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()52 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
49 InstructionType inst_type) { in CreateInstance()
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()
205 InstructionType inst_type) { in CreateInstance()
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()
1782 InstructionType inst_type) { in CreateInstance()
34 lldb_private::InstructionType inst_type);37 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()55 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
126 InstructionType inst_type) { in CreateInstance()
41 lldb_private::InstructionType inst_type);44 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()62 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
190 InstructionType inst_type) { in CreateInstance()
43 lldb_private::InstructionType inst_type);46 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()66 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
203 InstructionType inst_type) { in CreateInstance()
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()
723 InstructionType inst_type) { in CreateInstance()
97 InstructionType supported_inst_type,366 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
125 enum InstructionType { enum
62 const ArchSpec &arch, InstructionType inst_type);
197 template <Intrinsic::ID ID, typename InstructionType>205 if (auto *I = dyn_cast<InstructionType>(U)) in expandIntrinsicUsers()
46 InstructionType supported_inst_type, in FindPlugin()