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

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVBaseInfo.h 131 static inline bool hasVLOp(uint64_t TSFlags) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVMCInstLower.cpp 158 if (RISCVII::hasVLOp(TSFlags) && OpNo == (NumOps - 2))
RISCVISelLowering.cpp 6553 int VLIndex = RISCVII::hasVLOp(TSFlags) ? NumOperands - 2 : -1;

Completed in 81 milliseconds