Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp795 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint()
797 CLI.NumResultRegs = 1; in selectPatchpoint()
890 if (CLI.NumResultRegs) in selectPatchpoint()
891 updateValueMap(I, CLI.ResultReg, CLI.NumResultRegs); in selectPatchpoint()
1098 if (CLI.NumResultRegs && CLI.CB) in lowerCallTo()
1099 updateValueMap(CLI.CB, CLI.ResultReg, CLI.NumResultRegs); in lowerCallTo()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h92 unsigned NumResultRegs = 0; member
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1300 CLI.NumResultRegs = 1; in finishCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1542 CLI.NumResultRegs = 1; in finishCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp3577 CLI.NumResultRegs = RVLocs.size(); in fastLowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3138 CLI.NumResultRegs = 1; in finishCall()