Home
last modified time | relevance | path

Searched refs:hasNullFragReference (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2889 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
2899 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
2908 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
2912 if (hasNullFragReference(DI)) in hasNullFragReference()
3132 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
3440 if (hasNullFragReference(Tree)) in ParsePatterns()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3426 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
3436 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
3445 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
3449 if (hasNullFragReference(DI)) in hasNullFragReference()
3667 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
4068 if (hasNullFragReference(Tree)) in ParsePatterns()