Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h401 std::set<unsigned> &OutRegs);
475 std::set<unsigned> OutRegs; in getOutRegs() local
477 OutRegs.insert(RegMaskPair.RegUnit); in getOutRegs()
479 return OutRegs; in getOutRegs()
H A DSIMachineScheduler.cpp1493 const std::set<unsigned> &OutRegs = Block->getOutRegs(); in SIScheduleBlockScheduler() local
1495 if (OutRegs.find(Reg) == OutRegs.end()) in SIScheduleBlockScheduler()
1721 std::set<unsigned> &OutRegs) { in checkRegUsageImpact() argument
1737 for (Register Reg : OutRegs) { in checkRegUsageImpact()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h95 SmallVector<Register, 16> OutRegs; member
191 OutRegs.clear(); in clearOuts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3163 auto &OutRegs = CLI.OutRegs; in fastLowerCall() local
3390 OutRegs.push_back(VA.getLocReg()); in fastLowerCall()
3514 for (auto Reg : OutRegs) in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1232 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
1563 for (auto Reg : CLI.OutRegs) in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp842 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
860 for (auto Reg : CLI.OutRegs) in selectPatchpoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3046 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
3244 for (auto Reg : CLI.OutRegs) in fastLowerCall()