Home
last modified time | relevance | path

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

123

/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/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_intrinsic_test.cc35 absl::string_view triple; member
51 string triple{spec.triple.data(), spec.triple.size()}; in Name() local
87 string triple{spec.triple.data(), spec.triple.size()}; in TEST_P() local
/external/vixl/tools/
Dverify_assembler_traces.py135 def ConvertToLLVMFormat(vixl_instruction, triple): argument
365 def VerifyInstructionsWithLLVMMC(llvm_mc, f, triple): argument
/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/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/clang/test/Modules/Inputs/
Dirgen.h1 static inline int triple(int x) { return x * 3; } in triple() function
/external/mesa3d/src/amd/common/
Dac_llvm_util.c59 LLVMTargetRef ac_get_llvm_target(const char *triple) in ac_get_llvm_target()
127 const char *triple = (tm_options & AC_TM_SUPPORTS_SPILL) ? "amdgcn-mesa-mesa3d" : "amdgcn--"; in ac_create_target_machine() 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.cc44 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/llvm/bindings/python/llvm/
Ddisassembler.py67 def __init__(self, triple): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h62 const string& triple() const { return triple_; } in triple() function
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDDisassembler.cpp150 const char *triple = tripleFromArch(key.Arch); in EDDisassembler() local
379 StringRef triple = tripleFromArch(Key.Arch); in parseInst() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp112 const char *triple = LLVM_HOST_TRIPLE; in disassemble() local
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dutil.hpp97 std::string triple; member
/external/v8/src/compiler/
Dpersistent-map.h81 for (const std::tuple<Key, Value, Value>& triple : Zip(other)) { variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dasm.py202 def build_function_body_dictionary_for_triple(args, raw_tool_output, triple, prefixes, func_dict): argument
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.mli191 val triple : t -> string val

123