Searched defs:InMask (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelDAGToDAG.cpp | 4859 tryVPTESTM(SDNode * Root,SDValue Setcc,SDValue InMask) tryVPTESTM() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeVectorTypes.cpp | 5878 convertMask(SDValue InMask,EVT MaskVT,EVT ToMaskVT) convertMask() argument |
H A D | TargetLowering.cpp | 2619 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); SimplifyDemandedBits() local |
H A D | SelectionDAG.cpp | 3856 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); computeKnownBits() local |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | SLPVectorizer.cpp | 9520 SmallBitVector InMask = getEntryCost() local |