Searched defs:InMask (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1639 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local 1661 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local 1702 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local 1773 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
|
D | SelectionDAG.cpp | 1873 APInt InMask = Mask.trunc(InBits); in ComputeMaskedBits() local 1887 APInt InMask = Mask.trunc(InBits); in ComputeMaskedBits() local 1924 APInt InMask = Mask.trunc(InBits); in ComputeMaskedBits() local 1935 APInt InMask = Mask.zext(InBits); in ComputeMaskedBits() local 1946 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in ComputeMaskedBits() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 962 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local 984 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local 1025 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local 1096 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
|
D | SelectionDAG.cpp | 2323 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1071 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local 1107 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local 1171 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits() local
|
D | LegalizeVectorTypes.cpp | 3105 SDValue DAGTypeLegalizer::convertMask(SDValue InMask, EVT MaskVT, in convertMask()
|
D | SelectionDAG.cpp | 2717 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
|