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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeProperties.h20 SDNPCommutative, enumerator in enum:llvm::SDNP
H A DSDNodeProperties.cpp18 if (Property->getName() == "SDNPCommutative") {
19 Properties |= 1 << SDNPCommutative;
H A DCodeGenDAGPatterns.cpp2662 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {
4562 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {

Completed in 121 milliseconds