/netbsd-src/external/apache2/llvm/dist/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() 1059 bool HasAnyUndefs; in trySelect() local 1068 HasAnyUndefs, 8, in trySelect()
|
H A D | 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() 2466 bool HasAnyUndefs; in lowerBUILD_VECTOR() local 2472 HasAnyUndefs, 8, in lowerBUILD_VECTOR() 2482 if (ResTy.isInteger() && !HasAnyUndefs) in lowerBUILD_VECTOR()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2220 bool HasAnyUndefs; in performVectorTruncSatLowCombine() local 2222 HasAnyUndefs)) in performVectorTruncSatLowCombine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6259 bool HasAnyUndefs; in getVShiftImm() local 6261 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm() 7489 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 7490 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR() 13379 bool HasAnyUndefs; in PerformANDCombine() local 13381 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine() 13676 bool HasAnyUndefs; in PerformORCombine() local 13678 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine() 13717 bool HasAnyUndefs; in PerformORCombine() local 13724 HasAnyUndefs) && !HasAnyUndefs) { in PerformORCombine() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 816 bool HasAnyUndefs; in SystemZVectorConstantInfo() local 819 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128, in SystemZVectorConstantInfo() 823 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8, in SystemZVectorConstantInfo() 5324 bool HasAnyUndefs; in lowerShift() local 5327 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 1932 unsigned &SplatBitSize, bool &HasAnyUndefs,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 9275 bool HasAnyUndefs; in resolveBuildVector() local 9276 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector() 10300 bool HasAnyUndefs; in getVShiftImm() local 10302 HasAnyUndefs, ElementBits) || in getVShiftImm() 13580 bool HasAnyUndefs; in tryCombineShiftImm() local 13582 HasAnyUndefs, ElemBits) || in tryCombineShiftImm()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9039 bool HasAnyUndefs; in LowerBUILD_VECTOR() local 9042 HasAnyUndefs, 0, !Subtarget.isLittleEndian()); in LowerBUILD_VECTOR() 9146 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) { in LowerBUILD_VECTOR() 9613 bool HasAnyUndefs; in lowerToXXSPLTI32DX() local 9615 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) || in lowerToXXSPLTI32DX()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10204 bool &HasAnyUndefs, in isConstantSplat() argument 10243 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
|
H A D | DAGCombiner.cpp | 5721 bool HasAnyUndefs; in visitAND() local 5723 SplatBitSize, HasAnyUndefs); in visitAND()
|