Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp137 expandPcalau12iInstPair(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,MachineBasicBlock::iterator & NextMBBI,unsigned FlagsHi,unsigned SecondOpcode,unsigned FlagsLo) expandPcalau12iInstPair() argument
170 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; expandLoadAddressPcrel() local
183 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; expandLoadAddressGot() local
244 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; expandLoadAddressTLSIE() local
257 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; expandLoadAddressTLSLD() local
270 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; expandLoadAddressTLSGD() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp518 expandAuipcInstPair(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,MachineBasicBlock::iterator & NextMBBI,unsigned FlagsHi,unsigned SecondOpcode) expandAuipcInstPair() argument
557 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; expandLoadGlobalAddress() local
565 unsigned SecondOpcode = STI->is64Bit() ? RISCV::LD : RISCV::LW; expandLoadTLSIEAddress() local
585 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; expandLoadTLSDescAddress() local
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3121 emitAuipcInstPair(MCOperand DestReg,MCOperand TmpReg,const MCExpr * Symbol,RISCVMCExpr::VariantKind VKHi,unsigned SecondOpcode,SMLoc IDLoc,MCStreamer & Out) emitAuipcInstPair() argument
3169 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; emitLoadGlobalAddress() local
3199 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; emitLoadTLSIEAddress() local
3250 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; emitPseudoExtend() local
[all...]