Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1345 bool IsDAG = false; in ParseOperation() local
1367 IsDAG = true; in ParseOperation()
1395 if (IsDAG) { in ParseOperation()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp1708 bool IsDAG = false; in ParseOperationForEachFilter() local
1737 IsDAG = true; in ParseOperationForEachFilter()
1768 if (Operation == tgtok::XForEach && !IsDAG) { in ParseOperationForEachFilter()