Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h83 SmallVector<unsigned, 16> OutRegs; member
182 OutRegs.clear(); in clearOuts()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2832 auto &OutRegs = CLI.OutRegs; in fastLowerCall() local
3021 OutRegs.push_back(VA.getLocReg()); in fastLowerCall()
3153 for (auto Reg : OutRegs) in fastLowerCall()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1163 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
1313 for (auto Reg : CLI.OutRegs) in fastLowerCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp794 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
812 for (auto Reg : CLI.OutRegs) in selectPatchpoint()
DSelectionDAGBuilder.cpp6624 RegsForValue &OutRegs = IndirectStoresToEmit[i].first; in visitInlineAsm() local
6626 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2958 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
3138 for (auto Reg : CLI.OutRegs) in fastLowerCall()