Searched refs:SDNPMayLoad (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeProperties.h26 SDNPMayLoad, enumerator in enum:llvm::SDNP
H A DSDNodeProperties.cpp32 } else if (Property->getName() == "SDNPMayLoad") {
33 Properties |= 1 << SDNPMayLoad;
H A DCodeGenTarget.cpp553 } else if (PropList[i]->getName() == "SDNPMayLoad") {
554 Properties |= 1 << SDNPMayLoad;
H A DCodeGenDAGPatterns.cpp3471 if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
3484 if (N->NodeHasProperty(SDNPMayLoad, CDP)) mayLoad = true;

Completed in 74 milliseconds