Home
last modified time | relevance | path

Searched refs:getNumModeIds (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.h64 unsigned getNumModeIds() const { return Modes.size() + 1; } in getNumModeIds() function
H A DCodeGenRegisters.h119 unsigned NumModes = CGH.getNumModeIds(); in addComposite()
H A DCodeGenRegisters.cpp1429 unsigned NumModes = CGH.getNumModeIds(); in getConcatSubRegIndex()
H A DCodeGenDAGPatterns.cpp4409 if (CGH.getNumModeIds() == 1) in ExpandHwModeBasedTypes()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp264 unsigned NumModeIds = CGH.getNumModeIds(); in emitBaseClassImplementation()
303 RegisterBank Bank(*V, CGH.getNumModeIds()); in run()
H A DSubtargetEmitter.cpp1799 assert(CGH.getNumModeIds() > 0); in EmitHwModeCheck()
1800 if (CGH.getNumModeIds() == 1) in EmitHwModeCheck()
1827 for (unsigned M = 1, NumModes = CGH.getNumModeIds(); M != NumModes; ++M) { in EmitHwModeCheck()
1951 if (TGT.getHwModes().getNumModeIds() > 1) { in emitGenMCSubtargetInfo()
2092 if (TGT.getHwModes().getNumModeIds() > 1) { in run()
H A DRegisterInfoEmitter.cpp1218 unsigned NumModes = CGH.getNumModeIds(); in runTargetDesc()
1824 unsigned NumModes = CGH.getNumModeIds(); in debugDump()
H A DDecoderEmitter.cpp2438 SmallBitVector BV(HWM.getNumModeIds()); in collectHwModesReferencedForEncodings()