HomeSort by relevance Sort by last modified time
    Searched defs:PInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 364 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator());
369 PInfo.getNumOperands() > 1 ||
370 PInfo.hasProperty(SDNPHasChain) ||
371 PInfo.hasProperty(SDNPInGlue) ||
372 PInfo.hasProperty(SDNPOptInGlue);
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]

Completed in 3280 milliseconds