Lines Matching refs:TargetInfo
53 TargetInfo::TargetInfo(const llvm::Triple &T) : Triple(T) { in TargetInfo() function in TargetInfo
185 TargetInfo::~TargetInfo() {} in ~TargetInfo()
187 void TargetInfo::resetDataLayout(StringRef DL, const char *ULP) { in resetDataLayout()
193 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported()
199 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported()
206 const char *TargetInfo::getTypeName(IntType T) { in getTypeName()
224 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix()
249 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier()
267 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth()
283 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth()
298 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth()
313 FloatModeKind TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth()
349 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign()
367 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned()
389 void TargetInfo::adjust(DiagnosticsEngine &Diags, LangOptions &Opts) { in adjust()
519 bool TargetInfo::initFeatureMap( in initFeatureMap()
535 ParsedTargetAttr TargetInfo::parseTargetAttr(StringRef Features) const { in parseTargetAttr()
579 TargetInfo::CallingConvKind
580 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind()
587 bool TargetInfo::areDefaultedSMFStillPOD(const LangOptions &LangOpts) const { in areDefaultedSMFStillPOD()
591 LangAS TargetInfo::getOpenCLTypeAddrSpace(OpenCLTypeKind TK) const { in getOpenCLTypeAddrSpace()
618 bool TargetInfo::isValidClobber(StringRef Name) const { in isValidClobber()
626 bool TargetInfo::isValidGCCRegisterName(StringRef Name) const { in isValidGCCRegisterName()
671 StringRef TargetInfo::getNormalizedGCCRegisterName(StringRef Name, in getNormalizedGCCRegisterName()
712 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const { in validateOutputConstraint()
786 bool TargetInfo::resolveSymbolicName(const char *&Name, in resolveSymbolicName()
809 bool TargetInfo::validateInputConstraint( in validateInputConstraint()
926 void TargetInfo::CheckFixedPointBits() const { in CheckFixedPointBits()
986 void TargetInfo::copyAuxTarget(const TargetInfo *Aux) { in copyAuxTarget()