Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dtarget_machine_builder.h39 TargetMachineBuilder &SetTriple(llvm::Triple triple) in SetTriple() argument
H A Dllvm_ark_interface.cpp96 ark::llvmbackend::LLVMArkInterface::LLVMArkInterface(RuntimeInterface *runtime, llvm::Triple triple, in LLVMArkInterface() 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
H A Dfile_generators.h247 StubFileGenerator(const CompilerLog* log, const MethodLogList* logList, const std::string& triple, in StubFileGenerator() argument
183 AOTFileGenerator(const CompilerLog *log, const MethodLogList *logList, CompilationEnv *env, const std::string &triple, bool useLiteCG = false) AOTFileGenerator() argument
H A Dstub_compiler.cpp202 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
H A Dcircuit_builder_helper.h88 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString() argument
H A Dfile_generators.cpp474 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, in AddModule() argument
498 Module* StubFileGenerator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple, in AddModule() 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
H A Dtriple.h57 static Triple triple; in GetTriple() 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
H A Delf_builder.cpp209 void ElfBuilder::PackELFHeader(llvm::ELF::Elf64_Ehdr &header, uint32_t version, Triple triple) in PackELFHeader() 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
/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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.h38 LMIRModule(NativeAreaAllocator *allocator, const std::string &name, bool logDbg, const std::string &triple, in LMIRModule() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_builder.cpp104 void ArkStackMapBuilder::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkStackMap() argument
131 void ArkStackMapBuilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkDeopt() argument
57 Run(std::unique_ptr<uint8_t []> stackMapAddr, uintptr_t hostCodeSectionAddr, Triple triple) Run() argument
86 GenerateArkStackMap( CGStackMapInfo &stackMapInfo, Triple triple) GenerateArkStackMap() argument
176 SaveArkCallsiteAOTFileInfo(uint8_t *ptr, uint32_t length, const ARKCallsiteAOTFileInfo& info, Triple triple) SaveArkCallsiteAOTFileInfo() argument
234 GenARKDeopt(const LLVMStackMapType::DeoptInfoType& deopt, std::pair<uint32_t, std::vector<ARKDeopt>> &sizeAndArkDeopt, Triple triple) GenARKDeopt() argument
287 GenArkCallsiteAOTFileInfo(const CGStackMapInfo &stackMapInfo, ARKCallsiteAOTFileInfo &result, Triple triple) GenArkCallsiteAOTFileInfo() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.h284 static void RegisterTargetBuilder(const std::string& triple, const std::function<LLVMTargetBuilder*()>& creator) in RegisterTargetBuilder() argument
H A Dllvm_codegen.cpp648 Disassemble(const std::map<uintptr_t, std::string> *addr2name, const std::string& triple, uint8_t *buf, size_t size) GetCalleeReg2Offset() argument

Completed in 17 milliseconds

12