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

  /external/llvm/include/llvm/MC/
SubtargetFeature.h 48 /// SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary
51 struct SubtargetInfoKV {
56 bool operator<(const SubtargetInfoKV &S) const {
MCSubtargetInfo.h 35 const SubtargetInfoKV *ProcSchedModels;
52 const SubtargetInfoKV *ProcSched,
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 40 const SubtargetInfoKV *ProcSched,
94 SubtargetInfoKV KV;
96 const SubtargetInfoKV *Found =

Completed in 56 milliseconds