/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass_manager.h | 38 …PassContext(const std::string &triple, CompilerLog *log, BytecodeInfoCollector* collector, IRModul… in PassContext() 143 explicit PassManager(EcmaVM* vm, std::string &triple, size_t optLevel, size_t relocMode, in PassManager() 173 JitPassManager(EcmaVM* vm, std::string &triple, size_t optLevel, size_t relocMode, in JitPassManager()
|
D | stub_compiler.h | 27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
|
D | ir_module.h | 31 IRModule(NativeAreaAllocator *allocator, bool logDbg, const std::string &triple) in IRModule()
|
D | litecg_ir_builder.h | 38 …le(NativeAreaAllocator *allocator, const std::string &name, bool logDbg, const std::string &triple, in LMIRModule()
|
D | circuit_builder_helper.h | 28 : tripleStr_(triple), triple_(GetTripleFromString(triple)) in tripleStr_() argument 96 inline Triple GetTripleFromString(const std::string &triple) in GetTripleFromString()
|
D | file_generators.h | 240 … StubFileGenerator(const CompilerLog *log, const MethodLogList *logList, const std::string &triple) in StubFileGenerator()
|
D | stub_compiler.cpp | 191 std::string triple = runtimeOptions.GetTargetTriple(); in main() local
|
D | compilation_driver.cpp | 28 const std::string &triple, in CompilationDriver()
|
D | compilation_driver.h | 378 const std::string &triple, in JitCompilationDriver()
|
D | llvm_codegen.cpp | 462 std::string triple(LLVMGetTarget(module_)); in Initialize() local 577 const std::string& triple, uint8_t *buf, size_t size) in GetCalleeReg2Offset()
|
D | file_generators.cpp | 434 Module* AOTFileGenerator::AddModule(const std::string &name, const std::string &triple, in AddModule() 457 …ator::AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &triple, in AddModule()
|
D | llvm_ir_builder.cpp | 2620 …le(NativeAreaAllocator* allocator, const std::string &name, bool logDbg, const std::string &triple) in LLVMModule()
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | ark_stackmap_builder.cpp | 60 uintptr_t hostCodeSectionAddr, Triple triple) in Run() 89 CGStackMapInfo &stackMapInfo, Triple triple) in GenerateArkStackMap() 106 …der::SaveArkStackMap(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkStackMap() 133 …uilder::SaveArkDeopt(const ARKCallsiteAOTFileInfo& info, BinaryBufferWriter& writer, Triple triple) in SaveArkDeopt() 179 const ARKCallsiteAOTFileInfo& info, Triple triple) in SaveArkCallsiteAOTFileInfo() 237 std::vector<ARKDeopt>> &sizeAndArkDeopt, Triple triple) in GenARKDeopt() 290 ARKCallsiteAOTFileInfo &result, Triple triple) in GenArkCallsiteAOTFileInfo()
|
D | llvm_stackmap_type.cpp | 19 DwarfRegType reg, OffsetType offset, Triple triple) in EncodeRegAndOffset()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
D | target_machine_builder.h | 39 TargetMachineBuilder &SetTriple(llvm::Triple triple) in SetTriple()
|
D | llvm_compiler.cpp | 141 llvm::Triple triple(llvm::Triple::normalize(tripleName)); in GetTripleForArch() local
|
D | llvm_ark_interface.cpp | 56 …da::llvmbackend::LLVMArkInterface::LLVMArkInterface(RuntimeInterface *runtime, llvm::Triple triple) in LLVMArkInterface()
|
/arkcompiler/ets_runtime/test/aottest/array_bounds_check_elimination/ |
D | array_bounds_check_elimination.ts | 42 function triple(a: number[], i: number) { function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/ |
D | triple.h | 56 static Triple triple; in GetTriple() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
D | assembler.h | 47 static int GetFpRegByTriple(Triple triple) in GetFpRegByTriple() 67 static int GetSpRegByTriple(Triple triple) in GetSpRegByTriple()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
D | assembler_x64_test.cpp | 71 void InitializeLLVM(std::string triple) in InitializeLLVM() 94 void DisassembleChunk(const char *triple, Assembler *assemlber, std::ostream &os) in DisassembleChunk()
|
D | assembler_aarch64_test.cpp | 66 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/aot_file/ |
D | stub_file_info.cpp | 28 void StubFileInfo::Save(const std::string &filename, Triple triple) in Save()
|
D | an_file_info.cpp | 29 void AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
|
D | elf_builder.cpp | 179 void ElfBuilder::PackELFHeader(llvm::ELF::Elf64_Ehdr &header, uint32_t version, Triple triple) in PackELFHeader()
|