Home
last modified time | relevance | path

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

12

/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll4 ; and the apple_names section to distinguish the LLDB case. SCE has neither.
7 …ple=x86_64-scei-ps4 -filetype=obj < %s | llvm-readobj -sections - | FileCheck --check-prefix=SCE %s
15 … -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sections - | FileCheck --check-prefix=SCE %s
26 ; SCE-NOT: debug_pubnames
27 ; SCE-NOT: apple_names
Ddwarf-linkage-names.ll2 ; PS4 triple or when tuning for SCE.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll7 …x86_64-scei-ps4 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=SCE %s
15 …letype=obj -debugger-tune=sce < %s | llvm-dwarfdump -debug-info - | FileCheck --check-prefix=SCE %s
23 ; SCE-NOT: DW_AT_APPLE_optimized
24 ; SCE-NOT: DW_OP_GNU_push_tls_address
Ddwarf-linkage-names.ll2 ; PS4 triple or when tuning for SCE.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h96 SCE // Tune debug info for SCE targets (e.g. PS4). enumerator
/external/llvm/include/llvm/Target/
DTargetOptions.h89 SCE // Tune debug info for SCE targets (e.g. PS4). enumerator
/external/llvm/test/DebugInfo/Generic/
Dlinkage-name-abstract.ll4 ; Verify tuning for SCE gets us Abstract only.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp598 SourceColumnEntry SCE; in fromCodeViewSubsection() local
599 SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
600 SCE.StartColumn = C.StartColumn; in fromCodeViewSubsection()
601 Block.Columns.push_back(SCE); in fromCodeViewSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp88 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
DMipsEVAInstrInfo.td205 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
DMipsScheduleP5600.td131 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp347 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr); in parseMatcherExpressionImpl() local
376 SCE.nextArg(); in parseMatcherExpressionImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dlinkage-name-abstract.ll4 ; Verify tuning for SCE gets us Abstract only.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc258 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)")));
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h281 clEnumValN(DebuggerKind::SCE, "sce",
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h303 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
DDwarfDebug.cpp227 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
/external/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td200 def SCE : SCE_ENC, SCE_DESC, INSN_EVA;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h641 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
DDwarfDebug.cpp329 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp794 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcItins() local
795 SCI != SCE; ++SCI) { in collectProcItins()
1451 for (SchedClassIter SCI = schedClassBegin(), SCE = schedClassEnd(); in collectProcResources() local
1452 SCI != SCE; ++SCI) { in collectProcResources()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmicromips-eva.mir186 %8:gpr32 = SCE %6, %2, 0
/external/clang/lib/Driver/
DToolChains.h1211 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1299 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc719 {DBGFIELD("SCE") 1, false, false, 17, 2, 1, 1, 0, 0}, // #444
1739 {DBGFIELD("SCE") 1, false, false, 46, 3, 1, 1, 0, 0}, // #444

12