Home
last modified time | relevance | path

Searched refs:SH3 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp49 io.enumCase(Value, "SH3", PDB_Machine::SH3); in enumeration()
H A DMinimalSymbolDumper.cpp252 RETURN_CASE(CPUType, SH3, "sh3"); in formatMachineType()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h112 SH3 = 0x50, enumerator
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dbad-reduction.ll37 ; CHECK-NEXT: [[SH3:%.*]] = shl nuw nsw i64 [[Z3]], 32
43 ; CHECK-NEXT: [[OR0123:%.*]] = or i64 [[OR012]], [[SH3]]
125 ; CHECK-NEXT: [[SH3:%.*]] = shl nuw nsw i64 [[Z3]], 32
132 ; CHECK-NEXT: [[OR0123:%.*]] = or i64 [[OR012]], [[SH3]]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h143 SH3 = 0x1A2, enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp326 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, SH3, OS) in operator <<()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp178 CV_ENUM_CLASS_ENT(CPUType, SH3),