Searched defs:InMask (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
D | rotate.go | 76 func (r RotateParams) InMask() uint64 { func
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A 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
|
H A D | SelectionDAG.cpp | 2323 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4175 SDValue InMask) { in tryVPTESTM()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4555 SDValue InMask) { in tryVPTESTM()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 3838 SDValue DAGTypeLegalizer::convertMask(SDValue InMask, EVT MaskVT, in convertMask()
|
H A D | TargetLowering.cpp | 1845 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits() local
|
H A D | SelectionDAG.cpp | 3117 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5369 SDValue DAGTypeLegalizer::convertMask(SDValue InMask, EVT MaskVT, in convertMask()
|
H A D | TargetLowering.cpp | 2426 APInt InMask = APInt::getLowBitsSet(BitWidth, ZVT.getSizeInBits()); in SimplifyDemandedBits() local
|
H A D | SelectionDAG.cpp | 3570 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 7139 SmallBitVector InMask = in getEntryCost() local
|