Lines Matching refs:TargetInfo
29 TargetInfo::TargetInfo(const llvm::Triple &T) : TargetOpts(), Triple(T) { in TargetInfo() function in TargetInfo
144 TargetInfo::~TargetInfo() {} in ~TargetInfo()
146 void TargetInfo::resetDataLayout(StringRef DL) { in resetDataLayout()
151 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported()
157 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported()
164 const char *TargetInfo::getTypeName(IntType T) { in getTypeName()
182 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix()
207 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier()
225 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth()
241 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth()
256 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth()
271 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth()
301 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign()
319 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned()
341 void TargetInfo::adjust(LangOptions &Opts) { in adjust()
427 bool TargetInfo::initFeatureMap( in initFeatureMap()
439 TargetInfo::CallingConvKind
440 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind()
447 LangAS TargetInfo::getOpenCLTypeAddrSpace(OpenCLTypeKind TK) const { in getOpenCLTypeAddrSpace()
474 bool TargetInfo::isValidClobber(StringRef Name) const { in isValidClobber()
482 bool TargetInfo::isValidGCCRegisterName(StringRef Name) const { in isValidGCCRegisterName()
527 StringRef TargetInfo::getNormalizedGCCRegisterName(StringRef Name, in getNormalizedGCCRegisterName()
568 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const { in validateOutputConstraint()
642 bool TargetInfo::resolveSymbolicName(const char *&Name, in resolveSymbolicName()
665 bool TargetInfo::validateInputConstraint( in validateInputConstraint()
782 void TargetInfo::CheckFixedPointBits() const { in CheckFixedPointBits()
842 void TargetInfo::copyAuxTarget(const TargetInfo *Aux) { in copyAuxTarget()