Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h420 bool isBuildVectorAllOnes(const MachineInstr &MI,
H A DInstructionSelectorImpl.h353 if (!isBuildVectorAllOnes(*MI, MRI)) { in executeMatchTable()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1135 bool llvm::isBuildVectorAllOnes(const MachineInstr &MI, in isBuildVectorAllOnes() function in llvm
1253 return isBuildVectorAllOnes(MI, MRI); in isAllOnesOrAllOnesSplat()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1003 if (ISD::isBuildVectorAllOnes(Op0.getNode())) in performXORCombine()
1005 else if (ISD::isBuildVectorAllOnes(Op1.getNode())) in performXORCombine()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h107 bool isBuildVectorAllOnes(const SDNode *N);
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7073 (ISD::isBuildVectorAllOnes(V.getOperand(1).getNode()) || in IsNOT()
10034 ISD::isBuildVectorAllOnes(Op.getNode())) in LowerBUILD_VECTORvXi1()
10840 if (Subtarget.hasSSE2() && ISD::isBuildVectorAllOnes(Op.getNode())) { in materializeVectorConstant()
25067 if (!FlipSigns && !Invert && ISD::isBuildVectorAllOnes(Op1.getNode())) { in LowerVSETCC()
27459 if (ISD::isBuildVectorAllOnes(Mask.getNode())) // return data as is in LowerINTRINSIC_WO_CHAIN()
27595 if (ISD::isBuildVectorAllOnes(Mask.getNode())) in LowerINTRINSIC_WO_CHAIN()
27959 if (Src.isUndef() || ISD::isBuildVectorAllOnes(Mask.getNode())) in getAVX2GatherNode()
28000 if (Src.isUndef() || ISD::isBuildVectorAllOnes(Mask.getNode())) in getGatherNode()
40344 if (Ops.size() == 1 && ISD::isBuildVectorAllOnes(Ops[0].getNode()) && in combineX86ShufflesRecursively()
40760 return ISD::isBuildVectorAllOnes(Op.getNode()) || in canonicalizeShuffleWithBinOps()
[all …]
H A DX86ISelDAGToDAG.cpp4397 ISD::isBuildVectorAllOnes(Op.getOperand(1).getNode())) { in tryVPTERNLOG()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15052 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp()
16069 if (!ISD::isBuildVectorAllOnes(Add.getOperand(1).getNode())) in tryCombineToBSL()
22990 if (ISD::isBuildVectorAllOnes(Mask.getNode())) in convertFixedMaskToScalableVector()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp262 bool ISD::isBuildVectorAllOnes(const SDNode *N) { in isBuildVectorAllOnes() function in ISD
H A DDAGCombiner.cpp11329 (ISD::isBuildVectorAllOnes(RHS.getNode()) && CC == ISD::SETGT)) && in visitVSELECT()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2402 if (ISD::isBuildVectorAllOnes(Op.getNode())) { in lowerBUILD_VECTOR()