Home
last modified time | relevance | path

Searched refs:LoVReg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp307 Register LoVReg = RegInfo.createVirtualRegister(&CSKY::GPRRegClass); in unpack64() local
308 RegInfo.addLiveIn(VA.getLocReg(), LoVReg); in unpack64()
309 SDValue Lo = DAG.getCopyFromReg(Chain, DL, LoVReg, MVT::i32); in unpack64()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7000 Register LoVReg = RegInfo.createVirtualRegister(&LoongArch::GPRRegClass); in unpackF64OnLA32DSoftABI() local
7001 RegInfo.addLiveIn(VA.getLocReg(), LoVReg); in unpackF64OnLA32DSoftABI()
7002 SDValue Lo = DAG.getCopyFromReg(Chain, DL, LoVReg, MVT::i32); in unpackF64OnLA32DSoftABI()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22205 Register LoVReg = RegInfo.createVirtualRegister(&RISCV::GPRRegClass); in unpackF64OnRV32DSoftABI() local
22206 RegInfo.addLiveIn(VA.getLocReg(), LoVReg); in unpackF64OnRV32DSoftABI()
22207 SDValue Lo = DAG.getCopyFromReg(Chain, DL, LoVReg, MVT::i32); in unpackF64OnRV32DSoftABI()