Home
last modified time | relevance | path

Searched defs:ZeroMask (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp1054 bool ZeroMask, bool IndexForm) { in UpgradeX86VPERMT2Intrinsics()
1201 bool IsShiftRight, bool ZeroMask) { in upgradeX86ConcatShift()
2241 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
2246 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3290 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3318 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3347 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3354 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3384 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAutoUpgrade.cpp1378 bool ZeroMask, bool IndexForm) { in UpgradeX86VPERMT2Intrinsics()
1521 bool IsShiftRight, bool ZeroMask) { in upgradeX86ConcatShift()
2660 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
2665 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3709 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3737 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3766 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3773 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
3803 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp713 SmallVector<int, 16> ZeroMask(DstTy.getNumElements()); in buildShuffleSplat() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp891 APInt ZeroMask = APInt::getHighBitsSet(BitWidth, BitWidth - PossibleBits); in computeKnownBitsForTargetNode() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.cpp821 TYPED_TEST(BitwiseFloatsAdditional, ZeroMask) { in TYPED_TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8325 uint64_t ZeroMask = IsAndN ? 255 : 0; in getFauxShuffleMask() local
8566 APInt ZeroMask = APInt::getHighBitsSet(2 * NumBitsPerElt, NumBitsPerElt); in getFauxShuffleMask() local
9318 APInt ZeroMask = APInt::getZero(NumElems); in EltsFromConsecutiveLoads() local
11186 APInt ZeroMask = APInt::getZero(NumElems); in LowerBUILD_VECTOR() local
12069 APInt &ZeroMask = ExpectedIdx < Size ? ZeroV1 : ZeroV2; in isTargetShuffleEquivalent() local
12227 SDValue ZeroMask = DAG.getConstant(0x80, DL, MVT::i8); in lowerShuffleWithPSHUFB() local
12760 APInt ZeroMask = APInt::getHighBitsSet(NumSrcBits, NumPackedBits); in matchShuffleWithPACK() local
16098 const int ZeroMask = 0x80; in lowerShuffleAsBlendOfPSHUFBs() local
40813 unsigned ZeroMask = InsertPSMask & 0xF; in canonicalizeShuffleWithBinOps() local
41425 unsigned ZeroMask = InsertPSMask & 0xF; in combineTargetShuffle() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7160 uint64_t ZeroMask = IsAndN ? 255 : 0; in getFauxShuffleMask() local
7187 APInt ZeroMask = APInt::getNullValue(NumBytesPerElt); in getFauxShuffleMask() local
7401 APInt ZeroMask = APInt::getHighBitsSet(2 * NumBitsPerElt, NumBitsPerElt); in getFauxShuffleMask() local
8072 APInt ZeroMask = APInt::getNullValue(NumElems); in EltsFromConsecutiveLoads() local
10758 SDValue ZeroMask = DAG.getConstant(0x80, DL, MVT::i8); in lowerShuffleWithPSHUFB() local
11043 APInt ZeroMask = APInt::getHighBitsSet(BitSize * 2, BitSize); in matchShuffleWithPACK() local
14122 const int ZeroMask = 0x80; in lowerShuffleAsBlendOfPSHUFBs() local
34716 unsigned ZeroMask = InsertPSMask & 0xF; in combineTargetShuffle() local
43664 APInt ZeroMask = APInt::getHighBitsSet(NumSrcEltBits, NumSrcEltBits / 2); in combineZext() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5569 SmallBitVector ZeroMask(NumElems, false); in EltsFromConsecutiveLoads() local
7321 SDValue ZeroMask = DAG.getConstant(0x80, DL, MVT::i8); in lowerVectorShuffleWithPSHUFB() local
9866 const int ZeroMask = 0x80; in lowerVectorShuffleAsBlendOfPSHUFBs() local
25818 unsigned ZeroMask = InsertPSMask & 0xF; in combineTargetShuffle() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19216 SmallVector<int, 16> ZeroMask(VT.getVectorNumElements(), 0); in visitVECTOR_SHUFFLE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23874 SmallVector<int, 16> ZeroMask(VT.getVectorNumElements(), 0); in visitVECTOR_SHUFFLE() local