HomeSort by relevance Sort by last modified time
    Searched refs:SubtargetFeatureKV (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
SubtargetFeature.h 31 /// SubtargetFeatureKV - Used to provide key value pairs for feature and
34 struct SubtargetFeatureKV {
41 bool operator<(const SubtargetFeatureKV &S) const {
88 const SubtargetFeatureKV *FeatureTable,
93 const SubtargetFeatureKV *CPUTable,
95 const SubtargetFeatureKV *FeatureTable,
MCSubtargetInfo.h 31 const SubtargetFeatureKV *ProcFeatures; // Processor feature list
32 const SubtargetFeatureKV *ProcDesc; // Processor descriptions
50 const SubtargetFeatureKV *PF,
51 const SubtargetFeatureKV *PD,
  /external/llvm/lib/MC/
SubtargetFeature.cpp 122 static const SubtargetFeatureKV *Find(StringRef S, const SubtargetFeatureKV *A,
125 SubtargetFeatureKV KV;
128 const SubtargetFeatureKV *Hi = A + L;
130 const SubtargetFeatureKV *F = std::lower_bound(A, Hi, KV);
139 static size_t getLongestEntryLength(const SubtargetFeatureKV *Table,
149 static void Help(const SubtargetFeatureKV *CPUTable, size_t CPUTableSize,
150 const SubtargetFeatureKV *FeatTable, size_t FeatTableSize) {
192 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry,
193 const SubtargetFeatureKV *FeatureTable
    [all...]
MCSubtargetInfo.cpp 38 const SubtargetFeatureKV *PF,
39 const SubtargetFeatureKV *PD,

Completed in 23 milliseconds