Home
last modified time | relevance | path

Searched refs:SCE (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dimplicit_value-float.ll13 …-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 Dimplicit_value-double.ll13 …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 Ddebugger-tune.ll7 …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 Ddwarf-linkage-names.ll2 ; PS4 triple or when tuning for SCE.
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Ddebugger-tune.ll6 ; 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 Ddebug-entry-value-operation.mir8 # 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 DTargetOptionsImpl.cpp54 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
H A DCommandFlags.cpp428 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp480 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 DTargetOptions.h101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DPS4CPU.h85 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
H A DClang.cpp1109 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 DCodeViewYAMLDebugSections.cpp597 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 DMipsSERegisterInfo.cpp87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
H A DMipsEVAInstrInfo.td203 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
H A DMipsScheduleP5600.td144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
H A DMipsScheduleGeneric.td609 def : InstRW<[GenericWriteStore], (instrs SBE, SHE, SWE, SCE)>;
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dlinkage-name-abstract.ll4 ; Verify tuning for SCE gets us Abstract only.
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmicromips-eva.mir186 %8:gpr32 = SCE %6, %2, 0
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h829 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
H A DDwarfDebug.cpp361 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
/llvm-project-15.0.7/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1487 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst3575 - ``-march=x86-64``: CMOV, CMPXCHG8B, FPU, FXSR, MMX, FXSR, SCE, SSE, SSE2
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5255 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,