Home
last modified time | relevance | path

Searched refs:SubTarget (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td31 class SubTarget<bits<6> value> {
35 def HasAnySubT : SubTarget<0x3f>; // 111111
36 def HasV5SubT : SubTarget<0x3e>; // 111110
37 def HasV55SubT : SubTarget<0x3c>; // 111100
38 def HasV60SubT : SubTarget<0x38>; // 111000
157 SubTarget validSubTargets = HasAnySubT;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h70 enum SubTarget { enum
DHexagonMCInstrInfo.cpp300 HexagonII::SubTarget Target = static_cast<HexagonII::SubTarget>( in getSubTarget()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp528 const auto &SubTarget = MI.getParent()->getParent()->getSubtarget(); in print() local
529 const auto *TRI = SubTarget.getRegisterInfo(); in print()
531 const auto *TII = SubTarget.getInstrInfo(); in print()