Searched defs:OutRegs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h87 SmallVector<unsigned, 16> OutRegs; member in struct:llvm::FastISel::CallLoweringInfo
186 OutRegs.clear();
/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1597 std::set<unsigned> &OutRegs) {
1613 for (unsigned Reg : OutRegs) {
1596 checkRegUsageImpact(std::set<unsigned> &InRegs, std::set<unsigned> &OutRegs) argument
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3009 auto &OutRegs = CLI.OutRegs; local
3215 OutRegs.push_back(VA.getLocReg());
3332 for (auto Reg : OutRegs)
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6263 RegsForValue &OutRegs = IndirectStoresToEmit[i].first; local
6265 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(),

Completed in 269 milliseconds