Searched refs:Arch (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1665 Triple::ArchType Arch = TT.getArch(); local
1666 if (Arch == Triple::x86_64)
1668 else if (Arch == Triple::x86)
1670 else if (Arch == Triple::ppc)
1672 else if (Arch == Triple::ppc64)
1674 else if (Arch == Triple::arm || Arch == Triple::thumb)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1682 Triple::ArchType Arch = TT.getArch(); local
1683 if (Arch == Triple::x86_64)
1685 else if (Arch == Triple::x86)
1687 else if (Arch == Triple::ppc)
1689 else if (Arch == Triple::ppc64)
1691 else if (Arch == Triple::arm || Arch == Triple::thumb)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1879 Triple::ArchType Arch = TT.getArch(); local
1880 if (Arch == Triple::x86_64)
1882 else if (Arch == Triple::x86)
1884 else if (Arch == Triple::ppc)
1886 else if (Arch == Triple::ppc64)
1888 else if (Arch == Triple::arm || Arch == Triple::thumb)

Completed in 225 milliseconds