Searched refs:EnableAIXExtendedAltivecABI (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 123 ApproxFuncFPMath(false), EnableAIXExtendedAltivecABI(false), in TargetOptions() 198 unsigned EnableAIXExtendedAltivecABI : 1; variable
|
| H A D | TargetMachine.h | 314 return Options.EnableAIXExtendedAltivecABI; in getAIXExtendedAltivecABI()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 73 CGOPT(bool, EnableAIXExtendedAltivecABI) in CGOPT() 331 static cl::opt<bool> EnableAIXExtendedAltivecABI( in CGOPT() local 334 CGBINDOPT(EnableAIXExtendedAltivecABI); in CGOPT() 572 Options.EnableAIXExtendedAltivecABI = getEnableAIXExtendedAltivecABI(); in InitTargetOptionsFromCodeGenFlags()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 466 Options.EnableAIXExtendedAltivecABI = LangOpts.EnableAIXExtendedAltivecABI; in initTargetOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | OSTargets.h | 709 if (Opts.EnableAIXExtendedAltivecABI) in getOSDefines()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 54 CODEGENOPT(EnableAIXExtendedAltivecABI, 1, 0, Benign) ///< Set for -mabi=vec-extabi. Enables the ex…
|
| H A D | LangOptions.def | 182 LANGOPT(EnableAIXExtendedAltivecABI , 1, 0, NotCompatible, "__EXTABI__ predefined macro")
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1809 if (Opts.EnableAIXExtendedAltivecABI) in GenerateCodeGenArgs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7747 MarshallingInfoFlag<LangOpts<"EnableAIXExtendedAltivecABI">>;
|