Searched refs:SecondOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 49 unsigned FlagsHi, unsigned SecondOpcode); 160 unsigned SecondOpcode) { in expandAuipcInstPair() argument 178 BuildMI(NewMBB, DL, TII->get(SecondOpcode), DestReg) in expandAuipcInstPair() 210 unsigned SecondOpcode; in expandLoadAddress() local 214 SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadAddress() 217 SecondOpcode = RISCV::ADDI; in expandLoadAddress() 220 return expandAuipcInstPair(MBB, MBBI, NextMBBI, FlagsHi, SecondOpcode); in expandLoadAddress() 229 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local 231 SecondOpcode); in expandLoadTLSIEAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 107 unsigned SecondOpcode, SMLoc IDLoc, MCStreamer &Out); 2240 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair() argument 2258 emitToStreamer(Out, MCInstBuilder(SecondOpcode) in emitAuipcInstPair() 2291 unsigned SecondOpcode; in emitLoadAddress() local 2294 SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadAddress() 2297 SecondOpcode = RISCV::ADDI; in emitLoadAddress() 2300 emitAuipcInstPair(DestReg, DestReg, Symbol, VKHi, SecondOpcode, IDLoc, Out); in emitLoadAddress() 2313 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local 2315 SecondOpcode, IDLoc, Out); in emitLoadTLSIEAddress() 2364 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local [all …]
|