Searched refs:X86TargetInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 140 bool X86TargetInfo::setFPMath(StringRef Name) { in setFPMath() 152 bool X86TargetInfo::initFeatureMap( in initFeatureMap() 265 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() 284 bool X86TargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() 565 void X86TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines() 1117 bool X86TargetInfo::isValidFeatureName(StringRef Name) const { in isValidFeatureName() 1241 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() 1374 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() 1393 uint64_t X86TargetInfo::getFMVPriority(ArrayRef<StringRef> Features) const { in getFMVPriority() 1415 bool X86TargetInfo::validateCPUSpecificCPUDispatch(StringRef Name) const { in validateCPUSpecificCPUDispatch() [all …]
|
| H A D | X86.h | 60 class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public TargetInfo { 192 X86TargetInfo(const llvm::Triple &Triple, const TargetOptions &) in X86TargetInfo() function 455 class LLVM_LIBRARY_VISIBILITY X86_32TargetInfo : public X86TargetInfo { 458 : X86TargetInfo(Triple, Opts) { in X86_32TargetInfo() 515 return X86TargetInfo::validateOperandSize(FeatureMap, Constraint, Size); in validateOperandSize() 733 class LLVM_LIBRARY_VISIBILITY X86_64TargetInfo : public X86TargetInfo { 736 : X86TargetInfo(Triple, Opts) { in X86_64TargetInfo() 829 return X86TargetInfo::validateGlobalRegisterVariable(RegName, RegSize, in validateGlobalRegisterVariable()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1756 SRCS_MIN+= Target/X86/TargetInfo/X86TargetInfo.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11655 …RKN5clang11LangOptionsERNS1_12MacroBuilderE", "(anonymous namespace)::X86TargetInfo::getTargetDefi… 11656 …etTargetBuiltinsERPKN5clang7Builtin4InfoERj", "(anonymous namespace)::X86TargetInfo::getTargetBuil… 11658 {"_ZNK12_GLOBAL__N_113X86TargetInfo17convertConstraintEc", "(anonymous namespace)::X86TargetInfo::c… 11659 {"_ZNK12_GLOBAL__N_113X86TargetInfo11getClobbersEv", "(anonymous namespace)::X86TargetInfo::getClob… 11660 …RN4llvm9StringMapIbNS3_15MallocAllocatorEEE", "(anonymous namespace)::X86TargetInfo::getDefaultFea… 11661 …vm9StringMapIbNS1_15MallocAllocatorEEERKSsb", "(anonymous namespace)::X86TargetInfo::setFeatureEna… 11662 …20HandleTargetFeaturesERSt6vectorISsSaISsEE", "(anonymous namespace)::X86TargetInfo::HandleTargetF… 11664 …smTypeERSsPKN4llvm4TypeERNS2_11LLVMContextE", "(anonymous namespace)::X86TargetInfo::adjustInlineA… 11665 …N_113X86TargetInfo14getGCCRegNamesERPKPKcRj", "(anonymous namespace)::X86TargetInfo::getGCCRegName… 11666 …asesERPKN5clang10TargetInfo11GCCRegAliasERj", "(anonymous namespace)::X86TargetInfo::getGCCRegAlia… [all …]
|