Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp173 bool ElementsDependOnVL = RISCVII::elementsDependOnVL( in tryToReduceVL()
774 if (RISCVII::elementsDependOnVL(RVVTSFlags) && !TrueVL.isIdenticalTo(MinVL)) in foldVMergeToMask()
H A DRISCVVLOptimizer.cpp1272 assert(!RISCVII::elementsDependOnVL(RISCV::getRVVMCOpcode(MI.getOpcode())) && in isCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h188 static inline bool elementsDependOnVL(uint64_t TSFlags) { in elementsDependOnVL() function