/external/llvm/test/DebugInfo/X86/ |
D | debugger-tune.ll | 4 ; 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
|
D | dwarf-linkage-names.ll | 2 ; PS4 triple or when tuning for SCE.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debugger-tune.ll | 7 …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
|
D | dwarf-linkage-names.ll | 2 ; PS4 triple or when tuning for SCE.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 96 SCE // Tune debug info for SCE targets (e.g. PS4). enumerator
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 89 SCE // Tune debug info for SCE targets (e.g. PS4). enumerator
|
/external/llvm/test/DebugInfo/Generic/ |
D | linkage-name-abstract.ll | 4 ; Verify tuning for SCE gets us Abstract only.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 598 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/ |
D | MipsSERegisterInfo.cpp | 88 case Mips::SCE: in getLoadStoreOffsetSizeInBits()
|
D | MipsEVAInstrInfo.td | 205 def SCE : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
|
D | MipsScheduleP5600.td | 131 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Parser.cpp | 347 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/ |
D | linkage-name-abstract.ll | 4 ; Verify tuning for SCE gets us Abstract only.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 258 clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)")));
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 281 clEnumValN(DebuggerKind::SCE, "sce",
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 303 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
|
D | DwarfDebug.cpp | 227 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
|
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrInfo.td | 200 def SCE : SCE_ENC, SCE_DESC, INSN_EVA;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 641 bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; } in tuneForSCE()
|
D | DwarfDebug.cpp | 329 DebuggerTuning = DebuggerKind::SCE; in DwarfDebug()
|
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 794 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/ |
D | micromips-eva.mir | 186 %8:gpr32 = SCE %6, %2, 0
|
/external/clang/lib/Driver/ |
D | ToolChains.h | 1211 return llvm::DebuggerKind::SCE; in getDefaultDebuggerTuning()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 1299 if (Inst.getOpcode() == Mips::SCE) in DecodeMemEVA()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 719 {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
|