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.cpp1701 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()
H A DX86InstrInfo.h103 unsigned getVectorRegisterWidth(const MCOperandInfo &Info);
H A DX86InstrInfo.cpp3519 unsigned X86::getVectorRegisterWidth(const MCOperandInfo &Info) { in getVectorRegisterWidth() function in X86