Home
last modified time | relevance | path

Searched refs:inst_type (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h31 InstructionType inst_type);
34 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
35 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
53 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
54 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
DEmulateInstructionPPC64.cpp58 InstructionType inst_type) { in CreateInstance() argument
60 inst_type)) in CreateInstance()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h33 lldb_private::InstructionType inst_type);
36 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
37 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
56 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
57 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
DEmulateInstructionARM64.cpp136 InstructionType inst_type) { in CreateInstance() argument
138 inst_type)) { in CreateInstance()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h40 lldb_private::InstructionType inst_type);
43 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
44 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
63 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
64 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
DEmulateInstructionMIPS64.cpp199 InstructionType inst_type) { in CreateInstance() argument
201 inst_type)) { in CreateInstance()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h42 lldb_private::InstructionType inst_type);
45 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
46 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
67 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
68 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
DEmulateInstructionMIPS.cpp212 InstructionType inst_type) { in CreateInstance() argument
214 inst_type)) { in CreateInstance()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_propagate_instruction_up.cpp346 const auto* inst_type = ir_context->get_type_mgr()->GetType(inst.type_id()); in GetInstructionToPropagate() local
347 assert(inst_type && "|inst| has invalid type"); in GetInstructionToPropagate()
349 if (inst_type->AsSampledImage()) { in GetInstructionToPropagate()
357 ContainsPointers(*inst_type)) { in GetInstructionToPropagate()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp346 const auto* inst_type = ir_context->get_type_mgr()->GetType(inst.type_id()); in GetInstructionToPropagate() local
347 assert(inst_type && "|inst| has invalid type"); in GetInstructionToPropagate()
349 if (inst_type->AsSampledImage()) { in GetInstructionToPropagate()
357 ContainsPointers(*inst_type)) { in GetInstructionToPropagate()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp346 const auto* inst_type = ir_context->get_type_mgr()->GetType(inst.type_id()); in GetInstructionToPropagate() local
347 assert(inst_type && "|inst| has invalid type"); in GetInstructionToPropagate()
349 if (inst_type->AsSampledImage()) { in GetInstructionToPropagate()
357 ContainsPointers(*inst_type)) { in GetInstructionToPropagate()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h70 CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type);
73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() argument
74 switch (inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
123 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
124 return SupportsEmulatingInstructionsOfTypeStatic(inst_type); in SupportsEmulatingInstructionsOfType()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h103 InstructionType inst_type);
Dupgrade_memory_model.cpp529 InstructionType inst_type) { in UpgradeFlags() argument
537 if (inst_type == kMemory) { in UpgradeFlags()
555 if (inst_type == kMemory) { in UpgradeFlags()
564 } else if (inst_type == kMemory) { in UpgradeFlags()
Dmerge_return_pass.cpp324 Instruction* inst_type = get_def_use_mgr()->GetDef(inst.type_id()); in CreatePhiNodesForInst() local
326 if (inst_type->opcode() == SpvOpTypePointer) { in CreatePhiNodesForInst()
332 uint32_t storage_class = inst_type->GetSingleWordInOperand(0); in CreatePhiNodesForInst()
Dfolding_rules.cpp2089 const analysis::Type* inst_type = in RedundantIAdd() local
2091 if (inst_type->IsSame(operand_type)) { in RedundantIAdd()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h103 InstructionType inst_type);
Dupgrade_memory_model.cpp529 InstructionType inst_type) { in UpgradeFlags() argument
537 if (inst_type == kMemory) { in UpgradeFlags()
555 if (inst_type == kMemory) { in UpgradeFlags()
564 } else if (inst_type == kMemory) { in UpgradeFlags()
Dmerge_return_pass.cpp324 Instruction* inst_type = get_def_use_mgr()->GetDef(inst.type_id()); in CreatePhiNodesForInst() local
326 if (inst_type->opcode() == SpvOpTypePointer) { in CreatePhiNodesForInst()
332 uint32_t storage_class = inst_type->GetSingleWordInOperand(0); in CreatePhiNodesForInst()
Dfolding_rules.cpp2089 const analysis::Type* inst_type = in RedundantIAdd() local
2091 if (inst_type->IsSame(operand_type)) { in RedundantIAdd()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dupgrade_memory_model.h103 InstructionType inst_type);
Dupgrade_memory_model.cpp529 InstructionType inst_type) { in UpgradeFlags() argument
537 if (inst_type == kMemory) { in UpgradeFlags()
555 if (inst_type == kMemory) { in UpgradeFlags()
564 } else if (inst_type == kMemory) { in UpgradeFlags()
Dmerge_return_pass.cpp324 Instruction* inst_type = get_def_use_mgr()->GetDef(inst.type_id()); in CreatePhiNodesForInst() local
326 if (inst_type->opcode() == SpvOpTypePointer) { in CreatePhiNodesForInst()
332 uint32_t storage_class = inst_type->GetSingleWordInOperand(0); in CreatePhiNodesForInst()
/external/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h59 const ArchSpec &arch, InstructionType inst_type);
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;

12