Searched defs:ZeroMask (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1176 bool ZeroMask, bool IndexForm) { in UpgradeX86VPERMT2Intrinsics() 1319 bool IsShiftRight, bool ZeroMask) { in upgradeX86ConcatShift() 2367 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local 2372 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local 3419 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local 3447 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local 3476 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local 3483 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local 3513 bool ZeroMask = Name[11] == 'z'; in UpgradeIntrinsicCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1054 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
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 646 SmallVector<int, 16> ZeroMask(DstTy.getNumElements()); in buildShuffleSplat() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7157 uint64_t ZeroMask = IsAndN ? 255 : 0; in getFauxShuffleMask() local 7184 APInt ZeroMask = APInt::getNullValue(NumBytesPerElt); in getFauxShuffleMask() local 7398 APInt ZeroMask = APInt::getHighBitsSet(2 * NumBitsPerElt, NumBitsPerElt); in getFauxShuffleMask() local 8069 APInt ZeroMask = APInt::getNullValue(NumElems); in EltsFromConsecutiveLoads() local 10755 SDValue ZeroMask = DAG.getConstant(0x80, DL, MVT::i8); in lowerShuffleWithPSHUFB() local 11040 APInt ZeroMask = APInt::getHighBitsSet(BitSize * 2, BitSize); in matchShuffleWithPACK() local 14119 const int ZeroMask = 0x80; in lowerShuffleAsBlendOfPSHUFBs() local 34713 unsigned ZeroMask = InsertPSMask & 0xF; in combineTargetShuffle() local 43661 APInt ZeroMask = APInt::getHighBitsSet(NumSrcEltBits, NumSrcEltBits / 2); in combineZext() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7450 uint64_t ZeroMask = IsAndN ? 255 : 0; in getFauxShuffleMask() local 7666 APInt ZeroMask = APInt::getHighBitsSet(2 * NumBitsPerElt, NumBitsPerElt); in getFauxShuffleMask() local 8361 APInt ZeroMask = APInt::getNullValue(NumElems); in EltsFromConsecutiveLoads() local 11138 SDValue ZeroMask = DAG.getConstant(0x80, DL, MVT::i8); in lowerShuffleWithPSHUFB() local 11620 APInt ZeroMask = APInt::getHighBitsSet(NumSrcBits, NumPackedBits); in matchShuffleWithPACK() local 14866 const int ZeroMask = 0x80; in lowerShuffleAsBlendOfPSHUFBs() local 37054 unsigned ZeroMask = InsertPSMask & 0xF; in combineTargetShuffle() local 47083 APInt ZeroMask = APInt::getHighBitsSet(NumSrcEltBits, NumSrcEltBits / 2); in combineZext() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 11616 Value *Upper, bool ZeroMask = false, unsigned PTIdx = 0, in EmitScalarFMAExpr() 11688 static Value *EmitX86Ternlog(CodeGenFunction &CGF, bool ZeroMask, in EmitX86Ternlog()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 19216 SmallVector<int, 16> ZeroMask(VT.getVectorNumElements(), 0); in visitVECTOR_SHUFFLE() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20639 SmallVector<int, 16> ZeroMask(VT.getVectorNumElements(), 0); in visitVECTOR_SHUFFLE() local
|