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.cpp988 LocationSize LoadSizeBits = LoadMI->getMemSizeInBits(); in matchCombineLoadWithAndMask() local
993 if (MaskSizeBits > LoadSizeBits.getValue()) in matchCombineLoadWithAndMask()
1013 else if (LoadSizeBits.getValue() > MaskSizeBits || in matchCombineLoadWithAndMask()
1014 LoadSizeBits.getValue() == RegSize) in matchCombineLoadWithAndMask()
1078 auto LoadSizeBits = LoadMI->getMemSizeInBits(); in matchSextTruncSextLoad() local
1080 MRI.getType(TruncSrc).getSizeInBits() < LoadSizeBits.getValue()) in matchSextTruncSextLoad()
1082 if (LoadSizeBits == SizeInBits) in matchSextTruncSextLoad()