Home
last modified time | relevance | path

Searched defs:features (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c95 enum cpu_feature features = 0; in get_cpu_features() local
142 const enum cpu_feature features = get_cpu_features(); in blake3_compress_in_place() local
171 const enum cpu_feature features = get_cpu_features(); in blake3_compress_xof() local
200 const enum cpu_feature features = get_cpu_features(); in blake3_hash_many() local
250 const enum cpu_feature features = get_cpu_features(); in blake3_simd_degree() local
/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi-vg.c
/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp51 LANGSTANDARD(id,name,lang,desc,features) global() argument
59 LANGSTANDARD(id,name,lang,desc,features) getLangStandardForKind() argument
68 LANGSTANDARD(id,name,lang,desc,features) getLangKind() argument
/llvm-project/llvm/tools/llvm-c-test/
H A Ddisassemble.c37 static void do_disassemble(const char *triple, const char *features, in do_disassemble()
69 const char *features = tokens[1]; in handle_line() local
/llvm-project/lldb/utils/lit-cpuid/
H A Dlit-cpuid.cpp23 const StringMap<bool> features = sys::getHostCPUFeatures(); in main() local
/llvm-project/llvm/docs/
H A DGarbageCollection.rst678 .. |v| unicode:: 0x2714
681 .. |x| unicode:: 0x2718
787 .. _stack-map:
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMAttrs.cpp222 get(MLIRContext * context,llvm::ArrayRef<StringRef> features) get() argument
231 SmallVector<StringRef> features; get() local
239 verify(function_ref<InFlightDiagnostic ()> emitError,llvm::ArrayRef<StringAttr> features) verify() argument
[all...]
H A DROCDLDialect.cpp223 StringRef features, StringRef abiVersion, in verify()
/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Daarch64.c60 unsigned long long features; global() member
/llvm-project/libcxx/utils/libcxx/test/
H A Dconfig.py23 def configure(parameters, features, config, lit_config): argument
/llvm-project/mlir/include/mlir/Target/LLVM/
H A DModuleToObject.h112 StringRef features; global() variable
/llvm-project/flang/include/flang/Parser/
H A Duser-state.h38 common::LanguageFeatureControl features) in UserState()
42 const common::LanguageFeatureControl &features() const { return features_; } in features() function
H A Dparsing.h34 common::LanguageFeatureControl features; member
/llvm-project/flang/lib/Common/
H A DFortran.cpp106 AreCompatibleCUDADataAttrs(std::optional<CUDADataAttr> x,std::optional<CUDADataAttr> y,IgnoreTKRSet ignoreTKR,bool allowUnifiedMatchingRule,const LanguageFeatureControl * features) AreCompatibleCUDADataAttrs() argument
/llvm-project/flang/unittests/Optimizer/
H A DFIRContextTest.cpp65 auto features = getTargetFeatures(mod); TEST_F() local
/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DFIRContext.cpp82 setTargetFeatures(mlir::ModuleOp mod,llvm::StringRef features) setTargetFeatures() argument
/llvm-project/compiler-rt/test/metadata/
H A Dcommon.h63 const uint64_t features = consume_uleb128(pos, end); in __sanitizer_metadata_covered_add() local
/llvm-project/clang/test/Analysis/
H A Dregion-1.m29 @protocol EcoClassifier <EcoNamespace,EcoType> - (NSArray *) features; method
/llvm-project/llvm/test/CodeGen/AArch64/Atomics/
H A Dgenerate-tests.py244 def header(f, triple, features, filter_args: str): argument
/llvm-project/mlir/lib/Target/LLVM/
H A DModuleToObject.cpp38 ModuleToObject(Operation & module,StringRef triple,StringRef chip,StringRef features,int optLevel) ModuleToObject() argument
/llvm-project/flang/lib/Parser/
H A Dprescan.h48 common::LanguageFeatureControl &features() { return features_; } features() function
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dconfig.py278 feature_config(self, features) global() argument
[all...]
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp192 uint32_t features = 0; in InitializeOsSupport() local
/llvm-project/llvm/bindings/ocaml/target/
H A Dllvm_target.mli208 val features : t -> string val
/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h74 LANGSTANDARD(id,name,lang,desc,features) global() argument

12