| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelDAGToDAG.cpp | 238 bool HasAnyUndefs; in selectVecAddAsVecSubIfProfitable() local 240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
|
| H A D | MipsSEISelDAGToDAG.cpp | 523 bool HasAnyUndefs; in selectVSplat() local 525 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat() 1092 bool HasAnyUndefs; in trySelect() local 1101 HasAnyUndefs, 8, in trySelect()
|
| H A D | MipsSEISelLowering.cpp | 535 bool HasAnyUndefs; in isVSplat() local 537 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat() 560 bool HasAnyUndefs; in isVectorAllOnes() local 564 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes() 844 bool HasAnyUndefs; in performDSPShiftCombine() local 852 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine() 2458 bool HasAnyUndefs; in lowerBUILD_VECTOR() local 2464 HasAnyUndefs, 8, in lowerBUILD_VECTOR() 2474 if (ResTy.isInteger() && !HasAnyUndefs) in lowerBUILD_VECTOR()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2526 bool HasAnyUndefs; in performVectorTruncZeroCombine() local 2529 HasAnyUndefs) && in performVectorTruncZeroCombine()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6512 bool HasAnyUndefs; in getVShiftImm() local 6514 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm() 7805 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 7806 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR() 14185 bool HasAnyUndefs; in PerformANDCombine() local 14187 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine() 14481 bool HasAnyUndefs; in PerformORCombine() local 14483 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine() 14522 bool HasAnyUndefs; in PerformORCombine() local 14529 HasAnyUndefs) && !HasAnyUndefs) { in PerformORCombine() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 824 bool HasAnyUndefs; in SystemZVectorConstantInfo() local 827 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128, in SystemZVectorConstantInfo() 831 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8, in SystemZVectorConstantInfo() 5613 bool HasAnyUndefs; in lowerShift() local 5616 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1983 unsigned &SplatBitSize, bool &HasAnyUndefs,
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 9178 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 9181 HasAnyUndefs, 0, !Subtarget.isLittleEndian()); in LowerBUILD_VECTOR() 9321 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) { in LowerBUILD_VECTOR() 9788 bool HasAnyUndefs; in lowerToXXSPLTI32DX() local 9790 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) || in lowerToXXSPLTI32DX()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10705 bool HasAnyUndefs; in resolveBuildVector() local 10706 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector() 11876 bool HasAnyUndefs; in getVShiftImm() local 11878 HasAnyUndefs, ElementBits) || in getVShiftImm() 16098 bool HasAnyUndefs; in tryCombineShiftImm() local 16100 HasAnyUndefs, ElemBits) || in tryCombineShiftImm()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11396 bool &HasAnyUndefs, in isConstantSplat() argument 11435 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
|
| H A D | DAGCombiner.cpp | 6275 bool HasAnyUndefs; in visitAND() local 6277 SplatBitSize, HasAnyUndefs); in visitAND()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6683 bool HasAnyUndefs; in getAVX512Node() local 6685 HasAnyUndefs, OpEltSizeInBits) && in getAVX512Node() 6686 !HasAnyUndefs && SplatValue.getBitWidth() == OpEltSizeInBits) in getAVX512Node()
|