Home
last modified time | relevance | path

Searched defs:triple (Results 1 - 25 of 51) sorted by relevance

123

/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dtarget_machine_builder.h39 TargetMachineBuilder &SetTriple(llvm::Triple triple) in SetTriple() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dir_module.h31 IRModule(NativeAreaAllocator *allocator, bool logDbg, const std::string &triple) in IRModule() argument
H A Dstub_compiler.h27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler() argument
H A Dcompilation_driver.cpp23 CompilationDriver(PGOProfilerDecoder &profilerDecoder, BytecodeInfoCollector *collector, AOTFileGenerator *fileGenerator, const std::string &fileName, const std::string &triple, LOptions *lOptions, CompilerLog *log, bool outputAsm, size_t maxMethodsInModule) CompilationDriver() argument
H A Dpass_manager.cpp35 PassContext::PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, in PassContext() argument
H A Dcircuit_builder_helper.cpp21 CompilationConfig::CompilationConfig(const std::string &triple, const JSRuntimeOptions *options) in CompilationConfig() argument
H A Dcompilation_driver.h136 JitCompilationDriver(PGOProfilerDecoder &profilerDecoder, BytecodeInfoCollector* collector, AOTFileGenerator *fileGenerator, const std::string &fileName, const std::string &triple, LOptions *lOptions, CompilerLog *log, bool outputAsm, size_t maxMethodsInModule) JitCompilationDriver() argument
H A Dpass_manager.h123 explicit PassManager(CompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in PassManager() argument
164 JitPassManager(JitCompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in JitPassManager() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_type.cpp18 EncodeRegAndOffset(std::vector<uint8_t> &regOffset, size_t &regOffsetSize, DwarfRegType reg, OffsetType offset, Triple triple) EncodeRegAndOffset() argument
/third_party/gn/infra/recipe_modules/target/
H A Dapi.py67 def triple(self): member in Target
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dcompat.hpp101 compiler_set_lang_defaults(std::unique_ptr<clang::CompilerInstance> &c, clang::InputKind ik, const ::llvm::Triple& triple, clang::LangStandard::Kind d) compiler_set_lang_defaults() argument
H A Dutil.hpp53 std::string triple; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
H A Dtriple.h57 static Triple triple; in GetTriple() local
/third_party/icu/icu4c/source/i18n/
H A Dpluralranges.cpp132 const auto& triple = fTriples[i]; in resolve() local
/third_party/libwebsockets/lib/misc/
H A Dbase64-decode.c55 unsigned char triple[3]; in _lws_b64_encode_string() local
/third_party/node/deps/icu-small/source/i18n/
H A Dpluralranges.cpp132 const auto& triple = fTriples[i]; in resolve() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp104 const char *triple = LLVM_HOST_TRIPLE; in disassemble() local
110 << triple << '\n'; in disassemble() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dpluralranges.cpp132 const auto& triple = fTriples[i]; in resolve() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp26 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save() argument
H A Dan_file_info.cpp23 bool AnFileInfo::Save(const std::string &filename, Triple triple) in Save() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp66 void InitializeLLVM(std::string triple) in InitializeLLVM() argument
89 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk() argument
H A Dassembler_x64_test.cpp71 void InitializeLLVM(std::string triple) in InitializeLLVM() argument
94 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk() argument
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_crypto_operation.c54 unsigned int triple = (octeta << BYTE_SHIFT_10) + (octetb << BYTE_SHIFT_8) + octetc; in Base64UrlEncode() local
/third_party/rust/crates/version_check/src/
H A Dlib.rs143 pub fn triple() -> Option<(Version, Channel, Date)> { in triple() functions
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h54 static int GetFpRegByTriple(Triple triple) in GetFpRegByTriple() argument
74 static int GetSpRegByTriple(Triple triple) in GetSpRegByTriple() argument

Completed in 11 milliseconds

123