Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6313 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
6314 switch (MaskedBytes) { in CheckForMaskedLoad()
6323 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
6325 Result.first = MaskedBytes; in CheckForMaskedLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10773 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
10774 switch (MaskedBytes) { in CheckForMaskedLoad()
10783 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
10785 Result.first = MaskedBytes; in CheckForMaskedLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13293 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad() local
13294 switch (MaskedBytes) { in CheckForMaskedLoad()
13303 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result; in CheckForMaskedLoad()
13323 Result.first = MaskedBytes; in CheckForMaskedLoad()