Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h419 bool isBuildVectorAllOnes(const MachineInstr &MI,
H A DInstructionSelectorImpl.h353 if (!isBuildVectorAllOnes(*MI, MRI)) { in executeMatchTable()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1119 bool llvm::isBuildVectorAllOnes(const MachineInstr &MI, in isBuildVectorAllOnes() function in llvm
1237 return isBuildVectorAllOnes(MI, MRI); in isAllOnesOrAllOnesSplat()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1003 if (ISD::isBuildVectorAllOnes(Op0.getNode())) in performXORCombine()
1005 else if (ISD::isBuildVectorAllOnes(Op1.getNode())) in performXORCombine()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h107 bool isBuildVectorAllOnes(const SDNode *N);
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6981 ISD::isBuildVectorAllOnes(V.getOperand(1).getNode())) in IsNOT()
9910 ISD::isBuildVectorAllOnes(Op.getNode())) in LowerBUILD_VECTORvXi1()
27132 if (ISD::isBuildVectorAllOnes(Mask.getNode())) in LowerINTRINSIC_WO_CHAIN()
39671 return ISD::isBuildVectorAllOnes(Op.getNode()) || in canonicalizeShuffleWithBinOps()
45502 if (ISD::isBuildVectorAllOnes(Op0.getNode())) in combinePTESTCC()
45506 if (ISD::isBuildVectorAllOnes(Op1.getNode())) in combinePTESTCC()
47127 if (!LogicalShift && ISD::isBuildVectorAllOnes(N0.getNode())) in combineVectorShiftImm()
48595 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp()
51023 return ISD::isBuildVectorAllOnes(V.getNode()); in combineFAndFNotToFAndn()
52261 ISD::isBuildVectorAllOnes(Src.getOperand(1).getNode())) { in combineMOVMSK()
[all …]
H A DX86ISelDAGToDAG.cpp4367 ISD::isBuildVectorAllOnes(Op.getOperand(1).getNode())) { in tryVPTERNLOG()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13765 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp()
14707 if (!ISD::isBuildVectorAllOnes(Add.getOperand(1).getNode())) in tryCombineToBSL()
21026 if (ISD::isBuildVectorAllOnes(Mask.getNode())) in convertFixedMaskToScalableVector()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp260 bool ISD::isBuildVectorAllOnes(const SDNode *N) { in isBuildVectorAllOnes() function in ISD
H A DDAGCombiner.cpp10871 (ISD::isBuildVectorAllOnes(RHS.getNode()) && CC == ISD::SETGT)) && in visitVSELECT()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2087 if (ISD::isBuildVectorAllOnes(Op.getNode())) { in lowerBUILD_VECTOR()