| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsISelDAGToDAG.cpp | 238 bool HasAnyUndefs; in selectVecAddAsVecSubIfProfitable() local 240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
|
| HD | MipsSEISelDAGToDAG.cpp | 523 bool HasAnyUndefs; in selectVSplat() local 525 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat() 986 bool HasAnyUndefs; in trySelect() local 995 HasAnyUndefs, 8, in trySelect()
|
| HD | MipsSEISelLowering.cpp | 542 bool HasAnyUndefs; in isVSplat() local 544 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat() 567 bool HasAnyUndefs; in isVectorAllOnes() local 571 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes() 851 bool HasAnyUndefs; in performDSPShiftCombine() local 859 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine() 2467 bool HasAnyUndefs; in lowerBUILD_VECTOR() local 2473 HasAnyUndefs, 8, in lowerBUILD_VECTOR() 2483 if (ResTy.isInteger() && !HasAnyUndefs) in lowerBUILD_VECTOR()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.cpp | 6045 bool HasAnyUndefs; in getVShiftImm() local 6047 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm() 7161 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 7162 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR() 12191 bool HasAnyUndefs; in PerformANDCombine() local 12193 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine() 12498 bool HasAnyUndefs; in PerformORCombine() local 12500 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine() 12539 bool HasAnyUndefs; in PerformORCombine() local 12546 HasAnyUndefs) && !HasAnyUndefs) { in PerformORCombine() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.cpp | 799 bool HasAnyUndefs; in SystemZVectorConstantInfo() local 802 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128, in SystemZVectorConstantInfo() 806 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8, in SystemZVectorConstantInfo() 5046 bool HasAnyUndefs; in lowerShift() local 5049 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAGNodes.h | 1931 unsigned &SplatBitSize, bool &HasAnyUndefs,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.cpp | 7442 bool HasAnyUndefs; in resolveBuildVector() local 7443 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector() 8295 bool HasAnyUndefs; in getVShiftImm() local 8297 HasAnyUndefs, ElementBits) || in getVShiftImm() 10758 bool HasAnyUndefs; in tryCombineShiftImm() local 10760 HasAnyUndefs, ElemBits) || in tryCombineShiftImm()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAG.cpp | 9505 bool &HasAnyUndefs, in isConstantSplat() argument 9544 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
|
| HD | DAGCombiner.cpp | 5266 bool HasAnyUndefs; in visitAND() local 5268 SplatBitSize, HasAnyUndefs); in visitAND()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCISelLowering.cpp | 8735 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 8737 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) || in LowerBUILD_VECTOR() 8786 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) { in LowerBUILD_VECTOR()
|