HomeSort by: relevance | last modified time | path
    Searched refs:TailAgnostic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVBaseInfo.cpp 111 bool TailAgnostic, bool MaskAgnostic) {
116 if (TailAgnostic)
RISCVBaseInfo.h 322 unsigned encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, bool TailAgnostic,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 1577 bool TailAgnostic;
1579 TailAgnostic = true;
1581 TailAgnostic = false;
1600 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 6518 bool TailAgnostic = true;
6521 TailAgnostic = false;
6522 // If the tied operand is an IMPLICIT_DEF we can keep TailAgnostic.
6528 TailAgnostic = true;
6534 /*TailAgnostic*/ TailAgnostic,

Completed in 35 milliseconds