Searched refs:target_features (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/python/ |
D | tfcompile_wrapper.cc | 38 std::string target_cpu, std::string target_features, in PYBIND11_MODULE() 49 flags.target_features = std::move(target_features); in PYBIND11_MODULE()
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | target-features-tls.ll | 13 ; NO-BULK-MEM-LABEL: .custom_section.target_features,"",@ 21 ; BULK-MEM-LABEL: .custom_section.target_features,"",@
|
D | mutable-globals.ll | 12 ; CHECK-LABEL: .custom_section.target_features
|
D | target-features.ll | 57 ; CHECK-LABEL: .custom_section.target_features,"",@
|
D | tailcall.ll | 261 ; CHECK-LABEL: .section .custom_section.target_features
|
D | multivalue.ll | 251 ; CHECK-LABEL: .section .custom_section.target_features
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | flags.h | 37 string target_features; member
|
D | flags.cc | 56 {"target_features", &flags->target_features, in AppendMainFlags()
|
D | compile.cc | 147 flags.target_triple, flags.target_cpu, flags.target_features, in CompileGraph()
|
/external/llvm-project/lld/test/wasm/ |
D | no-tls.s | 11 .section .custom_section.target_features,"",@
|
D | tls-no-shared.s | 30 .section .custom_section.target_features,"",@
|
D | tls-align.s | 49 .section .custom_section.target_features,"",@
|
D | tls.s | 64 .section .custom_section.target_features,"",@
|
/external/rust/crates/bindgen/src/ |
D | features.rs | 243 fn target_features() { in target_features() function
|
/external/clang/docs/ |
D | UsersManual.rst | 53 Limitations <target_features>` section for more details.
|
/external/llvm-project/clang/docs/ |
D | UsersManual.rst | 60 Limitations <target_features>` section for more details.
|