Home
last modified time | relevance | path

Searched refs:getVectorRegisterWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1715 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()
H A DX86InstrInfo.h103 unsigned getVectorRegisterWidth(const MCOperandInfo &Info);
H A DX86InstrInfo.cpp3577 unsigned X86::getVectorRegisterWidth(const MCOperandInfo &Info) { in getVectorRegisterWidth() function in X86