Home
last modified time | relevance | path

Searched refs:ForceEnableInt128 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOptions.h72 bool ForceEnableInt128 = false; variable
H A DTargetInfo.h678 getTargetOpts().ForceEnableInt128; in hasInt128Type()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.h442 return (ABI == "n32" || ABI == "n64") || getTargetOpts().ForceEnableInt128; in hasInt128Type()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp370 if (Target.hasInt128Type() && !Target.getTargetOpts().ForceEnableInt128 && in checkDataLayoutConsistency()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2298 TargetOpts<"ForceEnableInt128">, DefaultFalse,