Searched refs:SDNPInGlue (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeProperties.h24 SDNPInGlue, enumerator in enum:llvm::SDNP
H A DSDNodeProperties.cpp26 } else if (Property->getName() == "SDNPInGlue") {
27 Properties |= 1 << SDNPInGlue;
H A DDAGISelMatcherGen.cpp429 PInfo.hasProperty(SDNPInGlue) ||
452 N->NodeHasProperty(SDNPInGlue, CGP))
773 SrcPat->TreeHasProperty(SDNPInGlue, CGP);

Completed in 108 milliseconds