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

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DVE.cpp25 getVETargetFeatures(const Driver &D, const ArgList &Args, std::vector<StringRef> &Features) argument
H A DSparc.cpp116 getSparcTargetFeatures(const Driver &D, const ArgList &Args, std::vector<StringRef> &Features) argument
H A DSystemZ.cpp54 getSystemZTargetFeatures(const Driver &D, const ArgList &Args, std::vector<llvm::StringRef> &Features) argument
H A DPPC.cpp108 getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
H A DX86.cpp109 getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
H A DMips.cpp191 getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple, const ArgList &Args, std::vector<StringRef> &Features) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRELFStreamer.cpp12 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h65 PdbRaw_Features Features = PdbFeatureNone; member in class:llvm::pdb::InfoStream
H A DInfoStreamBuilder.h63 std::vector<PdbRaw_FeatureSig> Features; member in class:llvm::pdb::InfoStreamBuilder
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.h55 Vector<uint32_t> Features, Cov; member in struct:fuzzer::MergeFileInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp80 SubtargetFeatures Features; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp93 static void enumeration(IO &io, PdbRaw_FeatureSig &Features) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp28 dbgs() << Name << ": " << Features << '\n'; local
H A DCodeGenHwModes.h31 std::string Features; member in struct:llvm::HwMode
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOptions.h55 std::vector<std::string> Features; member in class:clang::TargetOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp157 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, argument
H A DWebAssembly.cpp98 void WebAssemblyTargetInfo::setSIMDLevel(llvm::StringMap<bool> &Features, argument
125 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, argument
136 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeaturesVec) const argument
152 handleTargetFeatures( std::vector<std::string> &Features, DiagnosticsEngine &Diags) argument
[all...]
H A DAMDGPU.cpp164 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeatureVec) const argument
[all...]
H A DHexagon.cpp108 bool HexagonTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, argument
92 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeaturesVec) const argument
H A DPPC.cpp31 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, argument
262 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeaturesVec) const argument
388 setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, bool Enabled) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h151 SubtargetFeatures Features; member in class:llvm::orc::JITTargetMachineBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp501 SubtargetFeatures Features; local
521 SubtargetFeatures Features; local
552 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, argument
630 setFunctionAttributes(StringRef CPU, StringRef Features, Module &M) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DX86TargetParser.cpp109 FeatureBitset Features; member in struct:ProcInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSP430.cpp56 getMSP430TargetFeatures(const Driver &D, const ArgList &Args, std::vector<StringRef> &Features) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp426 initFeatureMap( llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, const std::vector<std::string> &FeatureVec) const argument

Completed in 111 milliseconds

1234