/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
D | EmulateInstructionPPC64.h | 31 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()
|
D | EmulateInstructionPPC64.cpp | 58 InstructionType inst_type) { in CreateInstance() argument 60 inst_type)) in CreateInstance()
|
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
D | EmulateInstructionARM64.h | 33 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()
|
D | EmulateInstructionARM64.cpp | 136 InstructionType inst_type) { in CreateInstance() argument 138 inst_type)) { in CreateInstance()
|
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
D | EmulateInstructionMIPS64.h | 40 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()
|
D | EmulateInstructionMIPS64.cpp | 199 InstructionType inst_type) { in CreateInstance() argument 201 inst_type)) { in CreateInstance()
|
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
D | EmulateInstructionMIPS.h | 42 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()
|
D | EmulateInstructionMIPS.cpp | 212 InstructionType inst_type) { in CreateInstance() argument 214 inst_type)) { in CreateInstance()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 346 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/ |
D | transformation_propagate_instruction_up.cpp | 346 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/ |
D | transformation_propagate_instruction_up.cpp | 346 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/ |
D | EmulateInstructionARM.h | 70 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/ |
D | upgrade_memory_model.h | 103 InstructionType inst_type);
|
D | upgrade_memory_model.cpp | 529 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()
|
D | merge_return_pass.cpp | 324 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()
|
D | folding_rules.cpp | 2089 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/ |
D | upgrade_memory_model.h | 103 InstructionType inst_type);
|
D | upgrade_memory_model.cpp | 529 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()
|
D | merge_return_pass.cpp | 324 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()
|
D | folding_rules.cpp | 2089 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/ |
D | upgrade_memory_model.h | 103 InstructionType inst_type);
|
D | upgrade_memory_model.cpp | 529 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()
|
D | merge_return_pass.cpp | 324 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/ |
D | lldb-private-interfaces.h | 59 const ArchSpec &arch, InstructionType inst_type);
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 358 SupportsEmulatingInstructionsOfType(InstructionType inst_type) = 0;
|