Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp55 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
DCommandFlags.cpp396 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)"))); in CGOPT()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DPS4CPU.h83 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
DClang.cpp1066 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/
DParser.cpp480 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/
DTargetOptions.h101 SCE, ///< Tune debug info for SCE targets (e.g. PS4). enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp87 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
DMipsEVAInstrInfo.td204 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
DMipsScheduleP5600.td144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
DMipsScheduleGeneric.td609 def : InstRW<[GenericWriteStore], (instrs SBE, SHE, SWE, SCE)>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h837 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
DDwarfDebug.cpp364 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1565 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td4805 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,