Home
last modified time | relevance | path

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

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