Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp111 bool TailAgnostic, bool MaskAgnostic) { in encodeVTYPE() argument
118 if (MaskAgnostic) in encodeVTYPE()
H A DRISCVBaseInfo.h323 bool MaskAgnostic);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1587 bool MaskAgnostic; in parseVTypeI() local
1589 MaskAgnostic = true; in parseVTypeI()
1591 MaskAgnostic = false; in parseVTypeI()
1600 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic); in parseVTypeI()