Home
last modified time | relevance | path

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

12

/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
346 def VerifyInstructionsWithLLVMMC(llvm_mc, f, triple): argument
/external/clang/test/Modules/Inputs/
Dirgen.h1 static inline int triple(int x) { return x * 3; } in triple() function
/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/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/llvm/bindings/python/llvm/
Ddisassembler.py67 def __init__(self, triple): argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp112 const char *triple = LLVM_HOST_TRIPLE; in disassemble() local
Dlp_bld_misc.cpp166 gallivm_create_target_library_info(const char *triple) in gallivm_create_target_library_info()
/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/state_trackers/clover/llvm/
Dutil.hpp97 std::string triple; member
/external/mesa3d/src/amd/common/
Dac_llvm_util.c55 static LLVMTargetRef ac_get_llvm_target(const char *triple) in ac_get_llvm_target()
133 const char *triple = "amdgcn--"; in ac_create_target_machine() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c127 const char *triple = "amdgcn--"; in si_create_llvm_target_machine() local
Dsi_shader_tgsi_setup.c150 LLVMTargetRef si_llvm_get_amdgpu_target(const char *triple) in si_llvm_get_amdgpu_target()
1397 const char *triple = LLVMGetTarget(gallivm->module); in si_llvm_finalize_module() local
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli191 val triple : t -> string val
/external/swiftshader/third_party/LLVM/tools/lto/
Dlto.cpp147 void lto_module_set_target_triple(lto_module_t mod, const char *triple) in lto_module_set_target_triple()
/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp81 static std::string triple; variable
/external/python/cpython2/Tools/webchecker/
Dwcgui.py307 def seterror(self, url, triple): argument
/external/swiftshader/third_party/LLVM/tools/edis/
DEDMain.cpp24 const char *triple, in EDGetDisassembler()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py227 def compileAsm(filename, triple, src): argument
234 def compileIR(filename, triple, src): argument
242 def craftElf(filename, triple, relocs, dummyReloc): argument
316 def craftCoff(filename, triple, relocs, dummyReloc): argument
346 def craftMacho(filename, triple, relocs, dummyReloc): argument
/external/python/cpython2/Modules/
D_testcapimodule.c1729 struct triple { in test_long_numbits() struct
1730 long input; in test_long_numbits()
1731 size_t nbits; in test_long_numbits()
1732 int sign; in test_long_numbits()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp523 static bool supportsNilWithFloatRet(const llvm::Triple &triple) { in supportsNilWithFloatRet()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp120 const uint8_t* triple = src; in copyFT2LCD16() local
/external/python/cpython2/Parser/
Dtokenizer.c1565 int triple = 0; in tok_get() local

12