Home
last modified time | relevance | path

Searched refs:HasAnyUndefs (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.cpp93 bool HasAnyUndefs; in INITIALIZE_PASS() local
102 HasAnyUndefs, 8)) in INITIALIZE_PASS()
336 bool HasAnyUndefs; in selectVSplat() local
338 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat()
H A DLoongArchISelLowering.cpp457 bool HasAnyUndefs; in lowerBUILD_VECTOR() local
465 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerBUILD_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp241 bool HasAnyUndefs; in selectVecAddAsVecSubIfProfitable() local
243 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
H A DMipsSEISelDAGToDAG.cpp523 bool HasAnyUndefs; in selectVSplat() local
525 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat()
1088 bool HasAnyUndefs; in trySelect() local
1097 HasAnyUndefs, 8, in trySelect()
H A DMipsSEISelLowering.cpp534 bool HasAnyUndefs; in isVSplat() local
536 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat()
559 bool HasAnyUndefs; in isVectorAllOnes() local
563 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes()
843 bool HasAnyUndefs; in performDSPShiftCombine() local
851 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine()
2454 bool HasAnyUndefs; in lowerBUILD_VECTOR() local
2460 HasAnyUndefs, 8, in lowerBUILD_VECTOR()
2470 if (ResTy.isInteger() && !HasAnyUndefs) in lowerBUILD_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2577 bool HasAnyUndefs; in performVectorTruncZeroCombine() local
2582 HasAnyUndefs) && in performVectorTruncZeroCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6600 bool HasAnyUndefs; in getVShiftImm() local
6602 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm()
7913 bool HasAnyUndefs; in LowerBUILD_VECTOR() local
7914 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
14414 bool HasAnyUndefs; in PerformANDCombine() local
14416 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
14710 bool HasAnyUndefs; in PerformORCombine() local
14712 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
14751 bool HasAnyUndefs; in PerformORCombine() local
14758 HasAnyUndefs) && !HasAnyUndefs) { in PerformORCombine()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp894 bool HasAnyUndefs; in SystemZVectorConstantInfo() local
897 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128, in SystemZVectorConstantInfo()
901 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8, in SystemZVectorConstantInfo()
6014 bool HasAnyUndefs; in lowerShift() local
6017 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2042 unsigned &SplatBitSize, bool &HasAnyUndefs,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9330 bool HasAnyUndefs; in LowerBUILD_VECTOR() local
9333 HasAnyUndefs, 0, !Subtarget.isLittleEndian()); in LowerBUILD_VECTOR()
9473 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) { in LowerBUILD_VECTOR()
9943 bool HasAnyUndefs; in lowerToXXSPLTI32DX() local
9945 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) || in lowerToXXSPLTI32DX()
16076 bool HasAnyUndefs; in PerformDAGCombine() local
16078 APSplatBits, APSplatUndef, SplatBitSize, HasAnyUndefs, 0, in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12444 bool HasAnyUndefs; in resolveBuildVector() local
12445 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector()
13791 bool HasAnyUndefs; in getVShiftImm() local
13793 HasAnyUndefs, ElementBits) || in getVShiftImm()
13915 bool HasAnyUndefs; in EmitVectorComparison() local
13919 SplatBitSize, HasAnyUndefs); in EmitVectorComparison()
19609 bool HasAnyUndefs; in tryCombineShiftImm() local
19611 HasAnyUndefs, ElemBits) || in tryCombineShiftImm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12397 bool &HasAnyUndefs, in isConstantSplat() argument
12436 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
H A DDAGCombiner.cpp7111 bool HasAnyUndefs; in visitAND() local
7120 HasAnyUndefs, EltBitWidth, IsBigEndian); in visitAND()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4144 bool HasAnyUndefs; in getAVX512Node() local
4146 HasAnyUndefs, OpEltSizeInBits) && in getAVX512Node()
4147 !HasAnyUndefs && SplatValue.getBitWidth() == OpEltSizeInBits) in getAVX512Node()