Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp923 LocationSize LoadSizeBits = LoadMI->getMemSizeInBits(); in matchCombineLoadWithAndMask() local
928 if (MaskSizeBits > LoadSizeBits.getValue()) in matchCombineLoadWithAndMask()
948 else if (LoadSizeBits.getValue() > MaskSizeBits || in matchCombineLoadWithAndMask()
949 LoadSizeBits.getValue() == RegSize) in matchCombineLoadWithAndMask()
1013 auto LoadSizeBits = LoadMI->getMemSizeInBits(); in matchSextTruncSextLoad() local
1015 MRI.getType(TruncSrc).getSizeInBits() < LoadSizeBits.getValue()) in matchSextTruncSextLoad()
1017 if (LoadSizeBits == SizeInBits) in matchSextTruncSextLoad()