Home
last modified time | relevance | path

Searched defs:OutRegs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h96 SmallVector<Register, 16> OutRegs; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h474 std::set<unsigned> OutRegs; in getOutRegs() local
H A DSIMachineScheduler.cpp1470 const std::set<unsigned> &OutRegs = Block->getOutRegs(); in SIScheduleBlockScheduler() local
1694 std::set<unsigned> &OutRegs) { in checkRegUsageImpact()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3210 auto &OutRegs = CLI.OutRegs; in fastLowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2331 static void ComputeRegsForAlias(unsigned Reg, SmallSet<unsigned, 8> &OutRegs, in ComputeRegsForAlias()