Searched defs:SecondOpcode (Results 1 – 6 of 6) sorted by relevance
135 unsigned SecondOpcode, unsigned FlagsLo) { in expandPcalau12iInstPair()168 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressPcrel() local181 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; in expandLoadAddressGot() local220 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; in expandLoadAddressTLSIE() local233 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressTLSLD() local246 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressTLSGD() local
319 unsigned SecondOpcode) { in expandAuipcInstPair()366 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadAddress() local377 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
627 unsigned SecondOpcode) { in expandAuipcInstPair()677 unsigned SecondOpcode; in expandLoadAddress() local696 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
2358 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()2409 unsigned SecondOpcode; in emitLoadAddress() local2431 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local2482 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local
1666 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()1718 unsigned SecondOpcode; in emitLoadAddress() local1741 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
1802 unsigned SecondOpcode = Second.getOpcode(); in shouldScheduleAdjacent() local