Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp600 Register RegHigh = RegLo + 1; in LowerCall() local
601 RegsToPass.push_back(std::make_pair(RegHigh, Hi)); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7409 Register RegHigh = HiVA.getLocReg(); in LowerCall() local
7410 RegsToPass.push_back(std::make_pair(RegHigh, Hi)); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22602 Register RegHigh = HiVA.getLocReg(); in LowerCall() local
22603 RegsToPass.push_back(std::make_pair(RegHigh, Hi)); in LowerCall()