Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp3221 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in visitSUB() local
3223 if (C->getAPIntValue() == (OpSizeInBits - 1)) in visitSUB()
5531 unsigned OpSizeInBits = VT.getSizeInBits(); in MatchBSwapHWordLow() local
5532 if (DemandHighBits && OpSizeInBits > 16) { in MatchBSwapHWordLow()
5543 N10, APInt::getHighBitsSet(OpSizeInBits, OpSizeInBits - 16))) in MatchBSwapHWordLow()
5548 if (OpSizeInBits > 16) { in MatchBSwapHWordLow()
5551 DAG.getConstant(OpSizeInBits - 16, DL, in MatchBSwapHWordLow()
7175 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in visitXOR() local
7177 if (C->getAPIntValue() == (OpSizeInBits - 1)) in visitXOR()
7462 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in visitSHL() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp15467 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in stripModuloOnShift() local
15488 if (Mask->getZExtValue() == OpSizeInBits - 1) in stripModuloOnShift()