Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1619 const bool IsUsingCustomCXXAction = hasOnlyCXXApplyPatterns(); in emitMatchPattern() local
1643 if (IsUsingCustomCXXAction) in emitMatchPattern()
1654 return IsUsingCustomCXXAction ? emitCXXMatchApply(CE, M, CXXMatchers) in emitMatchPattern()
1663 const bool IsUsingCustomCXXAction = hasOnlyCXXApplyPatterns(); in emitMatchPattern() local
1703 if (IsUsingCustomCXXAction) in emitMatchPattern()
1714 const bool Res = IsUsingCustomCXXAction in emitMatchPattern()