Lines Matching refs:TargetInfo
28 TargetInfo::TargetInfo(const llvm::Triple &T) : TargetOpts(), Triple(T) { in TargetInfo() function in TargetInfo
151 TargetInfo::~TargetInfo() {} in ~TargetInfo()
153 void TargetInfo::resetDataLayout(StringRef DL, const char *ULP) { in resetDataLayout()
159 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported()
165 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported()
172 const char *TargetInfo::getTypeName(IntType T) { in getTypeName()
190 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix()
215 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier()
233 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth()
249 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth()
264 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth()
279 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth()
309 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign()
327 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned()
349 void TargetInfo::adjust(LangOptions &Opts) { in adjust()
435 bool TargetInfo::initFeatureMap( in initFeatureMap()
447 TargetInfo::CallingConvKind
448 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind()
455 LangAS TargetInfo::getOpenCLTypeAddrSpace(OpenCLTypeKind TK) const { in getOpenCLTypeAddrSpace()
482 bool TargetInfo::isValidClobber(StringRef Name) const { in isValidClobber()
490 bool TargetInfo::isValidGCCRegisterName(StringRef Name) const { in isValidGCCRegisterName()
535 StringRef TargetInfo::getNormalizedGCCRegisterName(StringRef Name, in getNormalizedGCCRegisterName()
576 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const { in validateOutputConstraint()
650 bool TargetInfo::resolveSymbolicName(const char *&Name, in resolveSymbolicName()
673 bool TargetInfo::validateInputConstraint( in validateInputConstraint()
790 void TargetInfo::CheckFixedPointBits() const { in CheckFixedPointBits()
850 void TargetInfo::copyAuxTarget(const TargetInfo *Aux) { in copyAuxTarget()