Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp1332 auto getVTSizeInBits = [&VT]() { in getRegForInlineAsmConstraint() local
1341 if (getVTSizeInBits() == 32) in getRegForInlineAsmConstraint()
1344 if (getVTSizeInBits() == 128) in getRegForInlineAsmConstraint()
1354 if (getVTSizeInBits() == 32) in getRegForInlineAsmConstraint()
1357 if (getVTSizeInBits() == 128) in getRegForInlineAsmConstraint()
1367 if (getVTSizeInBits() == 32) in getRegForInlineAsmConstraint()
1370 if (getVTSizeInBits() == 64) in getRegForInlineAsmConstraint()