Home
last modified time | relevance | path

Searched refs:Int128Align (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h71 Int128Align = 64; in SystemZTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h102 unsigned char Int128Align; member
544 unsigned getInt128Align() const { return Int128Align; } in getInt128Align()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp81 Int128Align = 128; in TargetInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp373 Check("__int128", llvm::Type::getIntNTy(Context, 128), Target.Int128Align); in checkDataLayoutConsistency()