| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | implicit_value-float.ll | 13 …-debugger-tune=sce -filetype=obj %s -o - | llvm-dwarfdump - | FileCheck %s -check-prefix=SCE-CHECK 15 ; SCE-CHECK: .debug_info contents: 16 ; SCE-CHECK: DW_TAG_variable 17 ; SCE-CHECK-NEXT: DW_AT_location ({{.*}} 18 ; SCE-CHECK-NEXT: [{{.*}}): DW_OP_constu 0x4048f5c3, DW_OP_stack_value) 19 ; SCE-CHECK-NEXT: DW_AT_name ("f")
|
| H A D | implicit_value-double.ll | 13 …er-tune=sce -filetype=obj %s -o - | llvm-dwarfdump - | FileCheck %s -check-prefixes=SCE-CHECK,BOTH 15 ; SCE-CHECK: .debug_info contents: 16 ; SCE-CHECK: DW_TAG_variable 17 ; SCE-CHECK-NEXT: DW_AT_location ({{.*}} 18 ; SCE-CHECK-NEXT: [{{.*}}): DW_OP_constu 0x40091eb851eb851f, DW_OP_stack_value) 19 ; SCE-CHECK-NEXT: DW_AT_name ("d")
|
| H A D | debugger-tune.ll | 7 …x86_64-scei-ps4 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=SCE %s 8 …=x86_64-sie-ps5 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=SCE %s 16 …letype=obj -debugger-tune=sce < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=SCE %s 24 ; SCE-NOT: DW_AT_APPLE_optimized 25 ; SCE-NOT: DW_OP_GNU_push_tls_address
|
| H A D | dwarf-linkage-names.ll | 2 ; PS4 triple or when tuning for SCE.
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | debugger-tune.ll | 6 ; they normally present, but are missing for SCE debugger tune. 13 ; RUN: llvm-dwarfdump %t.exe | FileCheck --check-prefix=SCE %s 14 ; SCE-NOT: name_of_foo
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/X86/ |
| H A D | debug-entry-value-operation.mir | 8 # RUN: llvm-dwarfdump %t1 | FileCheck %s -check-prefix=SCE 11 # RUN: llvm-dwarfdump %t1 | FileCheck %s -check-prefix=SCE 24 # SCE-NOT: DW_OP_{{.*}}entry_value
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetOptionsImpl.cpp | 54 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
|
| H A D | CommandFlags.cpp | 428 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Parser.cpp | 480 ScopedContextEntry SCE(this, Ctor); in parseMatcherBuilder() local 544 SCE.nextArg(); in parseMatcherBuilder() 648 ScopedContextEntry SCE(this, Ctor.value_or(nullptr)); in parseMatcherExpressionImpl() local 679 SCE.nextArg(); in parseMatcherExpressionImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.h | 85 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
|
| H A D | Clang.cpp | 1109 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs() 4158 DebuggerTuning = llvm::DebuggerKind::SCE; in renderDebugOptions() 4245 (DebuggerTuning != llvm::DebuggerKind::SCE && in renderDebugOptions() 4355 bool ForwardTemplateParams = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions() 4373 bool NeedAranges = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions() 4415 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 597 SourceColumnEntry SCE; in fromCodeViewSubsection() local 598 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection() 599 SCE.StartColumn = C.StartColumn; in fromCodeViewSubsection() 600 Block.Columns.push_back(SCE); in fromCodeViewSubsection()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsSERegisterInfo.cpp | 87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
|
| H A D | MipsEVAInstrInfo.td | 203 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
|
| H A D | MipsScheduleP5600.td | 144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
|
| H A D | MipsScheduleGeneric.td | 609 def : InstRW<[GenericWriteStore], (instrs SBE, SHE, SWE, SCE)>;
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | linkage-name-abstract.ll | 4 ; Verify tuning for SCE gets us Abstract only.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | micromips-eva.mir | 186 %8:gpr32 = SCE %6, %2, 0
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 829 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
|
| H A D | DwarfDebug.cpp | 361 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/Disassembler/ |
| H A D | MipsDisassembler.cpp | 1487 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 3575 - ``-march=x86-64``: CMOV, CMPXCHG8B, FPU, FXSR, MMX, FXSR, SCE, SSE, SSE2
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 5255 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,
|