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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 769 !CGP.getDefaultOperand(OperandNode).DefaultOps.empty()) {
774 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
775 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps);
    [all...]
CodeGenDAGPatterns.cpp     [all...]
CodeGenDAGPatterns.h 638 /// that has a set ExecuteAlways / DefaultOps field.
640 std::vector<TreePatternNode*> DefaultOps;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
DAGISelMatcherGen.cpp 725 !CGP.getDefaultOperand(OperandNode).DefaultOps.empty()) {
730 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
731 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps);
    [all...]
CodeGenDAGPatterns.h 585 /// or OptionalDefOperand that has a set ExecuteAlways / DefaultOps field.
587 std::vector<TreePatternNode*> DefaultOps;
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 733 !CGP.getDefaultOperand(OperandNode).DefaultOps.empty()) {
738 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
739 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps);
    [all...]
CodeGenDAGPatterns.cpp     [all...]
GlobalISelEmitter.cpp     [all...]
CodeGenDAGPatterns.h     [all...]

Completed in 157 milliseconds