Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertReadWriteCSR.cpp102 unsigned InstrRM = MI.getOperand(FRMIdx).getImm(); in INITIALIZE_PASS() local
112 if (InstrRM == CurrentRM) in INITIALIZE_PASS()
120 .addImm(InstrRM); in INITIALIZE_PASS()
124 .addImm(InstrRM); in INITIALIZE_PASS()
126 CurrentRM = InstrRM; in INITIALIZE_PASS()