Searched refs:InMask (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3394 SDValue DAGTypeLegalizer::convertMask(SDValue InMask, EVT MaskVT, in convertMask() argument 3399 assert(isSETCCorConvertedSETCC(InMask) && "Unexpected mask argument."); in convertMask() 3403 for (unsigned i = 0, e = InMask->getNumOperands(); i < e; ++i) in convertMask() 3404 Ops.push_back(InMask->getOperand(i)); in convertMask() 3405 SDValue Mask = DAG.getNode(InMask->getOpcode(), SDLoc(InMask), MaskVT, Ops); in convertMask()
|
| H A D | LegalizeTypes.h | 874 SDValue convertMask(SDValue InMask, EVT MaskVT, EVT ToMaskVT);
|
| H A D | TargetLowering.cpp | 1236 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits() local 1237 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | DemandedBits, in SimplifyDemandedBits() 1242 Known.Zero |= ~InMask; in SimplifyDemandedBits()
|
| H A D | SelectionDAG.cpp | 2858 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local 2860 Known.Zero |= (~InMask); in computeKnownBits()
|