Searched refs:getVectorRegisterWidth (Results 1 – 3 of 3) sorted by relevance
1701 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in printZeroExtend()1806 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1828 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1849 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1877 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1888 unsigned Width = X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1936 X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()1957 X86::getVectorRegisterWidth(MI->getDesc().operands()[0]); in addConstantComments()
103 unsigned getVectorRegisterWidth(const MCOperandInfo &Info);
3519 unsigned X86::getVectorRegisterWidth(const MCOperandInfo &Info) { in getVectorRegisterWidth() function in X86