HomeSort by: relevance | last modified time | path
    Searched defs:SDNode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 9 // This file declares the SDNode class and derived classes, which are used to
67 class SDNode;
72 void checkForCycles(const SDNode *N, const SelectionDAG *DAG = nullptr,
91 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
96 bool isConstantSplatVectorAllOnes(const SDNode *N,
102 bool isConstantSplatVectorAllZeros(const SDNode *N,
107 bool isBuildVectorAllOnes(const SDNode *N);
111 bool isBuildVectorAllZeros(const SDNode *N);
115 bool isBuildVectorOfConstantSDNodes(const SDNode *N);
119 bool isBuildVectorOfConstantFPSDNodes(const SDNode *N)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 1351 TreeClassName = "SDNode";
1367 if (ClassName == "SDNode")
1368 Result = " SDNode *N = Node;\n";
1829 if (Operator->isSubClassOf("SDNode"))
2492 if (getOperator()->isSubClassOf("SDNode")) {
2793 if (R->isSubClassOf("SDNode") || R->isSubClassOf("PatFrags"))
2867 !Operator->isSubClassOf("SDNode") &&
2885 if (Operator->isSubClassOf("SDNode") &&
3145 if (!N || !N->isSubClassOf("SDNode"))
3146 PrintFatalError("Error getting SDNode '" + Name + "'!")
    [all...]

Completed in 28 milliseconds