Lines Matching refs:TargetInfo

29 TargetInfo::TargetInfo(const llvm::Triple &T) : TargetOpts(), Triple(T) {  in TargetInfo()  function in TargetInfo
137 TargetInfo::~TargetInfo() {} in ~TargetInfo()
140 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported()
146 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported()
153 const char *TargetInfo::getTypeName(IntType T) { in getTypeName()
171 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix()
196 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier()
214 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth()
230 TargetInfo::IntType TargetInfo::getIntTypeByWidth( in getIntTypeByWidth()
245 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth()
260 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth) const { in getRealTypeByWidth()
285 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign()
303 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned()
325 void TargetInfo::adjust(LangOptions &Opts) { in adjust()
386 bool TargetInfo::initFeatureMap( in initFeatureMap()
398 TargetInfo::CallingConvKind
399 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind()
406 LangAS TargetInfo::getOpenCLTypeAddrSpace(OpenCLTypeKind TK) const { in getOpenCLTypeAddrSpace()
433 bool TargetInfo::isValidClobber(StringRef Name) const { in isValidClobber()
441 bool TargetInfo::isValidGCCRegisterName(StringRef Name) const { in isValidGCCRegisterName()
486 StringRef TargetInfo::getNormalizedGCCRegisterName(StringRef Name, in getNormalizedGCCRegisterName()
527 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const { in validateOutputConstraint()
601 bool TargetInfo::resolveSymbolicName(const char *&Name, in resolveSymbolicName()
624 bool TargetInfo::validateInputConstraint( in validateInputConstraint()
741 void TargetInfo::CheckFixedPointBits() const { in CheckFixedPointBits()