Home
last modified time | relevance | path

Searched refs:LongLongWidth (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMSP430.h34 LongLongWidth = 64; in MSP430TargetInfo()
H A DTCE.h69 LongWidth = LongLongWidth = 32; in TCETargetInfo()
H A DAVR.h38 LongLongWidth = 64; in AVRTargetInfo()
H A DSystemZ.h70 LongWidth = LongLongWidth = LongAlign = LongLongAlign = 64; in SystemZTargetInfo()
H A DNVPTX.cpp125 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
H A DSPIR.h133 LongLongWidth = HostTarget->getLongLongWidth(); in BaseSPIRTargetInfo()
H A DOSTargets.h898 this->LongLongWidth = 64; in NaClTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp28 this->LongLongWidth = Ctx.getTargetInfo().getLongLongWidth(); in Context()
285 return integralTypeToPrimTypeS(this->LongLongWidth); in classify()
287 return integralTypeToPrimTypeU(this->LongLongWidth); in classify()
H A DContext.h144 unsigned LongLongWidth; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp80 LongLongWidth = LongLongAlign = 64; in TargetInfo()
452 LongLongWidth = LongLongAlign = 128; in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h101 unsigned char LongLongWidth, LongLongAlign; member
540 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp367 Check("long long", llvm::Type::getIntNTy(Context, Target.LongLongWidth), in checkDataLayoutConsistency()