Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dfixup_poisons.cpp30 bool FixupPoisons::FixupInstructionOperands(llvm::Instruction &instruction) in FixupInstructionOperands()
57 for (auto &instruction : basicBlock) { in run() local
Dexpand_atomics.cpp40 for (auto &instruction : basicBlock) { in run() local
46 for (auto instruction : instructions) { in run() local
Dcheck_external.cpp41 for (auto &instruction : block) { in run() local
Daarch64_fixup_sdiv.cpp67 for (auto &instruction : basicBlock) { in run() local
Ddevirt.cpp72 for (auto &instruction : block) { in run() local
Dmem_barriers.cpp119 for (auto &instruction : basicBlock) { in RelaxBarriers() local
Dintrinsics_lowering.cpp54 for (auto &instruction : block) { in run() local
Dgc_intrusion.cpp773 auto getConditionInst = [](Instruction *instruction) -> Instruction* { in MoveComparisons()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dgc_utils.cpp153 void MarkAsNonMovable(llvm::Instruction *instruction) in MarkAsNonMovable()
161 auto instruction = llvm::dyn_cast<const llvm::Instruction>(value); in IsNonMovable() local
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_case.rb22 … def initialize(command, current_case, instruction, definitions, predefined, template, skip_header) argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dtest_case.rb22 … def initialize(command, current_case, instruction, definitions, predefined, template, skip_header) argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dmark_always_inline.cpp70 for (auto &instruction : basicBlock) { in InlineCallTree() local
Dremove_unused_functions.cpp97 for (auto &instruction : basicBlock) { in VisitValue() local
Dpatch_return_handler_stack_adjustment.cpp89 for (auto &instruction : basicBlock) { in runOnMachineFunction() local
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb265 def do_lda(instruction) argument
286 def do_sta(instruction) argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb265 def do_lda(instruction) argument
286 def do_sta(instruction) argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp36 for (auto &instruction : block) { in HasCallsWithDeopt() local
Dllvm_aot_compiler.cpp760 for (auto instruction : basicBlock->AllInsts()) { in AddInlineFunctionsByDepth() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb339 def do_lda(instruction) argument
354 def do_sta(instruction) argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb341 def do_lda(instruction) argument
362 def do_sta(instruction) argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp226 for (auto &instruction : basicBlock) { in IsStackUsed() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp372 ZydisDecodedInstruction instruction; in PrintCodeX8664() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp3356 ZydisDecodedInstruction instruction; in DisasmInstr() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2416 void LLVMIrConstructor::EncodeInlineInfo(Inst *inst, llvm::Instruction *instruction) in EncodeInlineInfo()