Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h115 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic() function
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp208 if (isMaskAgnostic(VType)) in printVType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp379 if (Used.MaskPolicy && RISCVVType::isMaskAgnostic(CurVType) != in areCompatibleVTYPEs()
380 RISCVVType::isMaskAgnostic(NewVType)) in areCompatibleVTYPEs()
674 MaskAgnostic = RISCVVType::isMaskAgnostic(VType); in setVTYPE()