Home
last modified time | relevance | path

Searched refs:NumResultRegs (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp792 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint()
794 CLI.NumResultRegs = 1; in selectPatchpoint()
887 if (CLI.NumResultRegs) in selectPatchpoint()
888 updateValueMap(I, CLI.ResultReg, CLI.NumResultRegs); in selectPatchpoint()
1094 if (CLI.NumResultRegs && CLI.CB) in lowerCallTo()
1095 updateValueMap(CLI.CB, CLI.ResultReg, CLI.NumResultRegs); in lowerCallTo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h92 unsigned NumResultRegs = 0; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1300 CLI.NumResultRegs = 1; in finishCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1542 CLI.NumResultRegs = 1; in finishCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3630 CLI.NumResultRegs = RVLocs.size(); in fastLowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3130 CLI.NumResultRegs = RVLocs.size(); in finishCall()