Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1524 const bool IsUsingCustomCXXAction = hasOnlyCXXApplyPatterns(); in emitMatchPattern() local
1548 if (IsUsingCustomCXXAction) in emitMatchPattern()
1559 return IsUsingCustomCXXAction ? emitCXXMatchApply(CE, M, CXXMatchers) in emitMatchPattern()
1568 const bool IsUsingCustomCXXAction = hasOnlyCXXApplyPatterns(); in emitMatchPattern() local
1608 if (IsUsingCustomCXXAction) in emitMatchPattern()
1619 const bool Res = IsUsingCustomCXXAction in emitMatchPattern()