Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1654 auto getVTSizeInBits = [&VT]() { in getRegForInlineAsmConstraint() local
1663 if (getVTSizeInBits() == 32) in getRegForInlineAsmConstraint()
1666 if (getVTSizeInBits() == 128) in getRegForInlineAsmConstraint()
1676 if (getVTSizeInBits() == 16) in getRegForInlineAsmConstraint()
1679 if (getVTSizeInBits() == 32) in getRegForInlineAsmConstraint()
1682 if (getVTSizeInBits() == 128) in getRegForInlineAsmConstraint()
1692 if (getVTSizeInBits() == 16) in getRegForInlineAsmConstraint()
1695 if (getVTSizeInBits() == 32) in getRegForInlineAsmConstraint()
1698 if (getVTSizeInBits() == 64) in getRegForInlineAsmConstraint()