Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 25 of 63) sorted by relevance

123

/external/crosvm/
Dbuild_test.py55 def get_target_path(triple, kind, test_it): argument
69 def build_target(triple, is_release, env): argument
85 def test_target_modules(triple, is_release, env, modules, parallel): argument
111 def test_target(triple, is_release, env): argument
129 def check_build(sysroot, triple, kind, test_it, clean): argument
164 def get_stripped_size(triple): argument
Dbuild_test55 def get_target_path(triple, kind, test_it): argument
69 def build_target(triple, is_release, env): argument
85 def test_target_modules(triple, is_release, env, modules, parallel): argument
111 def test_target(triple, is_release, env): argument
129 def check_build(sysroot, triple, kind, test_it, clean): argument
164 def get_stripped_size(triple): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_profiling_test.cc35 absl::string_view triple; member
47 string triple{spec.triple.data(), spec.triple.size()}; in Name() local
71 string triple{spec.triple.data(), spec.triple.size()}; in TEST_P() local
Dcpu_intrinsic_test.cc36 absl::string_view triple; member
52 string triple{spec.triple.data(), spec.triple.size()}; in Name() local
95 string triple{spec.triple.data(), spec.triple.size()}; in TEST_P() local
Dcpu_vectorization_test.cc36 std::string triple; member
53 std::string triple{spec.triple.data(), spec.triple.size()}; in Name() local
/external/libffi/
Dgenerate-darwin-source-and-headers.py16 triple = 'i386-apple-darwin11' variable in simulator_platform
29 triple = 'x86_64-apple-darwin13' variable in simulator64_platform
42 triple = 'arm-apple-darwin11' variable in device_platform
55 triple = 'aarch64-apple-darwin13' variable in device64_platform
68 triple = 'i386-apple-darwin10' variable in desktop32_platform
81 triple = 'x86_64-apple-darwin10' variable in desktop64_platform
/external/python/cpython2/Modules/_ctypes/libffi/
Dgenerate-darwin-source-and-headers.py16 triple = 'i386-apple-darwin11' variable in simulator_platform
29 triple = 'x86_64-apple-darwin13' variable in simulator64_platform
42 triple = 'arm-apple-darwin11' variable in device_platform
55 triple = 'aarch64-apple-darwin13' variable in device64_platform
68 triple = 'i386-apple-darwin10' variable in desktop32_platform
81 triple = 'x86_64-apple-darwin10' variable in desktop64_platform
/external/vixl/tools/
Dverify_assembler_traces.py135 def ConvertToLLVMFormat(vixl_instruction, triple): argument
365 def VerifyInstructionsWithLLVMMC(llvm_mc, f, triple): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvectorized_reduce_with_no_vector_registers_test.cc28 StatusOr<unsigned> GetTargetVectorRegisterByteSize(std::string triple) { in GetTargetVectorRegisterByteSize()
81 std::string triple = "i686-none-android"; in TEST_F() local
Dcpu_compiler.h63 const string& triple() const { return triple_; } in triple() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddisassemble.c37 static void do_disassemble(const char *triple, const char *features, in do_disassemble()
68 const char *triple = tokens[0]; in handle_line() local
/external/llvm/tools/llvm-c-test/
Ddisassemble.c37 static void do_disassemble(const char *triple, const char *features, in do_disassemble()
68 const char *triple = tokens[0]; in handle_line() local
/external/llvm/utils/abtest/
Dmark_armfns.py36 triple = (funcname, begin, end) variable
50 triple = begins.get(linenum) variable
Dmark_aarch64fns.py47 triple = (funcname, begin, end) variable
61 triple = begins.get(linenum) variable
/external/clang/test/Modules/Inputs/
Dirgen.h1 static inline int triple(int x) { return x * 3; } in triple() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
Dconfig.py203 def get_clang_has_lsan(self, clang, triple): argument
234 def make_itanium_abi_triple(self, triple): argument
244 def make_msabi_triple(self, triple): argument
/external/mesa3d/src/amd/llvm/
Dac_llvm_util.c105 static LLVMTargetRef ac_get_llvm_target(const char *triple) in ac_get_llvm_target()
194 const char *triple = (tm_options & AC_TM_SUPPORTS_SPILL) ? "amdgcn-mesa-mesa3d" : "amdgcn--"; in ac_create_target_machine() local
356 const char *triple; in ac_init_llvm_compiler() local
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp180 const llvm::Triple &triple) { in AddGnuCPlusPlusIncludePaths()
207 void InitHeaderSearch::AddDefaultCIncludePaths(const llvm::Triple &triple, in AddDefaultCIncludePaths()
355 AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple, const HeaderSearchOptions &HSOpts) { in AddDefaultCPlusPlusIncludePaths()
435 const llvm::Triple &triple, in AddDefaultIncludePaths()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DBooleanExpression.py23 def evaluate(string, variables, triple=""): argument
32 def __init__(self, string, variables, triple=""): argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.cc53 int64 CompileOnlyClient::PointerSizeForTriple(absl::string_view triple) { in PointerSizeForTriple()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_aot_test_helper.cc77 llvm::Triple triple(triple_string); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Ddisassembler.py67 def __init__(self, triple): argument
/external/llvm/bindings/python/llvm/
Ddisassembler.py67 def __init__(self, triple): argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_mir_test_checks.py71 def __init__(self, prefixes, cmd_args, triple): argument
181 def build_function_body_dictionary(test, raw_tool_output, triple, prefixes, argument
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dutil.hpp53 std::string triple; member

123