Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h113 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic() function
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp203 if (isTailAgnostic(VType)) in printVType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp376 if (Used.TailPolicy && RISCVVType::isTailAgnostic(CurVType) != in areCompatibleVTYPEs()
377 RISCVVType::isTailAgnostic(NewVType)) in areCompatibleVTYPEs()
673 TailAgnostic = RISCVVType::isTailAgnostic(VType); in setVTYPE()
H A DRISCVInstrInfo.cpp248 if (!RISCVVType::isTailAgnostic(VType)) in isConvertibleToVMV_V_V()