Home
last modified time | relevance | path

Searched refs:SubRegIndexNames (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h238 const char *const *SubRegIndexNames; // Names of subreg indexes. variable
341 return SubRegIndexNames[SubIdx-1]; in getSubRegIndexName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp49 : InfoDesc(ID), SubRegIndexNames(SRINames), in TargetRegisterInfo()