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

/external/llvm/utils/TableGen/
H A DCodeGenTarget.h36 SDNPCommutative, enumerator in enum:llvm::SDNP
H A DCodeGenDAGPatterns.cpp935 if (PropList[i]->getName() == "SDNPCommutative") {
936 Properties |= 1 << SDNPCommutative;
1678 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {
3350 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {

Completed in 75 milliseconds