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

References

include/llvm/CodeGen/FastISel.h
  191       OutFlags.clear();
lib/CodeGen/SelectionDAG/FastISel.cpp
 1227     CLI.OutFlags.push_back(Flags);
lib/Target/AArch64/AArch64FastISel.cpp
 3068   CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
 3230   for (auto Flag : CLI.OutFlags)
lib/Target/Mips/MipsFastISel.cpp
 1145   CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
 1521   for (auto Flag : CLI.OutFlags)
lib/Target/PowerPC/PPCFastISel.cpp
 1612     ISD::ArgFlagsTy Flags = CLI.OutFlags[i];
lib/Target/X86/X86FastISel.cpp
 3175   auto &OutFlags      = CLI.OutFlags;
 3244   for (auto Flag : CLI.OutFlags)