Home
last modified time | relevance | path

Searched refs:RetValue2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp733 SDValue RetValue2 = in LowerCall() local
735 Chain = RetValue2.getValue(1); in LowerCall()
736 Glue = RetValue2.getValue(2); in LowerCall()
738 RetValue, RetValue2); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20178 SDValue RetValue2 = DAG.getCopyFromReg(Chain, DL, RVLocs[++i].getLocReg(), in LowerCall()
20180 Chain = RetValue2.getValue(1); in LowerCall()
20181 Glue = RetValue2.getValue(2); in LowerCall()
20183 RetValue2); in LowerCall()
20175 SDValue RetValue2 = DAG.getCopyFromReg(Chain, DL, RVLocs[++i].getLocReg(), LowerCall() local