Searched defs:Features (Results 51 - 75 of 82) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp59 static CharSourceRange MakeCharSourceRange(const LangOptions &Features, argument
78 Diag(DiagnosticsEngine *Diags, const LangOptions &Features, FullSourceLoc TokLoc, const char *TokBegin, const char *TokRangeBegin, const char *TokRangeEnd, unsigned DiagID) argument
91 ProcessCharEscape(const char *ThisTokBegin, const char *&ThisTokBuf, const char *ThisTokEnd, bool &HadError, FullSourceLoc Loc, unsigned CharWidth, DiagnosticsEngine *Diags, const LangOptions &Features) argument
274 ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, const char *ThisTokEnd, uint32_t &UcnVal, unsigned short &UcnLen, FullSourceLoc Loc, DiagnosticsEngine *Diags, const LangOptions &Features, bool in_char_string_literal = false) argument
346 MeasureUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, const char *ThisTokEnd, unsigned CharByteWidth, const LangOptions &Features, bool &HadError) argument
381 EncodeUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, const char *ThisTokEnd, char *&ResultBuf, bool &HadError, FullSourceLoc Loc, unsigned CharByteWidth, DiagnosticsEngine *Diags, const LangOptions &Features) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp95 Set<uint32_t> Features, Cov; member in struct:fuzzer::GlobalEnv
H A DFuzzerLoop.cpp323 PrintStats(const char *Where, const char *End, size_t Units, size_t Features) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h211 const LangOptions &Features; member in class:clang::StringLiteralParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp160 SubtargetFeatures Features; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp119 FeatureBitset Features = getFeatureBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMTargetParser.cpp164 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { argument
387 getHWDivFeatures(uint64_t HWDivKind, std::vector<StringRef> &Features) argument
406 getExtensionFeatures(uint64_t Extensions, std::vector<StringRef> &Features) argument
493 appendArchExtFeatures( StringRef CPU, ARM::ArchKind AK, StringRef ArchExt, std::vector<StringRef> &Features) argument
[all...]
H A DHost.cpp1109 unsigned Features[(X86::CPU_FEATURE_MAX + 31) / 32] = {0}; local
587 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
854 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
966 getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf, unsigned *Features) argument
1309 getHostCPUFeatures(StringMap<bool> &Features) argument
1466 getHostCPUFeatures(StringMap<bool> &Features) argument
1532 getHostCPUFeatures(StringMap<bool> &Features) argument
1543 getHostCPUFeatures(StringMap<bool> &Features) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp1133 int Features = 0; local
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp80 std::vector<std::string> Features; member in struct:__anon2424::AssemblerInvocation
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp421 bool ARMTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, argument
361 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeaturesVec) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp467 std::pair<std::string, std::string> Features = selectCPUAndFS(CPU, FS); local
485 llvm::FeatureBitset Features = X->getFeatureBits(); local
497 llvm::FeatureBitset Features = X->getFeatureBits(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp88 tools::unifyTargetFeatures(const std::vector<StringRef> &Features) { argument
69 handleTargetFeaturesGroup(const ArgList &Args, std::vector<StringRef> &Features, OptSpecifier Group) argument
235 AddTargetFeature(const ArgList &Args, std::vector<StringRef> &Features, OptSpecifier OnOpt, OptSpecifier OffOpt, StringRef FeatureName) argument
[all...]
H A DClang.cpp315 std::vector<StringRef> Features; local
307 getWebAssemblyTargetFeatures(const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c700 unsigned Features[(CPU_FEATURE_MAX + 31) / 32] = {0}; local
276 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
466 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
540 getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf, unsigned *Features) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h300 FeatureBitset Features; member in union:llvm::NearMissInfo::__anon3242
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h261 std::vector<FeatureEntry> Features; member in struct:llvm::WasmYAML::TargetFeaturesSection
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h393 createTargetMachine(StringRef TT, StringRef CPU, StringRef Features, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM = None, CodeGenOpt::Level OL = CodeGenOpt::Default, bool JIT = false) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp800 const FeatureBitset &Features = STI.getFeatureBits(); local
912 const FeatureBitset &Features = STI.getFeatureBits(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1383 StringRef Features = TM->getTargetFeatureString(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp353 const RegionStoreFeatures Features; member in class:__anon2365::RegionStoreManager
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1185 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, const TargetInfo &Target, unsigned *StartToken, unsigned *StartTokenByteOffset) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1330 SmallVector<StringRef, 6> Features; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1164 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, argument
1203 virtual bool handleTargetFeatures(std::vector<std::string> &Features, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4636 llvm::SmallVector<StringRef, 8> Features; member in struct:clang::CodeGen::CodeGenFunction::MultiVersionResolverOption::Conds

Completed in 362 milliseconds

1234