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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 129 /// GetInstPatternNode - Get the pattern for an instruction.
130 const TreePatternNode *GetInstPatternNode(const DAGInstruction &Ins,
655 /// GetInstPatternNode - Get the pattern for an instruction.
658 GetInstPatternNode(const DAGInstruction &Inst, const TreePatternNode *N) {
720 const TreePatternNode *InstPatNode = GetInstPatternNode(Inst, N);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 125 /// GetInstPatternNode - Get the pattern for an instruction.
126 const TreePatternNode *GetInstPatternNode(const DAGInstruction &Ins,
622 /// GetInstPatternNode - Get the pattern for an instruction.
625 GetInstPatternNode(const DAGInstruction &Inst, const TreePatternNode *N) {
687 const TreePatternNode *InstPatNode = GetInstPatternNode(Inst, N);
    [all...]

Completed in 63 milliseconds