Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h55 OPERAND_FIRST_GENERIC = 6, enumerator
110 return OperandType >= MCOI::OPERAND_FIRST_GENERIC && in isGenericType()
116 return OperandType - MCOI::OPERAND_FIRST_GENERIC; in getGenericTypeIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h334 MCOI::OPERAND_FIRST_GENERIC + 2};
341 (MCOI::OPERAND_LAST_GENERIC - MCOI::OPERAND_FIRST_GENERIC) && in typeIdx()