Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14997 SmallVector<CombineResult> CombinesToApply; in combineBinOp_VLToVWBinOp_VL()
15036 CombinesToApply.push_back(*Res); in combineBinOp_VLToVWBinOp_VL()
15058 // yet-to-be-visited CombinesToApply roots. in combineBinOp_VLToVWBinOp_VL()
15060 ValuesToReplace.reserve(CombinesToApply.size()); in combineBinOp_VLToVWBinOp_VL()
15061 for (CombineResult Res : CombinesToApply) { in combineBinOp_VLToVWBinOp_VL()
14994 SmallVector<CombineResult> CombinesToApply; combineBinOp_VLToVWBinOp_VL() local