Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp902 bool needVSETVLI(const DemandedFields &Used, const VSETVLIInfo &Require,
1177 bool RISCVInsertVSETVLI::needVSETVLI(const DemandedFields &Used, in needVSETVLI() function in RISCVInsertVSETVLI
1219 if (Info.isValid() && !needVSETVLI(Demanded, NewInfo, Info)) in transferBefore()