Home
last modified time | relevance | path

Searched refs:NumSubRegIndices (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCRegisterInfo.h173 unsigned NumSubRegIndices; // Number of subreg indices. variable
271 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
391 return NumSubRegIndices; in getNumSubRegIndices()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h172 unsigned NumSubRegIndices; // Number of subreg indices. variable
271 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
381 return NumSubRegIndices; in getNumSubRegIndices()
/external/capstone/
DMCRegisterInfo.h90 unsigned NumSubRegIndices; // Number of subreg indices. member
DMCRegisterInfo.c49 RI->NumSubRegIndices = NumIndices; in MCRegisterInfo_InitMCRegisterInfo()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DRegisterInfoEmitter.cpp543 unsigned NumSubRegIndices = RegBank.getSubRegIndices().size(); in runTargetDesc() local
545 if (NumSubRegIndices) { in runTargetDesc()
631 OS << (NumSubRegIndices ? RC.getName() + "Super" : std::string("Null")) in runTargetDesc()