Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14481 using CombineToTry = std::function<std::optional<CombineResult>(
14735 /// Note that each returned CombineToTry function doesn't actually modify
14739 /// If the related CombineToTry function returns std::nullopt, that means the
14741 static SmallVector<CombineToTry> getSupportedFoldings(const SDNode *Root);
14917 SmallVector<NodeExtensionHelper::CombineToTry> in getSupportedFoldings()
14919 SmallVector<CombineToTry> Strategies; in getSupportedFoldings()
15021 SmallVector<NodeExtensionHelper::CombineToTry> FoldingStrategies = in combineBinOp_VLToVWBinOp_VL()
15030 for (NodeExtensionHelper::CombineToTry FoldingStrategy : in combineBinOp_VLToVWBinOp_VL()
14478 using CombineToTry = std::function<std::optional<CombineResult>( global() typedef