Lines Matching defs:ImmTy

112   enum ImmTy {
199 ImmTy Type;
377 bool isImmTy(ImmTy ImmT) const {
381 template <ImmTy Ty> bool isImmTy() const { return isImmTy(Ty); }
984 ImmTy getImmTy() const {
1083 static void printImmTy(raw_ostream& OS, ImmTy Type) {
1176 ImmTy Type = ImmTyNone,
1416 using OptionalImmIndexMap = std::map<AMDGPUOperand::ImmTy, unsigned>;
1624 AMDGPUOperand::ImmTy ImmTy = AMDGPUOperand::ImmTyNone,
1629 AMDGPUOperand::ImmTy ImmTy = AMDGPUOperand::ImmTyNone,
1634 AMDGPUOperand::ImmTy ImmTy = AMDGPUOperand::ImmTyNone);
1648 AMDGPUOperand::ImmTy Type);
1669 AMDGPUOperand::ImmTy ImmTy);
1754 SMLoc getImmLoc(AMDGPUOperand::ImmTy Type, const OperandVector &Operands) const;
1908 AMDGPUOperand::ImmTy Type);
6512 const char *Prefix, OperandVector &Operands, AMDGPUOperand::ImmTy ImmTy,
6525 Operands.push_back(AMDGPUOperand::CreateImm(this, Value, S, ImmTy));
6530 const char *Prefix, OperandVector &Operands, AMDGPUOperand::ImmTy ImmTy,
6565 Operands.push_back(AMDGPUOperand::CreateImm(this, Val, S, ImmTy));
6571 AMDGPUOperand::ImmTy ImmTy) {
6588 if (isGFX9() && ImmTy == AMDGPUOperand::ImmTyA16)
6589 ImmTy = AMDGPUOperand::ImmTyR128A16;
6591 Operands.push_back(AMDGPUOperand::CreateImm(this, Bit, S, ImmTy));
6771 AMDGPUOperand::ImmTy ImmT,
6820 AMDGPUOperand::ImmTy Type) {
6857 AMDGPUOperand::ImmTy ImmTy) {
6865 if (ImmTy == AMDGPUOperand::ImmTyIndexKey16bit && (ImmVal < 0 || ImmVal > 1))
6868 if (ImmTy == AMDGPUOperand::ImmTyIndexKey8bit && (ImmVal < 0 || ImmVal > 3))
6871 Operands.push_back(AMDGPUOperand::CreateImm(this, ImmVal, Loc, ImmTy));
7943 AMDGPUAsmParser::getImmLoc(AMDGPUOperand::ImmTy Type,
9538 AMDGPUOperand::ImmTy Type) {