HomeSort by: relevance | last modified time | path
    Searched refs:SDNPCommutative (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SDNodeProperties.h 20 SDNPCommutative,
SDNodeProperties.cpp 18 if (Property->getName() == "SDNPCommutative") {
19 Properties |= 1 << SDNPCommutative;
CodeGenDAGPatterns.cpp 2722 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {
4615 if (NodeInfo.hasProperty(SDNPCommutative) || isCommIntrinsic) {

Completed in 21 milliseconds