Searched refs:SCE (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetOptionsImpl.cpp | 55 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
|
| D | CommandFlags.cpp | 396 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| D | PS4CPU.h | 83 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
|
| D | Clang.cpp | 1066 case llvm::DebuggerKind::SCE: in RenderDebugEnablingArgs() 3942 DebuggerTuning = llvm::DebuggerKind::SCE; in renderDebugOptions() 4029 (DebuggerTuning != llvm::DebuggerKind::SCE && in renderDebugOptions() 4145 bool NeedAranges = DebuggerTuning == llvm::DebuggerKind::SCE; in renderDebugOptions() 4182 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions() 4187 if (DebuggerTuning == llvm::DebuggerKind::SCE) in renderDebugOptions()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| D | Parser.cpp | 480 ScopedContextEntry SCE(this, Ctor); in parseMatcherBuilder() local 544 SCE.nextArg(); in parseMatcherBuilder() 648 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr); in parseMatcherExpressionImpl() local 679 SCE.nextArg(); in parseMatcherExpressionImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | TargetOptions.h | 101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| 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-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsSERegisterInfo.cpp | 87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
|
| D | MipsEVAInstrInfo.td | 204 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
|
| D | MipsScheduleP5600.td | 144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
|
| D | MipsScheduleGeneric.td | 609 def : InstRW<[GenericWriteStore], (instrs SBE, SHE, SWE, SCE)>;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 837 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
|
| D | DwarfDebug.cpp | 364 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
| D | MipsDisassembler.cpp | 1565 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| D | Options.td | 4805 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,
|