Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp3838 SDValue DAGTypeLegalizer::convertMask(SDValue InMask, EVT MaskVT, in convertMask() argument
3843 assert(isSETCCorConvertedSETCC(InMask) && "Unexpected mask argument."); in convertMask()
3848 for (unsigned i = 0, e = InMask->getNumOperands(); i < e; ++i) in convertMask()
3849 Ops.push_back(InMask->getOperand(i)); in convertMask()
3850 if (InMask->isStrictFPOpcode()) { in convertMask()
3851 Mask = DAG.getNode(InMask->getOpcode(), SDLoc(InMask), in convertMask()
3853 ReplaceValueWith(InMask.getValue(1), Mask.getValue(1)); in convertMask()
3856 Mask = DAG.getNode(InMask->getOpcode(), SDLoc(InMask), MaskVT, Ops); in convertMask()
DLegalizeTypes.h892 SDValue convertMask(SDValue InMask, EVT MaskVT, EVT ToMaskVT);
DTargetLowering.cpp1845 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits() local
1846 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | DemandedBits, Known, in SimplifyDemandedBits()
1851 Known.Zero |= ~InMask; in SimplifyDemandedBits()
DSelectionDAG.cpp3117 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
3119 Known.Zero |= (~InMask); in computeKnownBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp4175 SDValue InMask) { in tryVPTESTM() argument
4292 bool IsMasked = InMask.getNode() != nullptr; in tryVPTESTM()
4317 InMask = SDValue(CurDAG->getMachineNode(TargetOpcode::COPY_TO_REGCLASS, in tryVPTESTM()
4318 dl, MaskVT, InMask, RC), 0); in tryVPTESTM()
4331 SDValue Ops[] = { InMask, Src0, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, in tryVPTESTM()
4346 CNode = CurDAG->getMachineNode(Opc, dl, MaskVT, InMask, Src0, Src1); in tryVPTESTM()