reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/FastISel.h
  197       InRegs.clear();
lib/CodeGen/SelectionDAG/FastISel.cpp
 1017   for (auto Reg : CLI.InRegs)
 1028   MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI);
 1235   CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI);
lib/Target/AArch64/AArch64FastISel.cpp
 3182     CLI.InRegs.push_back(RVLocs[0].getLocReg());
lib/Target/Mips/MipsFastISel.cpp
 1306     CLI.InRegs.push_back(RVLocs[0].getLocReg());
lib/Target/PowerPC/PPCFastISel.cpp
 1541     CLI.InRegs.push_back(SourcePhysReg);
lib/Target/X86/X86FastISel.cpp
 3178   auto &InRegs        = CLI.InRegs;