Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h83 SmallVector<unsigned, 16> OutRegs; member
182 OutRegs.clear(); in clearOuts()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp2819 auto &OutRegs = CLI.OutRegs; in fastLowerCall() local
3008 OutRegs.push_back(VA.getLocReg()); in fastLowerCall()
3140 for (auto Reg : OutRegs) in fastLowerCall()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsFastISel.cpp1166 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
1316 for (auto Reg : CLI.OutRegs) in fastLowerCall()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp791 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
809 for (auto Reg : CLI.OutRegs) in selectPatchpoint()
HDSelectionDAGBuilder.cpp6398 RegsForValue &OutRegs = IndirectStoresToEmit[i].first; in visitInlineAsm() local
6400 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp2996 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
3176 for (auto Reg : CLI.OutRegs) in fastLowerCall()