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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 223 const char *const *SubRegIndexNames; // Names of subreg indexes.
230 const char *const *subregindexnames);
331 return SubRegIndexNames[SubIdx-1];
    [all...]
  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 23 const char *const *subregindexnames)
24 : InfoDesc(ID), SubRegIndexNames(subregindexnames),

Completed in 830 milliseconds