Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp58 uintptr_t hostCodeSectionAddr, Triple triple) in Run()
87 CGStackMapInfo &stackMapInfo, Triple triple) in GenerateArkStackMap()
104 …der::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkStackMap()
131 …uilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkDeopt()
177 const ARKCallsiteAOTFileInfo& info, Triple triple) in SaveArkCallsiteAOTFileInfo()
235 std::vector<ARKDeopt>> &sizeAndArkDeopt, Triple triple) in GenARKDeopt()
288 ARKCallsiteAOTFileInfo &result, Triple triple) in GenArkCallsiteAOTFileInfo()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dtarget_machine_builder.h39 TargetMachineBuilder &SetTriple(llvm::Triple triple) in SetTriple()
Dllvm_compiler.cpp210 llvm::Triple triple(llvm::Triple::normalize(tripleName)); in GetTripleForArch() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.h27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
Dpass_manager.h123 … explicit PassManager(CompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in PassManager()
164 JitPassManager(JitCompilationEnv *env, std::string &triple, size_t optLevel, size_t relocMode, in JitPassManager()
Dir_module.h31 IRModule(NativeAreaAllocator *allocator, bool logDbg, const std::string &triple) in IRModule()
Dcompilation_driver.cpp27 const std::string &triple, in CompilationDriver()
Dcompilation_driver.h140 const std::string &triple, in JitCompilationDriver()
Dcircuit_builder_helper.cpp21 CompilationConfig::CompilationConfig(const std::string &triple, const JSRuntimeOptions *options) in CompilationConfig()
Dfile_generators.h247 … StubFileGenerator(const CompilerLog* log, const MethodLogList* logList, const std::string& triple, in StubFileGenerator()
Dstub_compiler.cpp202 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
Dpass_manager.cpp35 PassContext::PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collec… in PassContext()
Dcircuit_builder_helper.h88 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString()
Dfile_generators.cpp474 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, in AddModule()
498 …ator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple, in AddModule()
/arkcompiler/ets_runtime/test/aottest/array_bounds_check_elimination/
Darray_bounds_check_elimination.ts42 function triple(a: number[], i: number) { function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
Dtriple.h61 static Triple triple; in GetTriple() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.cpp19 DwarfRegType reg, OffsetType offset, Triple triple) in EncodeRegAndOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h54 static int GetFpRegByTriple(Triple triple) in GetFpRegByTriple()
74 static int GetSpRegByTriple(Triple triple) in GetSpRegByTriple()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp71 void InitializeLLVM(std::string triple) in InitializeLLVM()
94 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
Dassembler_aarch64_test.cpp66 void InitializeLLVM(std::string triple) in InitializeLLVM()
89 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.h38 …le(NativeAreaAllocator *allocator, const std::string &name, bool logDbg, const std::string &triple, in LMIRModule()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp26 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()
Dan_file_info.cpp23 bool AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h284 …static void RegisterTargetBuilder(const std::string& triple, const std::function<LLVMTargetBuilder… in RegisterTargetBuilder()
Dllvm_codegen.cpp533 std::string triple(LLVMGetTarget(module_)); in Initialize() local
649 const std::string& triple, uint8_t *buf, size_t size) in GetCalleeReg2Offset()

12