Home
last modified time | relevance | path

Searched defs:SecondOpcode (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp132 expandPcalau12iInstPair(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,MachineBasicBlock::iterator & NextMBBI,unsigned FlagsHi,unsigned SecondOpcode,unsigned FlagsLo) expandPcalau12iInstPair() argument
165 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; expandLoadAddressPcrel() local
178 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; expandLoadAddressGot() local
239 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; expandLoadAddressTLSIE() local
252 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; expandLoadAddressTLSLD() local
265 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; expandLoadAddressTLSGD() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp565 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSDescAddress() local
498 expandAuipcInstPair(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,MachineBasicBlock::iterator & NextMBBI,unsigned FlagsHi,unsigned SecondOpcode) expandAuipcInstPair() argument
537 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; expandLoadGlobalAddress() local
545 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; expandLoadTLSIEAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3118 emitAuipcInstPair(MCOperand DestReg,MCOperand TmpReg,const MCExpr * Symbol,RISCVMCExpr::VariantKind VKHi,unsigned SecondOpcode,SMLoc IDLoc,MCStreamer & Out) emitAuipcInstPair() argument
3166 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; emitLoadGlobalAddress() local
3196 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; emitLoadTLSIEAddress() local
3247 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; emitPseudoExtend() local
[all...]