Home
last modified time | relevance | path

Searched refs:isPPC32 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h876 bool isPPC32() const { in isPPC32() function
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp381 Triple.isPPC32()) && in FreeBSD()
H A DLinux.cpp168 if (Triple.getArch() == llvm::Triple::x86 || Triple.isPPC32() || in getOSLibDir()
H A DClang.cpp5206 if (!Triple.isOSAIX() || Triple.isPPC32()) in ConstructJob()
5245 if (!TC.getTriple().isPPC32()) { in ConstructJob()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1525 T.isPPC32() ? OPT_maix_struct_return : OPT_fpcc_struct_return; in GenerateCodeGenArgs()
1529 T.isPPC32() ? OPT_msvr4_struct_return : OPT_freg_struct_return; in GenerateCodeGenArgs()
1937 if (!T.isOSAIX() || T.isPPC32()) in ParseCodeGenArgs()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp4955 assert(Triple.isPPC32()); in isStructReturnInRegABI()