Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp800 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint()
802 CLI.NumResultRegs = 1; in selectPatchpoint()
895 if (CLI.NumResultRegs) in selectPatchpoint()
896 updateValueMap(I, CLI.ResultReg, CLI.NumResultRegs); in selectPatchpoint()
1103 if (CLI.NumResultRegs && CLI.CB) in lowerCallTo()
1104 updateValueMap(CLI.CB, CLI.ResultReg, CLI.NumResultRegs); in lowerCallTo()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h91 unsigned NumResultRegs = 0; member
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1300 CLI.NumResultRegs = 1; in finishCall()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1543 CLI.NumResultRegs = 1; in finishCall()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp3575 CLI.NumResultRegs = RVLocs.size(); in fastLowerCall()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3114 CLI.NumResultRegs = 1; in finishCall()