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.cpp17330 SmallVector<CombineResult> CombinesToApply; in combineOp_VLToVWOp_VL() local
17374 CombinesToApply.push_back(*Res); in combineOp_VLToVWOp_VL()
17400 ValuesToReplace.reserve(CombinesToApply.size()); in combineOp_VLToVWOp_VL()
17401 for (CombineResult Res : CombinesToApply) { in combineOp_VLToVWOp_VL()