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

References

lib/Transforms/IPO/LowerTypeTests.cpp
  889   return (Arch == Triple::x86 || Arch == Triple::x86_64) &&
  889   return (Arch == Triple::x86 || Arch == Triple::x86_64) &&
 1194   switch (Arch) {
 1239   if (Arch == Triple::x86 || Arch == Triple::x86_64 || Arch == Triple::arm ||
 1239   if (Arch == Triple::x86 || Arch == Triple::x86_64 || Arch == Triple::arm ||
 1239   if (Arch == Triple::x86 || Arch == Triple::x86_64 || Arch == Triple::arm ||
 1240       Arch == Triple::thumb || Arch == Triple::aarch64)
 1240       Arch == Triple::thumb || Arch == Triple::aarch64)
 1242   else if (Arch == Triple::wasm32 || Arch == Triple::wasm64)
 1242   else if (Arch == Triple::wasm32 || Arch == Triple::wasm64)
 1359   Triple::ArchType JumpTableArch = selectJumpTableArmEncoding(Functions, Arch);
 1661   Arch = TargetTriple.getArch();
 2012       if (Arch != Triple::x86_64)