Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp238 bool HasAnyUndefs; in selectVecAddAsVecSubIfProfitable() local
240 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()
1059 bool HasAnyUndefs; in trySelect() local
1068 HasAnyUndefs, 8, in trySelect()
H A DMipsSEISelLowering.cpp542 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 DWebAssemblyISelLowering.cpp2220 bool HasAnyUndefs; in performVectorTruncSatLowCombine() local
2222 HasAnyUndefs)) in performVectorTruncSatLowCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6259 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 DSystemZISelLowering.cpp816 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 DSelectionDAGNodes.h1932 unsigned &SplatBitSize, bool &HasAnyUndefs,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9275 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 DPPCISelLowering.cpp9039 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 DSelectionDAG.cpp10204 bool &HasAnyUndefs, in isConstantSplat() argument
10243 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
H A DDAGCombiner.cpp5721 bool HasAnyUndefs; in visitAND() local
5723 SplatBitSize, HasAnyUndefs); in visitAND()