Searched refs:getVectorRegisterWidth (Results 1 – 3 of 3) sorted by relevance
1715 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in printZeroExtend()1836 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1858 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1879 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1907 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1918 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1966 X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1987 X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()
103 unsigned getVectorRegisterWidth(const MCOperandInfo &Info);
3577 unsigned X86::getVectorRegisterWidth(const MCOperandInfo &Info) { in getVectorRegisterWidth() function in X86