Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h131 static inline bool hasVLOp(uint64_t TSFlags) { in hasVLOp() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp158 if (RISCVII::hasVLOp(TSFlags) && OpNo == (NumOps - 2)) in lowerRISCVVMachineInstrToMCInst()
H A DRISCVISelLowering.cpp6553 int VLIndex = RISCVII::hasVLOp(TSFlags) ? NumOperands - 2 : -1; in EmitInstrWithCustomInserter()