Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h400 std::set<unsigned> &OutRegs);
474 std::set<unsigned> OutRegs; in getOutRegs() local
476 OutRegs.insert(RegMaskPair.RegUnit); in getOutRegs()
478 return OutRegs; in getOutRegs()
H A DSIMachineScheduler.cpp1470 const std::set<unsigned> &OutRegs = Block->getOutRegs(); in SIScheduleBlockScheduler() local
1472 if (OutRegs.find(Reg) == OutRegs.end()) in SIScheduleBlockScheduler()
1694 std::set<unsigned> &OutRegs) { in checkRegUsageImpact() argument
1710 for (Register Reg : OutRegs) { in checkRegUsageImpact()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h96 SmallVector<Register, 16> OutRegs; member
192 OutRegs.clear(); in clearOuts()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3210 auto &OutRegs = CLI.OutRegs; in fastLowerCall() local
3439 OutRegs.push_back(VA.getLocReg()); in fastLowerCall()
3568 for (auto Reg : OutRegs) in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1226 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
1557 for (auto Reg : CLI.OutRegs) in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp844 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint()
862 for (auto Reg : CLI.OutRegs) in selectPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2331 static void ComputeRegsForAlias(unsigned Reg, SmallSet<unsigned, 8> &OutRegs, in ComputeRegsForAlias() argument
2352 OutRegs.insert(Reg); in ComputeRegsForAlias()
2357 OutRegs.insert(OutReg); in ComputeRegsForAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3069 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
3277 for (auto Reg : CLI.OutRegs) in fastLowerCall()