Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp179 if (isTailAgnostic(VType)) in printVType()
H A DRISCVBaseInfo.h460 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic() function
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp220 RISCVVType::isTailAgnostic(VType1) != RISCVVType::isTailAgnostic(VType2)) in areCompatibleVTYPEs()
380 TailAgnostic = RISCVVType::isTailAgnostic(VType); in setVTYPE()
H A DRISCVInstrInfo.cpp187 if (!RISCVVType::isTailAgnostic(VType)) in isConvertibleToVMV_V_V()