Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp135 unsigned SecondOpcode, unsigned FlagsLo) { in expandPcalau12iInstPair()
168 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressPcrel() local
181 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; in expandLoadAddressGot() local
220 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::LD_D : LoongArch::LD_W; in expandLoadAddressTLSIE() local
233 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressTLSLD() local
246 unsigned SecondOpcode = STI.is64Bit() ? LoongArch::ADDI_D : LoongArch::ADDI_W; in expandLoadAddressTLSGD() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp319 unsigned SecondOpcode) { in expandAuipcInstPair()
366 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadAddress() local
377 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp627 unsigned SecondOpcode) { in expandAuipcInstPair()
677 unsigned SecondOpcode; in expandLoadAddress() local
696 unsigned SecondOpcode = STI.is64Bit() ? RISCV::LD : RISCV::LW; in expandLoadTLSIEAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2358 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()
2409 unsigned SecondOpcode; in emitLoadAddress() local
2431 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
2482 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1666 unsigned SecondOpcode, SMLoc IDLoc, in emitAuipcInstPair()
1718 unsigned SecondOpcode; in emitLoadAddress() local
1741 unsigned SecondOpcode = isRV64() ? RISCV::LD : RISCV::LW; in emitLoadTLSIEAddress() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1802 unsigned SecondOpcode = Second.getOpcode(); in shouldScheduleAdjacent() local