Searched refs:SubtargetInfoKV (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DSubtargetFeature.h48 /// SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary
51 struct SubtargetInfoKV { struct in namespace:llvm
56 bool operator<(const SubtargetInfoKV &S) const {
100 const SubtargetInfoKV *Table, size_t TableSize);
H A DMCSubtargetInfo.h35 const SubtargetInfoKV *ProcSchedModels;
52 const SubtargetInfoKV *ProcSched,
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSubtargetInfo.cpp40 const SubtargetInfoKV *ProcSched,
94 SubtargetInfoKV KV;
96 const SubtargetInfoKV *Found =
H A DSubtargetFeature.cpp341 const SubtargetInfoKV *Table,
351 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize);

Completed in 78 milliseconds