HomeSort by: relevance | last modified time | path
    Searched refs:isConstantSplatVectorAllOnes (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 96 bool isConstantSplatVectorAllOnes(const SDNode *N,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 3250 if (!ISD::isConstantSplatVectorAllOnes(N.getNode()))
DAGCombiner.cpp 5605 if (ISD::isConstantSplatVectorAllOnes(N0.getNode()))
5607 if (ISD::isConstantSplatVectorAllOnes(N1.getNode()))
6367 if (ISD::isConstantSplatVectorAllOnes(N0.getNode()))
6370 if (ISD::isConstantSplatVectorAllOnes(N1.getNode()))
9707 if (ISD::isConstantSplatVectorAllOnes(Mask.getNode()) &&
9764 if (ISD::isConstantSplatVectorAllOnes(Mask.getNode()) &&
10062 if (ISD::isConstantSplatVectorAllOnes(N0.getNode()))
SelectionDAG.cpp 171 bool ISD::isConstantSplatVectorAllOnes(const SDNode *N, bool BuildVectorOnly) {
263 return isConstantSplatVectorAllOnes(N, /*BuildVectorOnly*/ true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 2905 if (ISD::isConstantSplatVectorAllOnes(Op.getNode())) {
4374 bool IsUnmasked = ISD::isConstantSplatVectorAllOnes(Mask.getNode());
4455 bool IsUnmasked = ISD::isConstantSplatVectorAllOnes(Mask.getNode());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 15413 SplatLHSVal.isOneValue() && ISD::isConstantSplatVectorAllOnes(CmpRHS) &&
15414 ISD::isConstantSplatVectorAllOnes(SplatRHS)) {

Completed in 86 milliseconds