Home
last modified time | relevance | path

Searched defs:mirConst (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_preg.h111 const MIRConst *mirConst; // used only when op is OP_constval member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_builder.cpp170 ConstvalNode *MIRBuilder::CreateConstval(MIRConst *mirConst) in CreateConstval() argument
177 auto *mirConst = in CreateIntConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp48 MIRConst *mirConst = constValNode.GetConstVal(); in HandleConstVal() local
347 MIRConst *mirConst = constValNode->GetConstVal(); in HandleCondbr() local
[all...]
H A Disel.cpp350 MIRConst *mirConst = constValNode.GetConstVal(); in HandleConstVal() local
H A Demit.cpp648 void Emitter::EmitScalarConstant(MIRConst &mirConst, bool newLine, bool flag32, bool isIndirect) in EmitAsmLabel() argument
1534 EmitConstantTable(const MIRSymbol &mirSymbol, MIRConst &mirConst, const std::map<GStrIdx, MIRType *> &strIdx2Type) EmitAsmLabel() argument
1580 EmitArrayConstant(MIRConst &mirConst) EmitAsmLabel() argument
1706 MIRConst *mirConst = literal.GetKonst(); EmitAsmLabel() local
1756 MIRConst *mirConst = layout.GetKonst(); EmitAsmLabel() local
1806 MIRConst *mirConst = itSymbol->GetKonst(); EmitAsmLabel() local
2165 MIRConst *mirConst = mirSymbol->GetKonst(); EmitAsmLabel() local
2334 MIRConst *mirConst = mirSymbol->GetKonst(); EmitAsmLabel() local
2355 MIRConst *mirConst = mirSymbol->GetKonst(); EmitAsmLabel() local
2632 MIRConst *mirConst = st1->GetKonst(); EmitAsmLabel() local
2676 MIRConst *mirConst = mirSymbol.GetKonst(); EmitAsmLabel() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1546 uint64 X64Emitter::EmitArray(MIRConst &mirConst, CG &cg, bool belongsToDataSec) in EmitArray() argument
1598 void X64Emitter::EmitAddrofElement(MIRConst &mirConst, bool belongsToDataSec) in EmitAddrofElement() argument
1625 uint32 X64Emitter::EmitSingleElement(MIRConst &mirConst, bool belongsToDataSec, bool isIndirect) in EmitSingleElement() argument
1811 MIRConst *mirConst = mirSymbol->GetKonst(); EmitGlobalVariable() local
1829 MIRConst *mirConst = mirSymbol->GetKonst(); EmitGlobalVariable() local
[all...]
H A Dx64_MPIsel.cpp405 MIRConst *mirConst = memPool->New<MIRLblConst>(labelIdx, cgFunc->GetFunction().GetPuidx(), *etype); in SelectRangeGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h431 MIRConst *NewMirConst(T &mirConst) in NewMirConst() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1026 Operand *AArch64CGFunc::HandleFmovImm(PrimType stype, int64 val, MIRConst &mirConst, const BaseNode &parent) in HandleFmovImm() argument

Completed in 21 milliseconds