Home
last modified time | relevance | path

Searched defs:enc (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dtarget.cpp75 … aarch32::Aarch32Encoder *enc = arena_allocator->New<aarch32::Aarch32Encoder>(arena_allocator); in Create() local
85 … aarch64::Aarch64Encoder *enc = arena_allocator->New<aarch64::Aarch64Encoder>(arena_allocator); in Create() local
95 amd64::Amd64Encoder *enc = in Create() local
134 [[maybe_unused]] Encoder *enc, in Create()
Dasm_printer.cpp29 …Printer<aarch32::Aarch32Encoder>::AssemblyPrinter(ArenaAllocator *aa, aarch32::Aarch32Encoder *enc) in AssemblyPrinter()
52 …Printer<aarch64::Aarch64Encoder>::AssemblyPrinter(ArenaAllocator *aa, aarch64::Aarch64Encoder *enc) in AssemblyPrinter()
74 AssemblyPrinter<amd64::Amd64Encoder>::AssemblyPrinter(ArenaAllocator *aa, amd64::Amd64Encoder *enc) in AssemblyPrinter()
Dasm_printer.h48 …explicit PrinterLabelHolder(Encoder *enc) : LabelHolder(enc), labels_(enc->GetAllocator()->Adapter… in PrinterLabelHolder()
321 …PrinterCallingConvention(ArenaAllocator *allocator, E *enc, RegistersDescription *descr, CallConvM… in PrinterCallingConvention()
/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp57 auto enc = reinterpret_cast<aarch32::Aarch32Assembly *>(encoder_); in PrinterTest() local
66 auto enc = reinterpret_cast<aarch64::Aarch64Assembly *>(encoder_); in PrinterTest() local
75 auto enc = reinterpret_cast<amd64::Amd64Assembly *>(encoder_); in PrinterTest() local
170 auto enc = reinterpret_cast<aarch32::Aarch32Assembly *>(encoder_); in PreWork() local
176 auto enc = reinterpret_cast<aarch64::Aarch64Assembly *>(encoder_); in PreWork() local
182 auto enc = reinterpret_cast<amd64::Amd64Assembly *>(encoder_); in PreWork() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1850 auto enc = GetEncoder(); in AddParamRegsInLiveMasks() local
1892 auto enc = GetEncoder(); in CreateStubCall() local
1999 auto *enc = GetEncoder(); in CreatePreWRB() local
2115 auto *enc = GetEncoder(); in CreatePostInterRegionBarrier() local
2166 auto *enc = GetEncoder(); in CalculateCardIndex() local
2186 auto *enc = GetEncoder(); in CreatePostInterGenerationalBarrier() local
2419 auto *enc = static_cast<EncodeVisitor *>(visitor); local
2471 auto enc = static_cast<EncodeVisitor *>(visitor); in VisitShrI() local
2481 auto enc = static_cast<EncodeVisitor *>(visitor); in VisitMAdd() local
2493 auto enc = static_cast<EncodeVisitor *>(visitor); in VisitMSub() local
[all …]
Dcallconv.h165 …CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, CallConvMo… in CallingConvention()
180 void SetEncoder(Encoder *enc) in SetEncoder()
Dencode.h50 explicit LabelHolder(Encoder *enc) : enc_ {enc} {}; in LabelHolder()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp263 auto *enc = static_cast<BytecodeGen *>(visitor); in VisitSpillFill() local
284 auto *enc = static_cast<BytecodeGen *>(visitor); in VisitConstant() local
366 auto enc = static_cast<BytecodeGen *>(v); in VisitIf() local
419 auto enc = static_cast<BytecodeGen *>(v); in IfEcma() local
484 auto enc = static_cast<BytecodeGen *>(v); in IfImmZero() local
522 auto enc = static_cast<BytecodeGen *>(v); in VisitLoadString() local
546 auto enc = static_cast<BytecodeGen *>(v); in VisitReturn() local
570 auto enc = static_cast<BytecodeGen *>(v); in VisitCastValueToAnyType() local
632 auto enc = static_cast<BytecodeGen *>(visitor); in VisitIntrinsic() local
/arkcompiler/toolchain/tooling/test/
Dpt_base64_test.cpp46 std::string enc; in HWTEST_F_L0() local
59 …std::string enc = "SWYgeW91IGNhbiBzZWUgdGhpcyBtZXNzYWdlLCBpdCBtZWFucyB0aGF0IFB0QmFzZTY0RGVjb2RlIHd… in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp22 Amd64CallingConvention::Amd64CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDe… in Amd64CallingConvention()
Dtarget.h618 …explicit Amd64LabelHolder(Encoder *enc) : LabelHolder(enc), labels_(enc->GetAllocator()->Adapter()… in Amd64LabelHolder()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp26 Aarch32CallingConvention::Aarch32CallingConvention(ArenaAllocator *allocator, Encoder *enc, Registe… in Aarch32CallingConvention()
Dtarget.h452 …explicit Aarch32LabelHolder(Encoder *enc) : LabelHolder(enc), labels_(enc->GetAllocator()->Adapter… in Aarch32LabelHolder()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp24 Aarch64CallingConvention::Aarch64CallingConvention(ArenaAllocator *allocator, Encoder *enc, Registe… in Aarch64CallingConvention()
Dtarget.h394 …explicit Aarch64LabelHolder(Encoder *enc) : LabelHolder(enc), labels_(enc->GetAllocator()->Adapter… in Aarch64LabelHolder()