Home
last modified time | relevance | path

Searched refs:SubtargetSubTypeKV (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSubtargetInfo.cpp96 static void Help(ArrayRef<SubtargetSubTypeKV> CPUTable, in Help()
129 static void cpuHelp(ArrayRef<SubtargetSubTypeKV> CPUTable) { in cpuHelp()
151 ArrayRef<SubtargetSubTypeKV> ProcDesc, in getFeatures()
171 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getFeatures()
211 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in MCSubtargetInfo()
295 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getSchedModelForCPU()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSubtargetInfo.h54 struct SubtargetSubTypeKV { struct
65 bool operator<(const SubtargetSubTypeKV &Other) const { argument
78 ArrayRef<SubtargetSubTypeKV> ProcDesc; // Processor descriptions
95 ArrayRef<SubtargetSubTypeKV> PD,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetSubtargetInfo.h45 struct SubtargetSubTypeKV;
66 ArrayRef<SubtargetSubTypeKV> PD,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetSubtargetInfo.cpp19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo()