Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp4903 unsigned RVVMCOpcode = RISCV::getRVVMCOpcode(Opc); in isHighLatencyDef() local
4904 Opc = RVVMCOpcode ? RVVMCOpcode : Opc; in isHighLatencyDef()