Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp184 if (isMaskAgnostic(VType)) in printVType()
DRISCVBaseInfo.h462 inline static bool isMaskAgnostic(unsigned VType) { return VType & 0x80; } in isMaskAgnostic() function
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp223 RISCVVType::isMaskAgnostic(VType1) != RISCVVType::isMaskAgnostic(VType2)) in areCompatibleVTYPEs()
381 MaskAgnostic = RISCVVType::isMaskAgnostic(VType); in setVTYPE()