Searched refs:SCE (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetOptionsImpl.cpp | 71 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
|
H A D | CommandFlags.cpp | 449 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
|
H A D | MipsEVAInstrInfo.td | 207 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)>;
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.h | 106 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
|
H A D | Clang.cpp | 856 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs() 4504 DebuggerTuning = llvm::DebuggerKind::SCE; in renderDebugOptions() 4573 (DebuggerTuning != llvm::DebuggerKind::SCE && in renderDebugOptions() 4693 bool ForwardTemplateParams = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions() 4705 DebuggerTuning == llvm::DebuggerKind::SCE && RequestedDWARFVersion >= 4; in renderDebugOptions() 4729 bool NeedAranges = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions() 4784 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 907 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; }
|
H A D | DwarfDebug.cpp | 344 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 1491 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7071 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 24507 @Article{Freuder:1978:SCE,
|