Searched defs:Features (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DVE.cpp20 getVETargetFeatures(const Driver &D, const ArgList &Args, std::vector<StringRef> &Features) argument
H A DM68k.cpp68 addFloatABIFeatures(const llvm::opt::ArgList &Args, std::vector<llvm::StringRef> &Features) argument
93 getM68kTargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
H A DSystemZ.cpp54 getSystemZTargetFeatures(const Driver &D, const ArgList &Args, std::vector<llvm::StringRef> &Features) argument
H A DX86.cpp119 getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
H A DSparc.cpp133 getSparcTargetFeatures(const Driver &D, const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
H A DCSKY.cpp79 getCSKYFPUFeatures(const Driver &D, const Arg *A, const ArgList &Args, StringRef FPU, std::vector<StringRef> &Features) argument
118 getCSKYTargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, ArgStringList &CmdArgs, std::vector<llvm::StringRef> &Features) argument
[all...]
H A DPPC.cpp109 getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
H A DRISCV.cpp29 getArchFeatures(const Driver &D, StringRef Arch, std::vector<StringRef> &Features, const ArgList &Args) argument
56 getRISCFeaturesFromMcpu(const Driver &D, const Arg *A, const llvm::Triple &Triple, StringRef Mcpu, std::vector<StringRef> &Features) argument
75 getRISCVTargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
H A DLoongArch.cpp126 getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRELFStreamer.cpp13 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.h64 uint32_t Features; member in struct:llvm::LoongArch::ArchInfo
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp93 static void enumeration(IO &io, PdbRaw_FeatureSig &Features) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.h56 std::vector<uint32_t> Features, Cov; member in struct:fuzzer::MergeFileInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h61 PdbRaw_Features Features = PdbFeatureNone; member in class:llvm::pdb::InfoStream
H A DInfoStreamBuilder.h60 std::vector<PdbRaw_FeatureSig> Features; member in class:llvm::pdb::InfoStreamBuilder
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp80 SubtargetFeatures Features; local
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DLoongArchTargetParser.cpp37 getArchFeatures(StringRef Arch, std::vector<StringRef> &Features) argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp41 dbgs() << Name << ": " << Features << '\n'; local
H A DCodeGenHwModes.h33 std::string Features; member in struct:llvm::HwMode
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp81 bool BPFTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, argument
H A DCSKY.cpp114 bool CSKYTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, argument
H A DLoongArch.cpp245 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeaturesVec) const argument
275 handleTargetFeatures( std::vector<std::string> &Features, DiagnosticsEngine &Diags) argument
H A DWebAssembly.cpp109 void WebAssemblyTargetInfo::setSIMDLevel(llvm::StringMap<bool> &Features, argument
136 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, argument
147 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeaturesVec) const argument
168 handleTargetFeatures( std::vector<std::string> &Features, DiagnosticsEngine &Diags) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp60 Constant *Features = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp111 FeatureBitset expandImpliedFeatures(const FeatureBitset &Features) { argument

Completed in 303 milliseconds

12345