HomeSort by relevance Sort by last modified time
    Searched refs:doNotCSE (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 546 /// doNotCSE - Return true if CSE should not be performed for this node.
547 static bool doNotCSE(SDNode *N) {
775 !N->isMachineOpcode() && !doNotCSE(N)) {
793 if (!doNotCSE(N)) {
820 if (doNotCSE(N))
841 if (doNotCSE(N))
862 if (doNotCSE(N))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 493 /// doNotCSE - Return true if CSE should not be performed for this node.
494 static bool doNotCSE(SDNode *N) {
654 !N->isMachineOpcode() && !doNotCSE(N)) {
673 if (!doNotCSE(N)) {
701 if (doNotCSE(N))
719 if (doNotCSE(N))
738 if (doNotCSE(N))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 635 /// doNotCSE - Return true if CSE should not be performed for this node.
636 static bool doNotCSE(SDNode *N) {
872 !N->isMachineOpcode() && !doNotCSE(N)) {
889 if (!doNotCSE(N)) {
916 if (doNotCSE(N))
936 if (doNotCSE(N))
    [all...]

Completed in 94 milliseconds