| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelDAGToDAG.cpp | 98 bool HasAnyUndefs; in INITIALIZE_PASS() local 107 HasAnyUndefs, 8)) in INITIALIZE_PASS() 341 bool HasAnyUndefs; in selectVSplat() local 343 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat()
|
| H A D | LoongArchISelLowering.cpp | 1379 bool HasAnyUndefs; in lowerBUILD_VECTOR() local 1387 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerBUILD_VECTOR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelDAGToDAG.cpp | 245 bool HasAnyUndefs; in selectVecAddAsVecSubIfProfitable() local 247 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() 1100 bool HasAnyUndefs; in trySelect() local 1109 HasAnyUndefs, 8, in trySelect()
|
| H A D | MipsSEISelLowering.cpp | 541 bool HasAnyUndefs; in isVSplat() local 543 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat() 566 bool HasAnyUndefs; in isVectorAllOnes() local 570 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes() 850 bool HasAnyUndefs; in performDSPShiftCombine() local 858 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine() 2461 bool HasAnyUndefs; in lowerBUILD_VECTOR() local 2467 HasAnyUndefs, 8, in lowerBUILD_VECTOR() 2477 if (ResTy.isInteger() && !HasAnyUndefs) in lowerBUILD_VECTOR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2594 bool HasAnyUndefs; in performVectorTruncZeroCombine() local 2599 HasAnyUndefs) && in performVectorTruncZeroCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6617 bool HasAnyUndefs; in getVShiftImm() local 6619 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm() 7930 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 7931 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR() 14427 bool HasAnyUndefs; in PerformANDCombine() local 14429 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine() 14723 bool HasAnyUndefs; in PerformORCombine() local 14725 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine() 14764 bool HasAnyUndefs; in PerformORCombine() local 14771 HasAnyUndefs) && !HasAnyUndefs) { in PerformORCombine() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 907 bool HasAnyUndefs; in SystemZVectorConstantInfo() local 910 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128, in SystemZVectorConstantInfo() 914 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8, in SystemZVectorConstantInfo() 6018 bool HasAnyUndefs; in lowerShift() local 6021 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2088 unsigned &SplatBitSize, bool &HasAnyUndefs,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 9461 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 9464 HasAnyUndefs, 0, !Subtarget.isLittleEndian()); in LowerBUILD_VECTOR() 9604 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) { in LowerBUILD_VECTOR() 10074 bool HasAnyUndefs; in lowerToXXSPLTI32DX() local 10076 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) || in lowerToXXSPLTI32DX() 16289 bool HasAnyUndefs; in PerformDAGCombine() local 16291 APSplatBits, APSplatUndef, SplatBitSize, HasAnyUndefs, 0, in PerformDAGCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13395 bool HasAnyUndefs; in resolveBuildVector() local 13396 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector() 14788 bool HasAnyUndefs; in getVShiftImm() local 14790 HasAnyUndefs, ElementBits) || in getVShiftImm() 14968 bool HasAnyUndefs; in EmitVectorComparison() local 14972 SplatBitSize, HasAnyUndefs); in EmitVectorComparison() 20828 bool HasAnyUndefs; in tryCombineShiftImm() local 20830 HasAnyUndefs, ElemBits) || in tryCombineShiftImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 12727 bool &HasAnyUndefs, in isConstantSplat() argument 12766 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
|
| H A D | DAGCombiner.cpp | 7102 bool HasAnyUndefs; in visitAND() local 7111 HasAnyUndefs, EltBitWidth, IsBigEndian); in visitAND()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4282 bool HasAnyUndefs; in getAVX512Node() local 4284 HasAnyUndefs, OpEltSizeInBits) && in getAVX512Node() 4285 !HasAnyUndefs && SplatValue.getBitWidth() == OpEltSizeInBits) in getAVX512Node()
|